保存草稿去掉资金计划表校验
parent
7978c17d96
commit
e1b14e16ca
|
@ -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('请填写收入明细表');
|
||||||
|
|
Loading…
Reference in New Issue