Commit 8fda703e by 袁成

fix

parent 1cd74a5f
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
loadFinishFun(bill) { loadFinishFun(bill) {
console.log('billState', bill.getMasterData().getValue('billState')) console.log('billState', bill.getMasterData().getValue('billState'))
const workflowState = bill.getMasterData().getValue('billState') const workflowState = bill.getMasterData().getValue('billState')
if ([90,91,92].includes(workflowState)) { if ([90,92].includes(workflowState)) {
this.state = 'readOnly' this.state = 'readOnly'
} }
let that = this; let that = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment