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 @@