Browse Source

2025-11-25

生产派工单列表增加订单数量
master
fengyuan_yang 2 months ago
parent
commit
47fd6adca8
  1. 20
      src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue

20
src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue

@ -484,7 +484,25 @@ export default {
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 6023, functionId: 6023,
serialNumber: '6023TableQtyRequiredOriginal',
serialNumber: '6023TableOrderQty',
tableId: "6023Table",
tableName: "查询生产派工单表",
columnProp: "orderQty",
headerAlign: "center",
align: "right",
columnLabel: "订单数量",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 6023,
serialNumber: '6023TableLotSize',
tableId: "6023Table", tableId: "6023Table",
tableName: "查询生产派工单表", tableName: "查询生产派工单表",
columnProp: "lotSize", columnProp: "lotSize",

Loading…
Cancel
Save