Browse Source

qtyBox

java8
han\hanst 1 month ago
parent
commit
106b9753bf
  1. 36
      src/views/modules/ecss/codelnotify.vue
  2. 36
      src/views/modules/ecss/codelnotifyConfirm.vue

36
src/views/modules/ecss/codelnotify.vue

@ -1609,6 +1609,42 @@
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 801001,
serialNumber: '801001Table2Remark',
tableId: "801001Table2",
tableName: "关务系统发货通知单明细",
columnProp: "qtyRoll",
headerAlign: "center",
align: "right",
columnLabel: "qty/roll",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 801001,
serialNumber: '801001Table2Remark',
tableId: "801001Table2",
tableName: "关务系统发货通知单明细",
columnProp: "qtyBox",
headerAlign: "center",
align: "right",
columnLabel: "qty/box",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
},
],
ossColumns:[

36
src/views/modules/ecss/codelnotifyConfirm.vue

@ -1515,6 +1515,42 @@
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 801001,
serialNumber: '801001Table2Remark',
tableId: "801001Table2",
tableName: "关务系统发货通知单明细",
columnProp: "qtyRoll",
headerAlign: "center",
align: "right",
columnLabel: "qty/roll",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 801001,
serialNumber: '801001Table2Remark',
tableId: "801001Table2",
tableName: "关务系统发货通知单明细",
columnProp: "qtyBox",
headerAlign: "center",
align: "right",
columnLabel: "qty/box",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
},
],
columnList3:[
{

Loading…
Cancel
Save