Browse Source

在物料库存信息的报表中, 增加一列 " 安全库存" 信息

master
赵宏斌 5 months ago
parent
commit
6a7501c7f1
  1. 18
      src/views/modules/board/partInventory.vue

18
src/views/modules/board/partInventory.vue

@ -160,6 +160,24 @@ export default {
fixed: '',
columnWidth: 60
},
{
userId: this.$store.state.user.name,
functionId: 153,
serialNumber: '153Table1',
tableId: "153Table1",
tableName: "物料库存信息表",
columnProp: "safetyStock",
headerAlign: "center",
align: "left",
columnLabel: "安全库存",
columnHidden: false,
columnImage: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 60
},
{
userId: this.$store.state.user.name,
functionId: 153,

Loading…
Cancel
Save