Browse Source

2025-12-05

收货入库任务-》生产入库类型的入库明细优化
master
fengyuan_yang 1 month ago
parent
commit
67fd08909a
  1. 6
      src/views/modules/qc/outboundNotification.vue

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

@ -909,9 +909,9 @@
columnWidth: 200, columnWidth: 200,
}, },
{ {
columnProp: 'unit',
columnProp: 'umName',
headerAlign: "center", headerAlign: "center",
align: "left",
align: "center",
columnLabel: '单位', columnLabel: '单位',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -919,7 +919,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 80,
}, },
], ],
columnDetailList2: [ columnDetailList2: [

Loading…
Cancel
Save