From 30498b09a64b17b460786ee7b22b817586bb137a Mon Sep 17 00:00:00 2001 From: "DESKTOP-J7ED0MB\\yinjinlu" <411641505@qq.com> Date: Thu, 6 Oct 2022 21:50:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=80=E5=94=AE=E9=80=80=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/wm/rtsalse/index.vue | 37 ++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/src/views/mes/wm/rtsalse/index.vue b/src/views/mes/wm/rtsalse/index.vue index e26a53b..0ea1678 100644 --- a/src/views/mes/wm/rtsalse/index.vue +++ b/src/views/mes/wm/rtsalse/index.vue @@ -92,14 +92,14 @@ - - - - + + + + - + @@ -109,13 +109,14 @@ - + @@ -192,6 +202,16 @@ + + + + + + @@ -384,7 +404,7 @@ export default { areaId: null, areaCode: null, areaName: null, - rtDate: null, + rtDate: new Date(), rtReason: null, status: "PREPARE", remark: null, @@ -441,6 +461,9 @@ export default { const rtId = row.rtId || this.ids getRtsalse(rtId).then(response => { this.form = response.data; + this.warehouseInfo[0] = response.data.warehouseId; + this.warehouseInfo[1] = response.data.locationId; + this.warehouseInfo[2] = response.data.areaId; this.open = true; this.title = "修改产品销售退货单"; this.optType = "add";