From 15e3754fbd43236fd2768d4e6f4ee0f176c9cabf Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Fri, 2 Aug 2024 11:08:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=89=A9=E6=96=99=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/fgChange.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pages/fg/fgChange.vue b/src/pages/fg/fgChange.vue index 319682e6..663e06b8 100644 --- a/src/pages/fg/fgChange.vue +++ b/src/pages/fg/fgChange.vue @@ -146,7 +146,8 @@ toItemList: [], fgList: [], currentPackage: null, - reason: '' + reason: '', + options:[] }; }, mounted() { @@ -157,7 +158,7 @@ title: option.title }); this.getBusinessType(); - this.options = getRemoveOption() + // this.options = getRemoveOption() }, //返回首页 onNavigationBarButtonTap(e) { @@ -322,11 +323,11 @@ let params = this.setParams(); console.log('params', JSON.stringify(params)) fgChangeCommit(params).then(res => { - let ss = res; - - + uni.hideLoading() + this.currentPackage = null }).catch(err => { + uni.hideLoading() this.showErrorMessage(err.message) }) }, From 25583aabebeeead55ea715b657d6c0e1b87a38b1 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Fri, 2 Aug 2024 13:23:18 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=BA=BF=E6=B2=A1?= =?UTF-8?q?=E4=BC=A0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/record/directIssue.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/issue/record/directIssue.vue b/src/pages/issue/record/directIssue.vue index 73787a0b..da841f90 100644 --- a/src/pages/issue/record/directIssue.vue +++ b/src/pages/issue/record/directIssue.vue @@ -510,6 +510,8 @@ this.detailSource.forEach(item => { item.subList.forEach(detail => { detail.toLocationCode = toLocationCode + detail.productionLineCode = this.productionLineCode + detail.workStationCode = this.workStationCode }) })