Commit 3b3a8c24 by 袁成

fix: 查看单据情况下按钮状态

parent 6ebac789
...@@ -1157,7 +1157,7 @@ export default { ...@@ -1157,7 +1157,7 @@ export default {
"title": "财务_查询草稿[CW_draftSearchAction]", "title": "财务_查询草稿[CW_draftSearchAction]",
"value": "draftSearchAction", "value": "draftSearchAction",
"btnDisable": "false", "btnDisable": "false",
"btnDisable": "billReadOnly;90;91;92" "btnDisable": "billReadOnly;1;90;91;92"
}, { }, {
"discard": false, "discard": false,
"path": "单据/复制单据", "path": "单据/复制单据",
...@@ -1354,7 +1354,7 @@ export default { ...@@ -1354,7 +1354,7 @@ export default {
"description": "", "description": "",
"title": "财务_暂存[CW_tempSave]", "title": "财务_暂存[CW_tempSave]",
"value": "CW_tempSave", "value": "CW_tempSave",
"btnDisable": "billReadOnly;90;91;92" "btnDisable": "billReadOnly;1;90;91;92"
}, },
{ {
"discard": false, "discard": false,
...@@ -1367,7 +1367,7 @@ export default { ...@@ -1367,7 +1367,7 @@ export default {
"description": "", "description": "",
"title": "财务_保存[CW_saveAction]", "title": "财务_保存[CW_saveAction]",
"value": "CW_saveAction", "value": "CW_saveAction",
"btnDisable": "billReadOnly;90;92" "btnDisable": "billReadOnly;1;90;92"
}, },
{ {
"discard": false, "discard": false,
...@@ -1477,7 +1477,7 @@ export default { ...@@ -1477,7 +1477,7 @@ export default {
"description": "", "description": "",
"title": "财务_提交[CW_submitAction]", "title": "财务_提交[CW_submitAction]",
"value": "CW_submitAction", "value": "CW_submitAction",
"btnDisable": "billEdit;90;92" "btnDisable": "billEdit;1;90;92"
}, },
{ {
"discard": false, "discard": false,
......
...@@ -39,6 +39,7 @@ export default { ...@@ -39,6 +39,7 @@ export default {
c.init = true; c.init = true;
c.modal_visible = true; c.modal_visible = true;
c.isReadOnly = true; c.isReadOnly = true;
c.state = 'readOnly'
}); });
} }
}, },
......
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