From 799f3624807fb25e3f5943576bee69e0235301e4 Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Mon, 13 Feb 2023 16:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A5=E5=BA=93=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activiti/form/ProcessMaterialWarehousingForm.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/activiti/form/ProcessMaterialWarehousingForm.vue b/src/views/activiti/form/ProcessMaterialWarehousingForm.vue index de5e91e..28a301d 100644 --- a/src/views/activiti/form/ProcessMaterialWarehousingForm.vue +++ b/src/views/activiti/form/ProcessMaterialWarehousingForm.vue @@ -135,11 +135,12 @@ - + 保存 通过 驳回 + @@ -211,6 +212,7 @@ isGetOneAndLast:false, isIfDirect:false, isIfInspection: false, + quantityChange: true, refKeys: ['processMaterialWarehousingList'], tableKeys: ['processMaterialWarehousingList'], activeKey: 'processMaterialWarehousingList', @@ -493,10 +495,10 @@ ] if(this.planQuantity-this.warehousingQuantity-record.row.materialQuantity<0){ this.$message.error('入库数量不能大于采购数量') - this.isGetOneAndLast=false; + this.quantityChange=false; return; }else { - this.isGetOneAndLast=true; + this.quantityChange=true; } console.log(record.row.materialQuantity,"----------++++"); this.$refs.processMaterialWarehousingList.setValues(values) @@ -637,11 +639,12 @@ if (formData.processMaterialWarehousingListList[i].materialPrice*formData.processMaterialWarehousingListList[i].materialQuantity!=formData.processMaterialWarehousingListList[i].materialAmount){ this.$message.error('请检查入库数量'); return; + }else if (e==true){ + this.passTask() } } formData.describes = this.describes console.log('格式化后的数据', formData) - this.form.validateFields((err, values) => { if (!err) { formData.procDefId = this.processData.id @@ -780,7 +783,6 @@ this.processUdgetPlanIds = ids.join(',') }, saveAndpassTask() { - this.passTask() this.handleSubmit(true); }, validateError(msg) {