chenrui 3 år sedan
förälder
incheckning
7eddf4b705
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/allocationManagement/transferOut/edit.vue

+ 2 - 2
src/views/allocationManagement/transferOut/edit.vue

@@ -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)