From 214f30c6342665d3300c8df746c77781e18ec7ba Mon Sep 17 00:00:00 2001 From: xiaoning <1097449274@qq.com> Date: Fri, 13 Oct 2023 11:42:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jhzx/symxCX.vue | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/views/jhzx/symxCX.vue b/src/views/jhzx/symxCX.vue index 2de5831..d35b442 100644 --- a/src/views/jhzx/symxCX.vue +++ b/src/views/jhzx/symxCX.vue @@ -182,34 +182,34 @@ export default { { field: 'dcCh', title: '船号',width: 100, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }}, - { field: 'dcCh1', title: '目标船号',width: 100, + { field: 'dcCh1', title: '目标船号',width: 80, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }},//数据来源船,真实数据时,为空 - { field: 'dcPl', title: '批量',width: 100, + { field: 'dcPl', title: '批量',width: 80, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }}, - { field: 'dcFd', title: '分段号',width: 100, + { field: 'dcFd', title: '分段号',width: 80, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }}, - { field: 'lqlb', title: '领取类型',width: 100,formatter: ['dictFormat','CLlQ'], + { field: 'lqlb', title: '领取类型',width: 80,formatter: ['dictFormat','CLlQ'], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }}, - { field: 'lx', title: '物资类型',width: 100,formatter:this.formatterLx, + { field: 'lx', title: '物资类型',width: 80,formatter:this.formatterLx, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }}, - { field: 'zl', title: '组立',width: 100,formatter: ['dictFormat','ZLLB'], + { field: 'zl', title: '组立',width: 80,formatter: ['dictFormat','ZLLB'], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }}, - { field: 'kw', title: '跨位',width: 100,formatter: ['dictFormat','QGKW'], + { field: 'kw', title: '跨位',width: 80,formatter: ['dictFormat','QGKW'], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }}, - { field: 'tzbh', title: '套料图号',width: 100, + { field: 'tzbh', title: '套料图号',width: 80, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }}, - { field: 'wpgg', title: '规格',width: 100, + { field: 'wpgg', title: '规格',width: 80, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filterRender: { name: 'FilterCombination', }}, - { field: 'wpxh', title: '材质',width: 100, + { field: 'wpxh', title: '材质',width: 80, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],}, { field: 'xcms', title: '型材米数',width: 100, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], @@ -471,13 +471,13 @@ export default { // this.$message.warning('选择船只编号') // return // } - getList(this.queryParam).then((res) => { - this.list = res.data - if (this.$refs.xGrid) { - this.$refs.xGrid.loadData(this.list) - } - - }) + // getList(this.queryParam).then((res) => { + // this.list = res.data + // if (this.$refs.xGrid) { + // this.$refs.xGrid.loadData(this.list) + // } + // + // }) }, formatDate ({ cellValue }) { return XEUtils.toDateString(cellValue, 'yyyy/MM/dd')