From d3e650724e79eecface1e46a62e35592a19fbc51 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 24 Jul 2024 17:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/signfor/asurcharge.js | 50 ++++++------------- src/views/distribution/signfor/asurcharge.vue | 40 ++++++++------- .../signfor/distributionSignforedt.vue | 12 +++++ 3 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/option/signfor/asurcharge.js b/src/option/signfor/asurcharge.js index 7958e8f0..ca6047f3 100644 --- a/src/option/signfor/asurcharge.js +++ b/src/option/signfor/asurcharge.js @@ -26,8 +26,8 @@ export const columnList = [ head: false, }, { - prop: 'brandName', - label: '品牌', + prop: 'materialCode', + label: '物料编码', type: 1, values: '', width: '150', @@ -37,8 +37,8 @@ export const columnList = [ head: false, }, { - prop: 'clientName', - label: '客户名称', + prop: 'brandName', + label: '品牌', type: 1, values: '', width: '150', @@ -48,8 +48,8 @@ export const columnList = [ head: false, }, { - prop: 'materialName', - label: '货物名称', + prop: 'clientName', + label: '客户名称', type: 1, values: '', width: '150', @@ -58,6 +58,7 @@ export const columnList = [ sortable: true, head: false, }, + { prop: 'firsts', label: '一级品', @@ -135,17 +136,7 @@ export const columnList = [ sortable: true, head: false, }, - { - prop: 'materialCode', - label: '物料编码', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, + { prop: 'a', label: '上楼层数', @@ -208,8 +199,8 @@ export const columnListTC = [ head: false, }, { - prop: 'brandName', - label: '品牌', + prop: 'materialCode', + label: '物料编码', type: 1, values: '', width: '150', @@ -219,8 +210,8 @@ export const columnListTC = [ head: false, }, { - prop: 'clientName', - label: '客户名称', + prop: 'brandName', + label: '品牌', type: 1, values: '', width: '150', @@ -230,8 +221,8 @@ export const columnListTC = [ head: false, }, { - prop: 'materialName', - label: '货物名称', + prop: 'clientName', + label: '客户名称', type: 1, values: '', width: '150', @@ -240,6 +231,7 @@ export const columnListTC = [ sortable: true, head: false, }, + { prop: 'firsts', label: '一级品', @@ -317,17 +309,7 @@ export const columnListTC = [ sortable: true, head: false, }, - { - prop: 'materialCode', - label: '物料编码', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, + { prop: 'a', label: '上楼层数', diff --git a/src/views/distribution/signfor/asurcharge.vue b/src/views/distribution/signfor/asurcharge.vue index 94b6011c..c157d783 100644 --- a/src/views/distribution/signfor/asurcharge.vue +++ b/src/views/distribution/signfor/asurcharge.vue @@ -91,34 +91,34 @@