|
@@ -197,7 +197,7 @@
|
|
|
style="padding: 0 60px;">提交</a-button>
|
|
|
</div>
|
|
|
<!-- 导入产品 -->
|
|
|
- <importGuideModal :openModal="openGuideModal" :params="{allocateSn: $route.params.sn}" @close="openGuideModal=false" />
|
|
|
+ <importGuideModal :openModal="openGuideModal" :params="{allocateSn: $route.params.sn}" @close="openGuideModal=false" @ok="handleGuideOk" />
|
|
|
<!-- 打印导出 -->
|
|
|
<print-modal :openModal="openModal" :itemData="basicInfoData" :nowType="nowType" @ok="handleOk" @close="openModal=false" />
|
|
|
<!-- 打印 -->
|
|
@@ -358,7 +358,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
// 导入产品
|
|
|
- hanldeOk (obj) {
|
|
|
+ handleGuideOk (obj) {
|
|
|
allocateBillBatchInsert(obj).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.$refs.chooseTable.refresh(true)
|