Commit a7e9cd76 authored by 吴春's avatar 吴春
parents 6caac36f 41e78834
......@@ -491,6 +491,7 @@
"cmd": "Financial_post_SetFundTransfer", //设置资金调拨
"fullName": "REBORN.Services.FinanceService.FinancialService",
"method": "SetFundTransfer",
"checkFormRepeatSubmit": true, //验证表单重复提交
"url": ""
},
{
......@@ -527,6 +528,7 @@
"cmd": "Financial_post_AuditTemporary", //审核暂存
"fullName": "REBORN.Services.FinanceService.FinancialService",
"method": "AuditTemporary",
"checkFormRepeatSubmit": true, //验证表单重复提交
"url": ""
},
{
......@@ -546,12 +548,14 @@
"cmd": "Financial_post_Set", //发起
"fullName": "REBORN.Services.FinanceService.FinancialService",
"method": "Set",
"checkFormRepeatSubmit": true, //验证表单重复提交
"url": ""
},
{
"cmd": "Financial_post_BatchSet", //发起
"fullName": "REBORN.Services.FinanceService.FinancialService",
"method": "BatchSet",
"checkFormRepeatSubmit": true, //验证表单重复提交
"url": ""
},
{
......
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