6535bdef by yangjianbin

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents e67cacca 3597800a
...@@ -176,6 +176,10 @@ ...@@ -176,6 +176,10 @@
176 function save() { 176 function save() {
177 var data = $("form").serializeJson(); 177 var data = $("form").serializeJson();
178 console.log(data['source']); 178 console.log(data['source']);
179 if(data['source'][1] == 0){
180 layer.alert('自动还款不能编辑');
181 return false;
182 }
179 $.ajax({ 183 $.ajax({
180 type: 'put', 184 type: 'put',
181 url: apiBaseUrl + 'loanAfter/repaymentPlan', 185 url: apiBaseUrl + 'loanAfter/repaymentPlan',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!