From 5dd5e2c688a4d4462f5051ddb03ab76882702a02 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 08 十二月 2023 15:10:53 +0800 Subject: [PATCH] modified: src/page/index/logo.vue modified: vue.config.js --- src/views/product/workbench/feed-pane.vue | 24 ++++++++++++++++-------- 1 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/views/product/workbench/feed-pane.vue b/src/views/product/workbench/feed-pane.vue index 3649b20..78fb19e 100644 --- a/src/views/product/workbench/feed-pane.vue +++ b/src/views/product/workbench/feed-pane.vue @@ -250,9 +250,9 @@ <span>{{ scope.row.partName }}</span> </template> </el-table-column> - <el-table-column label="IFS鎵规鍙�" prop="ifsBatchNo" align="center"> + <el-table-column label="鎵规鍙�" prop="ifsBatchNo" align="center"> <template slot="header"> - <div style="line-height: 14px;">IFS鎵规鍙�</div> + <div style="line-height: 14px;">鎵规鍙�</div> <div class="th" @click.stop> <el-input type="text" @@ -268,7 +268,7 @@ <span>{{ scope.row.ifsBatchNo }}</span> </template> </el-table-column> - <el-table-column label="WDR鍙�" prop="ifsWdr" align="center"> + <!-- <el-table-column label="WDR鍙�" prop="ifsWdr" align="center"> <template slot="header"> <div style="line-height: 14px;">WDR鍙�</div> <div class="th" @click.stop> @@ -285,7 +285,7 @@ <template slot-scope="scope"> <span>{{ scope.row.ifsWdr }}</span> </template> - </el-table-column> + </el-table-column> --> <!-- <el-table-column label="SN鍙�" prop="partBatchNo" align="center"> <template slot="header"> <div style="line-height: 14px;">SN鍙�</div> @@ -1242,9 +1242,9 @@ <span>{{ scope.row.partName }}</span> </template> </el-table-column> - <el-table-column label="IFS鎵规鍙�" prop="ifsBatchNo" align="center"> + <el-table-column label="鎵规鍙�" prop="ifsBatchNo" align="center"> <template slot="header" slot-scope="scope"> - <div style="line-height: 14px;">IFS鎵规鍙�</div> + <div style="line-height: 14px;">鎵规鍙�</div> <div class="th" @click.stop> <el-input type="text" @@ -1260,7 +1260,7 @@ <span>{{ scope.row.ifsBatchNo }}</span> </template> </el-table-column> - <el-table-column label="WDR鍙�" prop="ifsWdr" align="center"> + <!-- <el-table-column label="WDR鍙�" prop="ifsWdr" align="center"> <template slot="header" slot-scope="scope"> <div style="line-height: 14px;">WDR鍙�</div> <div class="th" @click.stop> @@ -1277,7 +1277,7 @@ <template slot-scope="scope"> <span>{{ scope.row.ifsWdr }}</span> </template> - </el-table-column> + </el-table-column> --> <!-- <el-table-column label="SN鍙�" prop="partBatchNo" align="center"> <template slot="header" slot-scope="scope"> <div style="line-height: 14px;">SN鍙�</div> @@ -2224,6 +2224,14 @@ } }, watch: { + showFeedForm:{ + handler(newVal,oldVal){ + if(!newVal){ + this.$refs.stockTable.toggleAllSelection(false) + } + }, + deep: true + }, workstationId() { this.$nextTick(() => { if (this.currItem != null && this.currItem === 'feed') { -- Gitblit v1.9.3