保存草稿去掉资金计划表校验

dev_2.0.0
‘wangjiuyun 2024-11-19 14:19:32 +08:00
parent 7978c17d96
commit e1b14e16ca
1 changed files with 4 additions and 4 deletions

View File

@ -92,10 +92,10 @@ $(function () {
$("#collaboratorUrl").val($("#collaboratorUrl_span").text()); $("#collaboratorUrl").val($("#collaboratorUrl_span").text());
// checkIfFillIn(); // checkIfFillIn();
if(!checkprojectPlan()){ // if(!checkprojectPlan()){
$("#saveDraft").attr('disabled', false); // $("#saveDraft").attr('disabled', false);
return; // return;
} // }
var dataIncome = collectData("am-modal-prompt-input-income"); var dataIncome = collectData("am-modal-prompt-input-income");
if (dataIncome.length <= 0) { if (dataIncome.length <= 0) {
window.confirm('请填写收入明细表'); window.confirm('请填写收入明细表');