Browse Source

2026-03-23

机台工作台-》材料清单页签优化
master
fengyuan_yang 4 weeks ago
parent
commit
aac514cbfb
  1. 20
      src/views/modules/yieldReport/com_produce_report_normal.vue

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

@ -1961,7 +1961,7 @@ export default {
columnProp: "transQty",
headerAlign: "center",
align: "right",
columnLabel: "数量",
columnLabel: "可用数量",
columnWidth: 80,
columnHidden: false,
columnImage: false,
@ -1988,6 +1988,24 @@ export default {
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,
functionId: 5303,
serialNumber: '5303MaterialOriginalHistQty',
tableId: "5303Material",
tableName: "派工单材料",
columnProp: "originalHistQty",
headerAlign: "center",
align: "right",
columnLabel: "上机数量",
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,
functionId: 5303,

Loading…
Cancel
Save