From 0042dbfd410064ebfab00826f927ed73448db5ec Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 21 五月 2024 14:53:20 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before into master --- src/views/product/producttraceability/index.vue | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/product/producttraceability/index.vue b/src/views/product/producttraceability/index.vue index a4b1dd2..1d3402b 100644 --- a/src/views/product/producttraceability/index.vue +++ b/src/views/product/producttraceability/index.vue @@ -10,6 +10,7 @@ :data="partList" :formatter="labelFormatter" :selectLoading="selectLoading" + ref="systemSelect" :valueColumn="valueColumn" @selectChange="queryBatchNoData" @remoteSearch="queryPart" @@ -343,7 +344,7 @@ </div> </el-tab-pane> --> <el-tab-pane label="妫�娴嬩俊鎭�" name="妫�娴嬩俊鎭�"> - <div style="margin-top:10px;"> + <div style="margin-top:10px;height: 80vh;overflow-y: scroll;"> <div class="process" v-if="process"> <el-divider class="pane-divider" @@ -381,9 +382,9 @@ > <template slot-scope="scope"> {{ - scope.row.isQualified == 0 + scope.row.result == 0 ? '涓嶅悎鏍�' - : '鍚堟牸' + : (scope.row.result==1?'鍚堟牸':'') }} </template> </el-table-column> @@ -432,9 +433,9 @@ > <template slot-scope="scope"> {{ - scope.row.isQualified == 0 + scope.row.result == 0 ? '涓嶅悎鏍�' - : '鍚堟牸' + : (scope.row.result==1?'鍚堟牸':'') }} </template> </el-table-column> @@ -531,7 +532,7 @@ </el-tab-pane> <el-tab-pane label="鐢熶骇璁板綍" name="鐢熶骇璁板綍"> <div style="margin-top:10px;"> - <div style="padding:0px 14px;height: 100%;overflow: auto;"> + <div style="padding:0px 14px;height: 80vh !important;overflow: auto;"> <div class="product-record-div"> <div class="product-record-div-left"> <div class="product-record-list-header"> -- Gitblit v1.9.3