Browse Source

是否在立库

master
常熟吴彦祖 3 months ago
parent
commit
8aa9300f6c
  1. 37
      src/views/modules/orderIssure/newSoIssueNotify.vue
  2. 34
      src/views/modules/orderIssure/searchIssureNotify.vue
  3. 18
      src/views/modules/shipment/shipmentNotification.vue

37
src/views/modules/orderIssure/newSoIssueNotify.vue

@ -426,7 +426,6 @@ export default {
dataList2: [], dataList2: [],
dataList3: [], dataList3: [],
materialDetailList: [], materialDetailList: [],
materialDetailColumnList: [],
currentRow: '', currentRow: '',
dataListLoading: false, dataListLoading: false,
// //
@ -835,6 +834,24 @@ export default {
fixed: false, fixed: false,
columnWidth: 120, columnWidth: 120,
}, },
{
userId: this.$store.state.user.name,
functionId: 555001,
serialNumber: '555001Table2IsInWh',
tableId: '555001Table2',
tableName: '查询工单及物料',
columnProp: 'isInWh',
headerAlign: 'center',
align: 'left',
columnLabel: '是否在立库',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: false,
columnWidth: 100,
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 555001, functionId: 555001,
@ -1056,6 +1073,24 @@ export default {
fixed: false, fixed: false,
columnWidth: 80, columnWidth: 80,
}, },
{
userId: this.$store.state.user.name,
functionId: 555001,
serialNumber: '555001Table3IsInWh',
tableId: '555001Table3',
tableName: '查询工单及物料',
columnProp: 'isInWh',
headerAlign: 'center',
align: 'left',
columnLabel: '是否在立库',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: false,
columnWidth: 100,
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 555001, functionId: 555001,

34
src/views/modules/orderIssure/searchIssureNotify.vue

@ -852,6 +852,23 @@
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100 columnWidth: 100
},{
userId: this.$store.state.user.name,
functionId: 701002,
serialNumber: '701002Table3IsInWh',
tableId: "701002Table3",
tableName: "申请单材料明细表",
columnProp: "isInWh",
headerAlign: "center",
align: "center",
columnLabel: "是否进立库",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},{ },{
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 701002, functionId: 701002,
@ -1010,6 +1027,23 @@
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100 columnWidth: 100
},{
userId: this.$store.state.user.name,
functionId: 701002,
serialNumber: '701002Table4IsInWh',
tableId: "701002Table4",
tableName: "申请单材料明细表",
columnProp: "isInWh",
headerAlign: "center",
align: "center",
columnLabel: "是否进立库",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},{ },{
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 701002, functionId: 701002,

18
src/views/modules/shipment/shipmentNotification.vue

@ -1094,6 +1094,24 @@ export default {
fixed: '', fixed: '',
columnWidth: 80, columnWidth: 80,
}, },
{
userId: this.$store.state.user.name,
functionId: 701001,
serialNumber: '701001Table3IsInWh',
tableId: '701001Table3',
tableName: '领料申请BOM子表',
columnProp: 'isInWh',
headerAlign: 'center',
align: 'center',
columnLabel: '是否在立库',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80,
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 701001, functionId: 701001,

Loading…
Cancel
Save