去掉多余的校验
parent
211a306d67
commit
a2c5bac002
|
@ -1,7 +1,7 @@
|
|||
var valid = function() {
|
||||
return incomeDeviceValid() && incomeEngineerValid() && incomeServiceValid() && incomeTotalValid()
|
||||
&& costPurchaseDeviceValid() && costPurchaseBuildValid() && costPurchaseServiceValid() && costPurchaseOtherValid()
|
||||
&& costProjectManageValid() && costOtherValid() && costTotalValid() && costExpropriationValid()
|
||||
&& costProjectManageValid() && costTotalValid() && costExpropriationValid()
|
||||
&& costCompanyManageValid() && costIncomeTaxValid() && saleIncomeCashValid() && taxReturnValid()
|
||||
&& earnestMoneyIncomeValid() && purchaseCostValid() && taxCostValid() && earnestMoneyCostValid()
|
||||
&& cashInflowFromInvestingActivitiesValid() && cashOutflowFromInvestingActivitiesValid()
|
||||
|
|
Loading…
Reference in New Issue