diff --git a/Application/Home/View/default/Safe/editModify.html b/Application/Home/View/default/Safe/editModify.html index 0669cd3ac..a29043df9 100644 --- a/Application/Home/View/default/Safe/editModify.html +++ b/Application/Home/View/default/Safe/editModify.html @@ -314,7 +314,7 @@ ,id: 'LAY_layuipro' //设定一个id,防止重复弹出 ,moveType: 1 //拖拽模式,0或者1 ,content: '
结算信息
' - +'
' + +'' +'' +'' @@ -341,11 +341,29 @@ +'
' +'' +'
电话:' +'
*须补充修改协议(联系平台签署)
' - +'' + +'' +'
' +'
' // ,content:content }) + $('#settle-submit-btn').click(function(){ + $.ajax({ + url : '{:U("safe/edit")}', + method : 'POST', + data : $('#settle-form').serializeArray(), + success : function(response) { + if (response.status == 0) { + layer.msg(response.info); + } else { + layer.msg(response.info); + setTimeout(function(){ + window.location.href = "{:U('safe/editModify')}" + }, 1) + } + } + }); + return false; + }); $("#btn").click(function() { window.location.href = "{:U('safe/editModify')}" })