From 49eab561b788642108e68597749e9ddd27f3815f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=97=AD=E4=B9=8B?= <12930972+jiang-xuzhi@user.noreply.gitee.com> Date: Fri, 11 Aug 2023 10:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E6=9C=89=E5=9C=A8succeeded=E7=9A=84?= =?UTF-8?q?=E6=83=85=E5=86=B5=E4=B8=8B=EF=BC=8C=E4=B8=8B=E8=BD=BD=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=8F=AF=E4=BB=A5=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/router/business.js | 128 ++++++++++++++++++ 1 file changed, 128 insertions(+) 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", + }, + }, ], }, {