保存草稿去掉资金计划表校验
parent
7978c17d96
commit
e1b14e16ca
|
@ -92,10 +92,10 @@ $(function () {
|
|||
$("#collaboratorUrl").val($("#collaboratorUrl_span").text());
|
||||
|
||||
// checkIfFillIn();
|
||||
if(!checkprojectPlan()){
|
||||
$("#saveDraft").attr('disabled', false);
|
||||
return;
|
||||
}
|
||||
// if(!checkprojectPlan()){
|
||||
// $("#saveDraft").attr('disabled', false);
|
||||
// return;
|
||||
// }
|
||||
var dataIncome = collectData("am-modal-prompt-input-income");
|
||||
if (dataIncome.length <= 0) {
|
||||
window.confirm('请填写收入明细表');
|
||||
|
|
Loading…
Reference in New Issue