From ee5c71e03e6ba9f32864eef5274aa552f64e0537 Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080> Date: Wed, 23 Nov 2022 13:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=83=E6=8B=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=8C=89=E9=92=AE=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activiti/form/ProcessMaterialsAllotForm.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/activiti/form/ProcessMaterialsAllotForm.vue b/src/views/activiti/form/ProcessMaterialsAllotForm.vue index 3afe154..59f4810 100644 --- a/src/views/activiti/form/ProcessMaterialsAllotForm.vue +++ b/src/views/activiti/form/ProcessMaterialsAllotForm.vue @@ -367,7 +367,14 @@ type: Boolean, default: false, required: false + }, + //表单禁用 + hieg: { + type: Boolean, + default: true, + required: false } + }, computed: { formDisabled() { @@ -377,6 +384,10 @@ } return true } + // console.log("this.hieg",this.hieg); + // console.log("this.disabled",this.disabled); + // console.log("this.heid",this.heid); + this.heid = this.hieg; // console.log("this.disabled",this.disabled); return this.disabled }, @@ -632,7 +643,7 @@ }, /*回显数据*/ init() { - this.taskT =true + // this.taskT =true this.btndisabled = true this.issh =true var r = this.processData @@ -652,7 +663,7 @@ if (res.success) { // if (res.result){ // console.log(this.heid,"this.heid"); - this.heid = false + // this.heid = false getAction(this.url.unitWasteNameUrl, null).then((res) => { if (res.success) { if (this.processMaterialsAllotListTable.columns[6].options.length > 0) {