Browse Source

2025-12-23

销售发货装箱和拣货出库任务通知页面增加“客户简称”
master
fengyuan_yang 3 weeks ago
parent
commit
3d0a1cd3b6
  1. 20
      src/views/modules/boxManage/saleBoxManage.vue
  2. 18
      src/views/modules/qc/outboundNotification.vue

20
src/views/modules/boxManage/saleBoxManage.vue

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

18
src/views/modules/qc/outboundNotification.vue

@ -772,6 +772,24 @@
fixed: '',
columnWidth: 200,
},
{
userId: this.$store.state.user.name,
functionId: 620,
serialNumber: '620Table1CustomerAbb',
tableId: "620Table1",
tableName: "拣货出库任务表",
columnProp: 'customerAbb',
headerAlign: "center",
align: "left",
columnLabel: '客户简称',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 620,

Loading…
Cancel
Save