Browse Source

增加库存品货位信息

pre-production
pref_mail@163.com 1 year ago
parent
commit
3e5fb41bd4
  1. 20
      src/views/distribution/reservation/reservationAddFrom.vue

20
src/views/distribution/reservation/reservationAddFrom.vue

@ -1438,16 +1438,16 @@ export default {
fixed: false,
sortable: true,
},
// {
// prop: 'despatch',//
// label: '',
// type: 2,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
{
prop: 'positionCode',//
label: '货位信息',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'quantityStock',
label: '库存数量',

Loading…
Cancel
Save