Browse Source

2025-12-22

拣货出库任务通知,主信息新增和编辑时根据所选单据类型来显示是选客户还是供应商
master
fengyuan_yang 3 weeks ago
parent
commit
a420674ed4
  1. 4
      src/views/modules/qc/outboundNotification.vue

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

@ -745,7 +745,7 @@
columnProp: 'customerId',
headerAlign: "center",
align: "left",
columnLabel: '客户编码',
columnLabel: '客户 / 供应商编码',
columnHidden: false,
columnImage: false,
columnSortable: false,
@ -763,7 +763,7 @@
columnProp: 'customerName',
headerAlign: "center",
align: "left",
columnLabel: '客户名称',
columnLabel: '客户 / 供应商名称',
columnHidden: false,
columnImage: false,
columnSortable: false,

Loading…
Cancel
Save