diff --git a/src/views/distribution/reservation/reservationAddFrom.vue b/src/views/distribution/reservation/reservationAddFrom.vue index 96d11c40..3070b916 100644 --- a/src/views/distribution/reservation/reservationAddFrom.vue +++ b/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: '库存数量',