Commit aee2af66 by Joey

fix(@gms/gms-plugin-billexpand): 驳回的单据保存和提交按钮状态不对

parent c8b0095b
......@@ -131,7 +131,7 @@ export default {
case 90:
return disableState.includes('90')
case 91:
return disableState.includes('91')
return disableState.includes('91') || getBillState()
case 92:
return disableState.includes('92')
case 1:
......
......@@ -1372,7 +1372,7 @@ export default {
"description": "",
"title": "财务_保存[CW_saveAction]",
"value": "CW_saveAction",
"btnDisable": "billReadOnly;90;91;92"
"btnDisable": "billReadOnly;90;92"
},
{
"discard": false,
......@@ -1482,7 +1482,7 @@ export default {
"description": "",
"title": "财务_提交[CW_submitAction]",
"value": "CW_submitAction",
"btnDisable": "billEdit;90;91;92"
"btnDisable": "billEdit;90;92"
},
{
"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