From f467623c2474494dd0a9fecb368af741e2807f5d Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Tue, 27 May 2025 15:21:58 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BA=A7=E6=88=90=E5=93=81=E5=85=A5?= =?UTF-8?q?=E5=BA=93=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=BA=93=E4=BD=8D=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A1=86=E6=B2=A1=E6=9C=89=E5=B1=95=E7=A4=BA=E5=BA=93?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/material/features/ProductStockIn/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/material/features/ProductStockIn/index.vue b/pages/material/features/ProductStockIn/index.vue index ad29936..e696cdb 100644 --- a/pages/material/features/ProductStockIn/index.vue +++ b/pages/material/features/ProductStockIn/index.vue @@ -251,7 +251,7 @@ this.orgObject = JSON.parse(uni.getStorageSync('orgObject')) this.getERPLocation(); - this.getLocationName(); + //this.getLocationName(); // this.GetLiberaryBaeIn() // this.GetLiberaryBaeEn() this.getTimeData(); @@ -385,8 +385,8 @@ // }, change(e) { this.ERPLOCATION = e.value; - //this.LOCATIONNAME = "" - //this.getLocationName(); + this.LOCATIONNAME = "" + this.getLocationName(); }, changeLocationName(e) { this.LOCATIONNAME = e.value; @@ -422,7 +422,7 @@ this.items_LocationAll = [] let ERPFACTORY = JSON.parse(uni.getStorageSync('orgObject')).ERPFACTORY; this.$MyRequest('/api/storage/getLocationNameForERPLocation', { - ERPLocation: ERPFACTORY + ERPLocation: this.ERPLOCATION }).then(res => { if (res.data.success) { for (let i = 0; i < res.data.resultObj.length; i++) {