From cfd0b53967daca92d98cd304e4d4e0577e2efbd3 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 13 一月 2026 13:27:45 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue b/src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue
index c1ffe06..dfb6e00 100644
--- a/src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue
+++ b/src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue
@@ -213,7 +213,7 @@
             <el-table-column align="center" label="搴忓彿" type="index" width="80" />
             <el-table-column align="center" label="瀹瑰櫒浠g爜" width="120">
               <template slot-scope="scope">
-                <el-input v-model="scope.row.HMaterCode" placeholder="璇疯緭鍏�" @keyup.native.f7="openDataDialog(8, scope.row)"
+                <el-input v-model="scope.row.HMaterNumber" placeholder="璇疯緭鍏�" @keyup.native.f7="openDataDialog(8, scope.row)"
                   @dblclick.native="openDataDialog(8, scope.row)" />
               </template>
             </el-table-column>
@@ -250,7 +250,7 @@
             </el-table-column>
             <el-table-column align="center" label="浠撳簱浠g爜" width="120">
               <template slot-scope="scope">
-                <el-input v-model="scope.row.HWHCode" placeholder="璇疯緭鍏�" @keyup.native.f7="openDataDialog(2, scope.row ,eHWHType=2)"
+                <el-input v-model="scope.row.HWHNumber" placeholder="璇疯緭鍏�" @keyup.native.f7="openDataDialog(2, scope.row ,eHWHType=2)"
                   @dblclick.native="openDataDialog(2, scope.row ,eHWHType=2)" />
               </template>
             </el-table-column>
@@ -496,6 +496,8 @@
       }).then(response => {
         if (response.data.count == 1) {
           this.organizationList = response.data.data;//缁勭粐鍒楄〃
+        }else{
+          this.$modal.msgError(response.data.Message);
         }
       }).catch(error => {
         this.$modal.msgError("鎺ュ彛璇锋眰澶辫触!");
@@ -509,6 +511,8 @@
           this.HSourceBillTypes = response.data.data
           this.form.HSourceBillType = this.HSourceBillTypes[0].HSourceBillType
           this.form.HSourceBillTypeName = this.HSourceBillTypes[0].HSourceBillTypeName
+        }else{
+          this.$modal.msgError(response.data.Message);
         }
       }).catch(error => {
         this.$modal.msgError("鎺ュ彛璇锋眰澶辫触!");
@@ -555,8 +559,8 @@
             }).then(response => { 
                 if (response.data.count == 1) { 
                     resolve(response.data.data[0]);
-                } else { 
-                    this.$modal.msgError("鏈煡璇㈠埌鏁版嵁!");
+                }else{
+                  this.$modal.msgError(response.data.Message);
                 }
             }).catch(error => { 
                 this.$modal.msgError("鎺ュ彛璇锋眰澶辫触!");
@@ -569,6 +573,8 @@
       this.form.HSupTypeID = data.HSupTypeID
       this.form.HSupID = data.HSupID
       this.form.HSupName = data.HSupName
+      this.form.HSecManagerId = data.HSecManagerID
+      this.form.HSecManagerName = data.HSecManagerName
       this.form.HDeptID = data.HDeptID
       this.form.HDeptName = data.HDeptName
       this.form.HStockOrgID = data.HStockOrgID == null ? 0 : data.HStockOrgID
@@ -688,7 +694,7 @@
               this.form.HWHNumber = deptRow.浠撳簱浠g爜
             }else{
               this.editData[this.zbIndex].HWHID = deptRow.HItemID
-              this.editData[this.zbIndex].HWHCode = deptRow.浠撳簱浠g爜
+              this.editData[this.zbIndex].HWHNumber = deptRow.浠撳簱浠g爜
               this.editData[this.zbIndex].HWHName = deptRow.浠撳簱鍚嶇О
             }
             this.warehouseShow = false
@@ -967,6 +973,8 @@
           }
           this.formShow = true
           this.formLoading = false
+        }else{
+          this.$modal.msgError(response.data.Message);
         }
       }).catch(error => {
         console.log(error)

--
Gitblit v1.9.1