Browse Source

feat(table): 添加取出时间列配置到多个表格组件

- 在noOrderNotification.vue中为预留标签清单表添加取出时间列
- 在notifyDetailQuery.vue中为预留标签清单表添加取出时间列
- 在searchIssureNotify.vue中为预留标签清单表添加取出时间列
- 在searchPoIssureNotify.vue中为预留标签清单表添加取出时间列
- 在shipmentNotification.vue中为预留标签清单表添加取出时间列
- 所有新增列都设置宽度为140px并居中对齐显示
master
常熟吴彦祖 1 month ago
parent
commit
615aa04af8
  1. 19
      src/views/modules/automatedWarehouse/notifyDetailQuery.vue
  2. 18
      src/views/modules/noOrderIssue/noOrderNotification.vue
  3. 18
      src/views/modules/orderIssure/searchIssureNotify.vue
  4. 18
      src/views/modules/poOrder/searchPoIssureNotify.vue
  5. 18
      src/views/modules/shipment/shipmentNotification.vue

19
src/views/modules/automatedWarehouse/notifyDetailQuery.vue

@ -588,6 +588,25 @@ export default {
columnWidth: 80, columnWidth: 80,
showOverflowTooltip: true showOverflowTooltip: true
}, },
{
userId: this.$store.state.user.name,
functionId: 801001,
serialNumber: '801001Table2OutWcsTime',
tableId: '801001Table2',
tableName: '预留标签清单表',
columnProp: 'outWcsTime',
headerAlign: 'center',
align: 'center',
columnLabel: '取出时间',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 140,
showOverflowTooltip: true
},
] ]
} }
}, },

18
src/views/modules/noOrderIssue/noOrderNotification.vue

@ -1679,6 +1679,24 @@ export default {
fixed: '', fixed: '',
columnWidth: 80, columnWidth: 80,
}, },
{
userId: this.$store.state.user.name,
functionId: 444002,
serialNumber: '444002Table6OutWcsTime',
tableId: '444002Table6',
tableName: '预留标签清单表',
columnProp: 'outWcsTime',
headerAlign: 'center',
align: 'center',
columnLabel: '取出时间',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 140,
},
], ],
rules: { rules: {
bu: [ bu: [

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

@ -1322,6 +1322,24 @@
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80 columnWidth: 80
},
{
userId: this.$store.state.user.name,
functionId: 701002,
serialNumber: '701002Table6OutWcsTime',
tableId: "701002Table6",
tableName: "预留标签清单表",
columnProp: "outWcsTime",
headerAlign: "center",
align: "center",
columnLabel: "取出时间",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 140
} }
], ],

18
src/views/modules/poOrder/searchPoIssureNotify.vue

@ -1185,6 +1185,24 @@ export default {
fixed: '', fixed: '',
columnWidth: 80, columnWidth: 80,
}, },
{
userId: this.$store.state.user.name,
functionId: 701002,
serialNumber: '701002Table6OutWcsTime',
tableId: '701002Table6',
tableName: '预留标签清单表',
columnProp: 'outWcsTime',
headerAlign: 'center',
align: 'center',
columnLabel: '取出时间',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 140,
},
], ],
// start // start

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

@ -1745,6 +1745,24 @@ export default {
fixed: '', fixed: '',
columnWidth: 80, columnWidth: 80,
}, },
{
userId: this.$store.state.user.name,
functionId: 444002,
serialNumber: '444002Table6OutWcsTime',
tableId: '444002Table6',
tableName: '预留标签清单表',
columnProp: 'outWcsTime',
headerAlign: 'center',
align: 'center',
columnLabel: '取出时间',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 140,
},
], ],
rules: { rules: {
bu: [ bu: [

Loading…
Cancel
Save