Commit 519f5017 by 乔延琦

Merge branch 'develop-yuancheng' into 'develop'

Develop yuancheng

See merge request GFP/RBC/rbc-frontend!81
parents a699f0b0 2de83b22
...@@ -157,14 +157,16 @@ export default { ...@@ -157,14 +157,16 @@ export default {
} }
} }
switch (approveState) { switch (approveState) {
case 90: case 90: // 待审批
return disableState.includes('90') return disableState.includes('90')
case 91: case 91: // 被驳回
return disableState.includes('91') || getBillState() return disableState.includes('91') || getBillState()
case 92: case 92: // 审批完成
return disableState.includes('92') return disableState.includes('92')
case 1: case 1: // 已暂存
return disableState.includes('1') || getBillState() return disableState.includes('1') || getBillState()
case 2: // 已保存
return disableState.includes('2') || getBillState()
default: default:
return getBillState() return getBillState()
} }
......
...@@ -1585,7 +1585,7 @@ export default { ...@@ -1585,7 +1585,7 @@ export default {
"description": "", "description": "",
"title": "财务_暂存[CW_tempSave]", "title": "财务_暂存[CW_tempSave]",
"value": "CW_tempSave", "value": "CW_tempSave",
"btnDisable": "billReadOnly;90;91;92" "btnDisable": "billReadOnly;90;92"
}, },
{ {
"discard": false, "discard": false,
......
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