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

---
 src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue b/src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue
index a8851ce..30f927c 100644
--- a/src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue
+++ b/src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue
@@ -206,6 +206,7 @@
               size="mini">涓婄Щ</el-button>
             <el-button type="success" plain icon="el-icon-arrow-down" @click="handleMoveRowDown(zbSelForm)"
               size="mini">涓嬬Щ</el-button>
+            <el-button type="success" plain icon="el-icon-printer" @click="get_ICInventoryMould(zbSelForm)">瀹瑰櫒搴撳瓨</el-button>
           </div>
           <el-table :data="editData" style="width: 100%" height="300" width="100%" ref="zbTable"
             @selection-change="handleTableZbEdit" :row-class-name="rowSysZbIndex" show-summary border>
@@ -361,6 +362,8 @@
     <el-dialog title="闅愯棌鍒楄缃�" :visible.sync="openRowHide" width="816px" append-to-body>
       <RowSettings :colName="btResList" :HModName="HModName" @rowEditClose="rowSetClose" v-if="rowHideShow" />
     </el-dialog>
+    <!-- 瀹瑰櫒搴撳瓨 -->
+    <ICInventoryMould :visible.sync="ICInventoryMouldShow" ref="ICInventoryMould"/>
   </div>
 </template>
 
@@ -375,11 +378,12 @@
 import GyMould from '@/views/scMould/basicModeling/Gy_MouldFileList.vue'
 import GyStockPlace from '@/views/basic/gyStockPlace/gyStockPlace.vue'
 import scMouldIn from '@/views/scMould/warehouse/component/Sc_MouldInRequestBill.vue'
+import ICInventoryMould from '@/views/component/ICInventory_Mould'               //瀹瑰櫒搴撳瓨缁勪欢
 import moment from 'moment';
 
 export default {
   name: 'Sc_MouldProdBackBillEdit',
-  components: { Dept, Warehouse, RowSettings, GyEmployee,GySupplier,GyCustomer,GyMould,GyStockPlace,scMouldIn },
+  components: { Dept, Warehouse, RowSettings, GyEmployee,GySupplier,GyCustomer,GyMould,GyStockPlace,scMouldIn,ICInventoryMould },
   props: {
     OperationType: { type: Number, },
     linterid: { type: Number, },
@@ -422,6 +426,7 @@
       ifOrganizationEdit: false,
       subDisabled: false,//缂栬緫椤甸潰淇濆瓨鎸夐挳鏄惁绂佺敤(true绂佺敤锛宖alse鍙敤)
       // OperationType: this.$route.query.OperationType,//淇濆瓨绫诲瀷锛堟柊澧�1淇敼3锛�
+      ICInventoryMouldShow:false, //瀹瑰櫒搴撳瓨缁勪欢鏄剧ず鏍囪
       HInterID: 0,
       baseURL: process.env.VUE_APP_BASE_API,
       checkedSysZb: [],
@@ -1133,6 +1138,21 @@
         this.$refs.zbTable.toggleRowSelection(del_row, false) //璁剧疆杩欎竴琛屽彇娑堥�変腑
       }
     },
+    
+    //#region 鏌ョ湅瀹瑰櫒搴撳瓨
+    get_ICInventoryMould(zbSelForm) {
+      if (!this.zbIndex) {
+        this.$modal.msgError("璇烽�夋嫨涓�琛屾暟鎹�")
+      } else {
+        var index = zbSelForm.index-1;
+        this.ICInventoryMouldShow = true
+        this.$nextTick(() => {
+          this.$refs.ICInventoryMould.open(this.editData[index]);
+        })
+      }
+    },
+    //#endregion
+    
     // 缂栬緫鎻愪氦淇濆瓨
     submitForm() {
       this.$refs["form"].validate(valid => {

--
Gitblit v1.9.1