Browse Source

只有在succeeded的情况下,下载按钮可以用

master
姜旭之 1 year ago
parent
commit
49eab561b7
  1. 128
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/router/business.js

128
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",
},
},
],
},
{

Loading…
Cancel
Save