Commit ab48d1e7 authored by liudong1993's avatar liudong1993

1

parent be7d2df7
...@@ -573,6 +573,7 @@ ...@@ -573,6 +573,7 @@
"cmd": "travelcontract_post_SetTravelContractService", //添加修改合同信息 "cmd": "travelcontract_post_SetTravelContractService", //添加修改合同信息
"fullName": "REBORN.Services.DMCService.TravelContractService", "fullName": "REBORN.Services.DMCService.TravelContractService",
"method": "SetTravelContractService", "method": "SetTravelContractService",
"checkFormRepeatSubmit": true, //验证表单重复提交
"allowAnonymous": true "allowAnonymous": true
}, },
{ {
...@@ -638,7 +639,8 @@ ...@@ -638,7 +639,8 @@
{ {
"cmd": "travelcontract_post_SetContractService", //新增修改出境合同 "cmd": "travelcontract_post_SetContractService", //新增修改出境合同
"fullName": "REBORN.Services.DMCService.TravelContractService", "fullName": "REBORN.Services.DMCService.TravelContractService",
"method": "SetContractService" "method": "SetContractService",
"checkFormRepeatSubmit": true //验证表单重复提交
}, },
{ {
"cmd": "travelcontract_post_ReSendContract", //合同重发短信 "cmd": "travelcontract_post_ReSendContract", //合同重发短信
......
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