Browse Source

2026-04-28

优化
master
fengyuan_yang 2 months ago
parent
commit
991ecd7b03
  1. 20
      src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue

20
src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue

@ -1147,7 +1147,25 @@ import labelPrintTemplates from '@/mixins/labelPrintTemplates.js';
status: true,
fixed: '',
columnWidth: 100
}
},
{
userId: this.$store.state.user.name,
functionId: 104003007,
serialNumber: '104003007TableSfdcRollsRemark',
tableId: "104003007Table",
tableName: "订单产出标签报表",
columnProp: "remark",
headerAlign: "center",
align: "left",
columnLabel: "标签备注",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 200
},
]
}
},

Loading…
Cancel
Save