diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/router/business.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/router/business.js index dcf18f4b..f174d981 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/router/business.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/router/business.js @@ -210,6 +210,7 @@ export default [ title: "下载", icon: "file", pattern: "paged", + disabled: "o=>o.stateName!='Succeeded'", }, }, ], @@ -423,6 +424,23 @@ export default [ pattern: "paged", }, }, + { + path: "passed", + meta: { + type: "button", + title: "审核通过", + icon: "file", + isTop: true, + }, + }, + { + path: "reopen", + meta: { + type: "button", + title: "重开", + icon: "file", + }, + }, ], }, { @@ -941,6 +959,23 @@ export default [ pattern: "paged", }, }, + { + path: "passed", + meta: { + type: "button", + title: "审核通过", + icon: "file", + isTop: true, + }, + }, + { + path: "reopen", + meta: { + type: "button", + title: "重开", + icon: "file", + }, + }, ], }, { @@ -1393,6 +1428,23 @@ export default [ pattern: "paged", }, }, + { + path: "passed", + meta: { + type: "button", + title: "审核通过", + icon: "file", + isTop: true, + }, + }, + { + path: "reopen", + meta: { + type: "button", + title: "重开", + icon: "file", + }, + }, ], }, { @@ -1837,6 +1889,23 @@ export default [ pattern: "paged", }, }, + { + path: "passed", + meta: { + type: "button", + title: "审核通过", + icon: "file", + isTop: true, + }, + }, + { + path: "reopen", + meta: { + type: "button", + title: "重开", + icon: "file", + }, + }, ], }, { @@ -2501,6 +2570,23 @@ export default [ pattern: "paged", }, }, + { + path: "passed", + meta: { + type: "button", + title: "审核通过", + icon: "file", + isTop: true, + }, + }, + { + path: "reopen", + meta: { + type: "button", + title: "重开", + icon: "file", + }, + }, ], }, { @@ -2918,6 +3004,23 @@ export default [ pattern: "paged", }, }, + { + path: "passed", + meta: { + type: "button", + title: "审核通过", + icon: "file", + isTop: true, + }, + }, + { + path: "reopen", + meta: { + type: "button", + title: "重开", + icon: "file", + }, + }, ], }, { @@ -3332,6 +3435,23 @@ export default [ pattern: "paged", }, }, + { + path: "passed", + meta: { + type: "button", + title: "审核通过", + icon: "file", + isTop: true, + }, + }, + { + path: "reopen", + meta: { + type: "button", + title: "重开", + icon: "file", + }, + }, ], }, { @@ -3490,6 +3610,14 @@ export default [ pattern: "paged", }, }, + { + path: "reopen", + meta: { + type: "button", + title: "重开", + icon: "file", + }, + }, ], }, {