Browse Source

2026-01-16

优化
master
fengyuan_yang 3 days ago
parent
commit
ac03b759d5
  1. 22
      src/views/modules/yieldReport/com_produce_report_normal.vue

22
src/views/modules/yieldReport/com_produce_report_normal.vue

@ -1896,7 +1896,7 @@ export default {
columnWidth: 80, columnWidth: 80,
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: true,
columnSortable: false,
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: false fixed: false
@ -1911,7 +1911,7 @@ export default {
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: "材料卷号", columnLabel: "材料卷号",
columnWidth: 100,
columnWidth: 120,
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: true, columnSortable: true,
@ -1919,6 +1919,24 @@ export default {
status: true, status: true,
fixed: false fixed: false
}, },
{
userId: this.$store.state.user.name,
functionId: 5303,
serialNumber: '5303MaterialBatchNo',
tableId: "5303Material",
tableName: "派工单材料",
columnProp: "batchNo",
headerAlign: "center",
align: "left",
columnLabel: "材料批号",
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: false
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 5303, functionId: 5303,

Loading…
Cancel
Save