From 3e5fb41bd46a4a8a8f0a71fa0086e256597ea653 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Fri, 12 Jan 2024 15:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BA=93=E5=AD=98=E5=93=81?= =?UTF-8?q?=E8=B4=A7=E4=BD=8D=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reservation/reservationAddFrom.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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: '库存数量',