diff --git a/src/components/jeecg/HPlan.vue b/src/components/jeecg/HPlan.vue index e639cac..e84b4e8 100644 --- a/src/components/jeecg/HPlan.vue +++ b/src/components/jeecg/HPlan.vue @@ -152,6 +152,7 @@ params.ids.push(res.result.id) params.vals.push(res.result.warehousingBatch) this.showText=params; + } if (res.code === 510) { this.$message.warning(res.message) diff --git a/src/views/activiti/form/ProcessMaterialsAllotForm.vue b/src/views/activiti/form/ProcessMaterialsAllotForm.vue index c856c04..81e9b0d 100644 --- a/src/views/activiti/form/ProcessMaterialsAllotForm.vue +++ b/src/views/activiti/form/ProcessMaterialsAllotForm.vue @@ -94,13 +94,13 @@
- + 保存 提交申请 取消 - + 通过 驳回 @@ -784,11 +784,7 @@ } console.log(this.data.haveAndNot,"------------666666666666665555555555555555") - if (this.data.haveAndNot==0){ - this.isHava=true; - this.disabled=true - console.log(this.disabled,"55555555555555555555555") - } + let fieldval = pick(this.data, 'id', 'company', 'createTime', 'sysOrgCode', 'createBy', 'materialType', 'beAllotDepartment', 'fileId', 'haveAndNot') this.$nextTick(() => { this.form.setFieldsValue(fieldval)