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-pane.vue |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/src/views/product/workbench/feed-pane.vue b/src/views/product/workbench/feed-pane.vue
index 7b41bbb..743e9a2 100644
--- a/src/views/product/workbench/feed-pane.vue
+++ b/src/views/product/workbench/feed-pane.vue
@@ -229,16 +229,16 @@
             </template>
           </el-table-column> -->
           <el-table-column
-            label="闆朵欢鎻忚堪"
-            prop="partDescription"
+            label="闆朵欢"
+            prop="partName"
             align="center" show-overflow-tooltip
           >
             <template slot="header">
-              <div style="line-height: 14px;">闆朵欢鎻忚堪</div>
+              <div style="line-height: 14px;">闆朵欢</div>
               <div class="th" @click.stop>
                 <el-input
                   type="text"
-                  v-model="queryParamTwo.partDescription"
+                  v-model="queryParamTwo.partName"
                   @keyup.enter.native="handleStockList"
                   clearable
                   @clear="handleStockList"
@@ -247,7 +247,7 @@
               </div>
             </template>
             <template slot-scope="scope">
-              <span>{{ scope.row.partDescription }}</span>
+              <span>{{ scope.row.partName }}</span>
             </template>
           </el-table-column>
           <el-table-column label="IFS鎵规鍙�" prop="ifsBatchNo" align="center">
@@ -1202,7 +1202,7 @@
         :show-overflow-tooltip="true"
       >
         <template slot="header" slot-scope="scope">
-          <div style="line-height: 14px;">闆朵欢鎻忚堪</div>
+          <div style="line-height: 14px;">闆朵欢</div>
           <div class="th" @click.stop>
             <el-input
               type="text"
@@ -1487,11 +1487,11 @@
 </template>
 
 <script>
-import { getStock, getFeed, getTodoStock, submitInsPart, inputHandle } from '@/api/product/personboard'
+import { getStock, getFeed,getFeed2, getTodoStock, submitInsPart, inputHandle } from '@/api/product/personboard'
 import { getMaterial } from '@/api/plan/operationtask'
 import {
   getERPStockListByPart,
-  fetchList
+  fetchList,
 } from '@/api/warehouse/joinstockorder'
 import feedFormDialog from './feed-form'
 import returnMaterialFormDialog from './returnmaterial-form'
@@ -1814,7 +1814,7 @@
           this.paramObject,
           this.queryParamThree
         )
-        getFeed(query, stationId)
+        getFeed2(query, stationId)
           .then((response) => {
             var data = response.data
             if (data.code === 0) {
@@ -2035,8 +2035,7 @@
       getERPStockListByPart({
         partNo: part.partNo,
         partBatchNo: part.partBatchNo
-      })
-        .then((resp) => {
+      }).then((resp) => {
           const respCode = resp.data.code
           const respData = resp.data.data
           if (respCode === 0) {
@@ -2045,8 +2044,7 @@
             this.isSubmit = false
             this.$message.error('搴撳瓨鍒楄〃鏌ヨ澶辫触')
           }
-        })
-        .catch(() => {
+        }).catch(() => {
           this.isSubmit = false
           console.log('鏌ヨ闆朵欢瀵瑰簲鐨勫簱瀛樺垪琛ㄦ椂锛屽彂鐢熼敊璇�')
         })

--
Gitblit v1.9.3