Browse Source

修改库存品出库数据字段

fix_bug_pro20231227
caoyizhong 1 year ago
parent
commit
67bc1a0694
  1. 14
      src/views/distribution/inventory/distributionStockListDetails.vue

14
src/views/distribution/inventory/distributionStockListDetails.vue

@ -422,7 +422,7 @@ export default {
head: false,
},
{
prop: 'orderCode',
prop: 'orderSelfNumbering',
label: '订单自编号',
type: 2,
values: '',
@ -466,7 +466,7 @@ export default {
head: false,
},
{
prop: 'goodsAllocation',
prop: 'allocationTitle',
label: '库位信息',
type: 2,
values: '',
@ -475,6 +475,16 @@ export default {
fixed: false,
sortable: true,
head: false,
}, {
prop: 'stockQuantity',
label: '数量',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
],
},

Loading…
Cancel
Save