|
|
|
@ -526,12 +526,13 @@
|
|
|
|
|
let res1=await this.getAction('/hy/processMaterialsAllot/getCurrent', param) |
|
|
|
|
if (res1.success) { |
|
|
|
|
if (res1.result) { |
|
|
|
|
if (param.username==res1.result.relateId && res1.result.name=='采购员'){ |
|
|
|
|
this.lcModa.isPlanType = true; |
|
|
|
|
this.lcModa.isSourceCapital = true; |
|
|
|
|
this.lcModa.disabled = false; |
|
|
|
|
if(param.username==res1.result.relateId){ |
|
|
|
|
if (res1.result.name=='采购员'){ |
|
|
|
|
this.lcModa.isPlanType = true; |
|
|
|
|
this.lcModa.isSourceCapital = true; |
|
|
|
|
this.lcModa.disabled = false; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|