Commit 41e78834 authored by liudong1993's avatar liudong1993

1

parent b6d92378
......@@ -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