From d8531973c376e44b27567dd9b35200a6d42e4c61 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期三, 29 十一月 2023 10:44:48 +0800
Subject: [PATCH] 	modified:   src/views/quality/package/index.vue 	modified:   src/views/warehouse/pallettransports/index.vue

---
 src/views/product/workbench/feed-form.vue |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/src/views/product/workbench/feed-form.vue b/src/views/product/workbench/feed-form.vue
index 95816f1..ccfa65d 100644
--- a/src/views/product/workbench/feed-form.vue
+++ b/src/views/product/workbench/feed-form.vue
@@ -36,19 +36,19 @@
           >
           </el-table-column>
           <el-table-column
-            prop="partBatchNo"
+            prop="ifsBatchNo"
             header-align="center"
             align="center"
-            label="闆朵欢鎵瑰彿"
+            label="鎵瑰彿"
           >
           </el-table-column>
-          <el-table-column
+          <!-- <el-table-column
             prop="specs"
             header-align="center"
             align="center"
             label="瑙勬牸鍨嬪彿"
           >
-          </el-table-column>
+          </el-table-column> -->
           <el-table-column
             prop="suppliedQuantity"
             header-align="center"
@@ -203,16 +203,15 @@
         partNoList.push(partNoLists)
       }
       getCheckRawPart(partNoList).then((response) => {
-        console.log(response)
         if (response.data.code === 0) {
           // 闇�瑕佸瘑鐮佺‘璁ゆ儏鍐�
-          if (response.data.data.success === false) {
-            this.messages = response.data.data.message
-            this.onnerVisible = true
-          } else {
+          //if (response.data.data.success === false) {
+          //  this.messages = response.data.data.message
+          //  this.onnerVisible = true
+          //} else {
             // 涓嶉渶瑕佸瘑鐮� 鐩存帴鎶曟枡
             this.saveFeed()
-          }
+          //}
         }
       })
     },
@@ -243,7 +242,15 @@
           partBatchNo: this.dataList[i].partBatchNo,
           systemNo: this.dataList[i].systemNo,
           partName: this.dataList[i].partName,
-          unit: this.dataList[i].unit ? this.dataList[i].unit : ''
+          unit: this.dataList[i].unit ? this.dataList[i].unit : '',
+					partNo: this.dataList[i].partNo,
+					ifsBatchNo: this.dataList[i].ifsBatchNo,
+					ifsWdr: this.dataList[i].ifsWdr,
+					locationNo: this.dataList[i].locationNo,
+					serialNo:this.dataList[i].serialNo,
+					engChgLevel:this.dataList[i].engChgLevel,
+					configurationId:this.dataList[i].configurationId,
+					activitySeq:this.dataList[i].activitySeq
         }
         feeds.push(feed)
       }

--
Gitblit v1.9.3