8bb68a2e by yangjianbin

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

2 parents 4a0ac0c0 e064a6fb
......@@ -3,7 +3,7 @@
<body>
<div class="panel panel-default mb-20">
<form>
<input type="hidden" name="source" value="1">
<!-- <input type="hidden" name="source" value="1">-->
<div class="panel-body cl">
<div class="row cl">
<input type="hidden" name="id" value="<?=$id?>">
......@@ -175,8 +175,8 @@
<script>
function save() {
var data = $("form").serializeJson();
console.log(data['source']);
if(data['source'][1] == 0){
console.log(data);
if(data['source'] == 0){
layer.alert('自动还款不能编辑');
return false;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!