@@ -185,7 +185,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function | |||||
data['payeePaymentLines'] = payeePaymentLines; | data['payeePaymentLines'] = payeePaymentLines; | ||||
data['bankType'] = bankType; | data['bankType'] = bankType; | ||||
data['accountType'] = accountType; | data['accountType'] = accountType; | ||||
data['status'] = 'Y'; | |||||
data['status'] = 'N'; | |||||
tools.doPost(signupSubmit, data, module.upLoadAction); | tools.doPost(signupSubmit, data, module.upLoadAction); | ||||
} | } | ||||
@@ -282,4 +282,4 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function | |||||
} | } | ||||
} | } | ||||
return module; | return module; | ||||
}); | |||||
}); |
@@ -201,7 +201,7 @@ | |||||
<td><input readonly type="text" id="idCard"></td> | <td><input readonly type="text" id="idCard"></td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td><span></span>上传相关凭证:</td> | |||||
<td><span></span>缴款凭证:</td> | |||||
<td colspan="3"><div id="cupload-3" class="m-l-10"></div></td> | <td colspan="3"><div id="cupload-3" class="m-l-10"></div></td> | ||||
</tr> | </tr> | ||||
<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" | <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> | target-module="../../static/js/project/listingItems/bond.js" defer type="text/javascript"></script> | ||||
</body> | </body> | ||||
</html> | |||||
</html> |