From 34fb763fbf6cde642f5ccf9378a5b4c6e84eb087 Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Fri, 13 Oct 2023 14:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F=E5=A4=87?= =?UTF-8?q?=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stockup/distributionStockupDetailsSelf.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/views/distribution/stockup/distributionStockupDetailsSelf.vue b/src/views/distribution/stockup/distributionStockupDetailsSelf.vue index 3022f513..246cfa82 100644 --- a/src/views/distribution/stockup/distributionStockupDetailsSelf.vue +++ b/src/views/distribution/stockup/distributionStockupDetailsSelf.vue @@ -1541,13 +1541,14 @@ export default { }); }, //备货id - handleStockUp(row, type) { - getListUser().then(res => { - //查询当前人信息 - console.log('res>>>', res.data.data); - this.deptId = res.data.data.deptId; - this.getStorageArea(); - }); + async handleStockUp(row, type) { + // const a = await getListUser().then( res => { + // //查询当前人信息 + // console.log('res>>>', res.data.data); + // this.deptId = res.data.data.deptId; + // + // }); + await this.getStorageArea(); console.log('备货数据!!', row); switch (type) { case '1': @@ -1576,7 +1577,7 @@ export default { department: this.deptId, }; stockUp(params).then(res => { - // console.log("res>>>",res.data.data); + console.log("备货区res>>>",res.data.data); let fo = []; res.data.data.forEach(i => { let v = {