From 414190deffd5bcfb6878bd2d631737bbb1dab01d Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期三, 14 一月 2026 08:45:37 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/scMould/basicModeling/Gy_MouldFile.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/scMould/basicModeling/Gy_MouldFile.vue b/src/views/scMould/basicModeling/Gy_MouldFile.vue
index e45f187..2a04a5d 100644
--- a/src/views/scMould/basicModeling/Gy_MouldFile.vue
+++ b/src/views/scMould/basicModeling/Gy_MouldFile.vue
@@ -627,6 +627,7 @@
       form: {},
       // 琛ㄥ崟鏍¢獙
       rules: {
+        HUnitName:[{required: true, message: "鍗曚綅涓嶈兘涓虹┖", trigger: "blur" }],
         // HSupName: [
         //   { required: true, message: "瀹㈡埛涓嶈兘涓虹┖", trigger: "blur" }
         // ],
@@ -844,7 +845,6 @@
           this.gySupplierShow = false
           this.openData = false
         } else if (num == 7) {
-          console.log(deptRow)
           this.form.HCusName = deptRow.瀹㈡埛鍚嶇О
           this.form.HCusID = deptRow.HItemID
           this.gyCustomerShow = false
@@ -860,6 +860,8 @@
           this.gyStockPlaceShow = false
           this.openData = false
         } else if (num == 11){
+           this.form.HUnitName = deptRow.璁¢噺鍗曚綅鍚嶇О;
+            this.form.HUnitID = deptRow.HItemID;
           this.gyUnitShow= false
           this.openData = false
 
@@ -1150,8 +1152,8 @@
           // this.form.HMouldWidth = data.HMouldWidth
           // this.form.HMouldHeight = data.HMouldHeight
           // this.form.HMouldFoldHeight = data.HMouldFoldHeight
-          this.form.HTransPackFlag = data.鍙戣揣瀹瑰櫒鏍囪
-          this.form.HSendPackFlag = data.鍛ㄨ浆瀹瑰櫒鏍囪
+          this.form.HTransPackFlag = data.鍛ㄨ浆瀹瑰櫒鏍囪
+          this.form.HSendPackFlag = data.鍙戣揣瀹瑰櫒鏍囪
           this.form.HMouldFoldHeight = data.鎶樺彔楂樺害
             this.form.HMouldLength = data.闀�
           this.form.HMouldWidth = data.瀹�

--
Gitblit v1.9.1