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";