Commit 2a76815f by 袁成

fix:去掉报销单

parent 23173b3e
...@@ -1212,25 +1212,25 @@ export default { ...@@ -1212,25 +1212,25 @@ export default {
"title": "缓存单据数据[cacheSaveAction]", "title": "缓存单据数据[cacheSaveAction]",
"value": "cacheSaveAction", "value": "cacheSaveAction",
}, },
{ // {
"discard": false, // "discard": false,
"path": "单据/保存报销单", // "path": "单据/保存报销单",
"extends": { // "extends": {
"param": [{ // "param": [{
"clearable": true, // "clearable": true,
"ref": "gams2.bill", // "ref": "gams2.bill",
"type": "select", // "type": "select",
"title": "执行动作", // "title": "执行动作",
"key": "actions", // "key": "actions",
"innerRef": "actions" // "innerRef": "actions"
} // }
] // ]
}, // },
"description": "", // "description": "",
"title": "保存(报销单)[saveActionBXD]", // "title": "保存(报销单)[saveActionBXD]",
"value": "saveActionBXD", // "value": "saveActionBXD",
"btnDisable": "billReadOnly;90;91;92" // "btnDisable": "billReadOnly;90;91;92"
}, // },
{ {
"discard": false, "discard": false,
"path": "资产/通用", "path": "资产/通用",
......
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