Browse Source

修改调拨添加按钮控制

dev
caoyizhong 2 years ago
parent
commit
ee5c71e03e
  1. 15
      src/views/activiti/form/ProcessMaterialsAllotForm.vue

15
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) {

Loading…
Cancel
Save