|
|
|
@ -521,7 +521,7 @@ export default { |
|
|
|
columnProp: "customerName", |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: "客户编号", |
|
|
|
columnLabel: "客户名称", |
|
|
|
columnWidth: '240', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
@ -530,6 +530,24 @@ export default { |
|
|
|
status: true, |
|
|
|
fixed: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: this.functionId, |
|
|
|
serialNumber: '750001Table1CustomerAbb', |
|
|
|
tableId: "750001Table1", |
|
|
|
tableName: "销售发货清单", |
|
|
|
columnProp: "customerAbb", |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: "客户简称", |
|
|
|
columnWidth: '120', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: this.functionId, |
|
|
|
|