From a18eebac1d060b572416d65600869dbbb112c2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Tue, 3 Dec 2024 17:33:18 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=AD=A3=E4=BD=9C=E4=B8=9A=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E6=89=A7=E8=A1=8C=E6=8B=96=E6=8B=BD=E6=8A=A5=E5=B7=A5?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98=202.=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=A2=84=E9=85=8D=E7=9B=98=E5=8E=9F=E5=88=99=E5=8E=9F=E5=88=99?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD=203.=E6=8A=9B=E4=B8=B8?= =?UTF-8?q?=E6=B4=BE=E5=B7=A5=E5=A2=9E=E5=8A=A0=E6=9D=90=E8=B4=A8=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jhzxgl/yppFK.vue | 62 +++++++++++++++++-- src/views/jhzxgl/yppyz.vue | 43 ++++++------- src/views/zyjhzx/hxianfkui/comps/baifang.js | 3 +- .../zyjhzx/lliaopgong/comps/LliaoPgd.vue | 1 + src/views/zyjhzx/pwanfkui/comps/baifang.js | 3 +- .../zyjhzx/pwanpgong/comps/PwanPgd_tz.vue | 4 +- src/views/zyjhzx/pwanpgong/comps/PwanSgd.vue | 13 ++-- src/views/zyjhzx/pwanpgong/comps/pgdTable.js | 3 +- src/views/zyjhzx/pwanpgong/index.vue | 2 +- src/views/zyjhzx/qgefkui/comps/baifang.js | 3 +- src/views/zyjhzx/sliao/index.vue | 1 + 11 files changed, 95 insertions(+), 43 deletions(-) diff --git a/src/views/jhzxgl/yppFK.vue b/src/views/jhzxgl/yppFK.vue index 3f2dd37..720002b 100644 --- a/src/views/jhzxgl/yppFK.vue +++ b/src/views/jhzxgl/yppFK.vue @@ -649,9 +649,55 @@ export default { filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination' } }, - - - + { + field: 'yzDcCh', + title: '配盘船号', + width: 100, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination' } + }, + { + field: 'yzDcPl', + title: '配盘批量', + width: 100, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination' } + }, + { + field: 'yzDcFd', + title: '配盘分段', + width: 100, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination' } + }, + { + field: 'yzZl', + title: '配盘组立', + width: 100,formatter:this.zlFormat, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination' } + }, + { + field: 'yzTz', + title: '配盘特征', + width: 100, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination' } + }, + { + field: 'yzLx', + title: '配盘流向', + width: 100, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination' } + }, + { + field: 'yzXj', + title: '配盘下级', + width: 100, + filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], + filterRender: { name: 'FilterCombination' } + }, ] } }, @@ -666,7 +712,15 @@ export default { }, methods: { - + zlFormat({cellValue}){ + if(cellValue==='D'){ + return '中大组立' + } + if(cellValue==='X'){ + return '小组立' + } + return cellValue + }, cellClickEvent({row}) { this.queryParam.dcch = row.cbbm this.$refs.xDown4.hidePanel() diff --git a/src/views/jhzxgl/yppyz.vue b/src/views/jhzxgl/yppyz.vue index 01abcb3..3d3b9f5 100644 --- a/src/views/jhzxgl/yppyz.vue +++ b/src/views/jhzxgl/yppyz.vue @@ -11,7 +11,7 @@