Browse Source

2024/06/18

master
zelian_wu 2 years ago
parent
commit
a34392f926
  1. 145
      src/views/modules/finshProduct/outWarehouse.vue

145
src/views/modules/finshProduct/outWarehouse.vue

@ -126,24 +126,26 @@ export default {
status: true,
fixed: '',
columnWidth: 80
},{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2PartDesc',
tableId: "400002Table2",
tableName: "ShipmentDetail",
columnProp: "partDesc",
headerAlign: "center",
align: "left",
columnLabel: "物料描述",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
},{
},
// {
// userId: this.$store.state.user.name,
// functionId: 400002,
// serialNumber: '400002Table2PartDesc',
// tableId: "400002Table2",
// tableName: "ShipmentDetail",
// columnProp: "partDesc",
// headerAlign: "center",
// align: "left",
// columnLabel: "",
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: '',
// columnWidth: 100
// },
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2SaleQty',
@ -160,58 +162,61 @@ export default {
status: true,
fixed: '',
columnWidth: 80
},{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2OrderRef1',
tableId: "400002Table2",
tableName: "ShipmentDetail",
columnProp: "orderRef1",
headerAlign: "center",
align: "left",
columnLabel: "关联单号1",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2OrderRef2',
tableId: "400002Table2",
tableName: "ShipmentDetail",
columnProp: "orderRef2",
headerAlign: "center",
align: "left",
columnLabel: "关联单号2",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2OrderRef3',
tableId: "400002Table2",
tableName: "ShipmentDetail",
columnProp: "orderRef3",
headerAlign: "center",
align: "center",
columnLabel: "关联单号3",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
}
},
// {
// userId: this.$store.state.user.name,
// functionId: 400002,
// serialNumber: '400002Table2OrderRef1',
// tableId: "400002Table2",
// tableName: "ShipmentDetail",
// columnProp: "orderRef1",
// headerAlign: "center",
// align: "left",
// columnLabel: "1",
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: '',
// columnWidth: 80
// },
// {
// userId: this.$store.state.user.name,
// functionId: 400002,
// serialNumber: '400002Table2OrderRef2',
// tableId: "400002Table2",
// tableName: "ShipmentDetail",
// columnProp: "orderRef2",
// headerAlign: "center",
// align: "left",
// columnLabel: "2",
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: '',
// columnWidth: 80
// },
// {
// userId: this.$store.state.user.name,
// functionId: 400002,
// serialNumber: '400002Table2OrderRef3',
// tableId: "400002Table2",
// tableName: "ShipmentDetail",
// columnProp: "orderRef3",
// headerAlign: "center",
// align: "center",
// columnLabel: "3",
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: '',
// columnWidth: 80
// }
],
boxDataList:[],

Loading…
Cancel
Save