|
|
@@ -240,7 +240,7 @@
|
|
|
height="calc(100vh-300px)"
|
|
|
:pageSize="20"
|
|
|
:datasource="datasource"
|
|
|
- cache-key="wms-inventoryAllocation-add-table-left"
|
|
|
+ :cache-key="cacheKeyUrl"
|
|
|
:selection.sync="selection"
|
|
|
row-key="id"
|
|
|
:initLoad="false"
|
|
|
@@ -424,6 +424,7 @@
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
+ cacheKeyUrl: 'wms-inventoryAllocation-add-table-left',
|
|
|
query: {},
|
|
|
allocationType,
|
|
|
outTreeList: [],
|
|
|
@@ -544,6 +545,24 @@
|
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 110
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'measureQuantity',
|
|
|
+ label: '计量数量',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'measureUnit',
|
|
|
+ label: '计量单位',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'lockQuantity',
|
|
|
+ label: '锁定数量',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'brandNum',
|
|
|
label: '牌号',
|
|
|
@@ -593,18 +612,7 @@
|
|
|
showOverflowTooltip: true,
|
|
|
}
|
|
|
] : []),
|
|
|
- {
|
|
|
- prop: 'measureQuantity',
|
|
|
- label: '计量数量',
|
|
|
- align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
- },
|
|
|
- {
|
|
|
- prop: 'measureUnit',
|
|
|
- label: '计量单位',
|
|
|
- align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
prop: 'weight',
|
|
|
label: '重量',
|