From 59bdee3ab79eb481dad30c77171864986928c89c Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Wed, 22 May 2024 14:57:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E6=96=99=E6=9C=AA=E6=89=AB=E6=8F=8F?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/job/issueDetail.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/issue/job/issueDetail.vue b/src/pages/issue/job/issueDetail.vue index 2a3ff392..97e4b57b 100644 --- a/src/pages/issue/job/issueDetail.vue +++ b/src/pages/issue/job/issueDetail.vue @@ -243,11 +243,11 @@ // }, submit() { - // let params = this.setParams() - // if(!params.subList||params.subList.length==0){ - // this.showErrorMessage("请扫描您需要提交的发料任务") - // return - // } + let params = this.setParams() + if(!params.subList||params.subList.length==0){ + this.showErrorMessage("请扫描您需要提交的发料任务") + return + } uni.showLoading({ title: "提交中....", mask: true @@ -264,13 +264,13 @@ //使用在途库,不查询管理模式 if (this.jobContent.useOnTheWayLocation == 'TRUE') { - this.submitJob(); + // this.submitJob(); } else { //获取管理模式,封装参数 getManagementPrecisions(itemCodes, locationCode, res => { if (res.success) { this.managementList = res.list; - this.submitJob(); + // this.submitJob(); } else { uni.hideLoading(); this.showErrorMessage(res.message);