Browse Source

Merge branch 'newProperty' of http://116.255.223.226:3000/zhangzl/nsgk_web into newProperty

RongCheng
庞东旭 2 years ago
parent
commit
707604ca4e
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      static/js/project/listingItems/bond.js
  2. +2
    -2
      view/listingItems/bond.html

+ 2
- 2
static/js/project/listingItems/bond.js View File

@@ -185,7 +185,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function
data['payeePaymentLines'] = payeePaymentLines;
data['bankType'] = bankType;
data['accountType'] = accountType;
data['status'] = 'Y';
data['status'] = 'N';

tools.doPost(signupSubmit, data, module.upLoadAction);
}
@@ -282,4 +282,4 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function
}
}
return module;
});
});

+ 2
- 2
view/listingItems/bond.html View File

@@ -201,7 +201,7 @@
<td><input readonly type="text" id="idCard"></td>
</tr>
<tr>
<td><span></span>上传相关凭证:</td>
<td><span></span>缴款凭证:</td>
<td colspan="3"><div id="cupload-3" class="m-l-10"></div></td>
</tr>
<tr>
@@ -238,4 +238,4 @@
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page"
target-module="../../static/js/project/listingItems/bond.js" defer type="text/javascript"></script>
</body>
</html>
</html>

Loading…
Cancel
Save