概算也没有项目管理成本含税金额
parent
f208fc08f4
commit
9feb829aee
|
@ -43,10 +43,10 @@ function calIncomeAndCost() {
|
|||
calCostInclude();
|
||||
calIncomeCost();
|
||||
});
|
||||
$("input[name='costProjectManageTaxInclude']").change(function () {
|
||||
/*$("input[name='costProjectManageTaxInclude']").change(function () {
|
||||
calCostInclude();
|
||||
calIncomeCost();
|
||||
});
|
||||
});*/
|
||||
$("input[name='costOtherOtherTaxInclude']").change(function () {
|
||||
calCostInclude();
|
||||
calIncomeCost();
|
||||
|
@ -127,14 +127,14 @@ function calCostInclude() {
|
|||
var costPurchaseBuildTaxInclude = $("input[name='costPurchaseBuildTaxInclude']").val();
|
||||
var costPurchaseServiceTaxInclude = $("input[name='costPurchaseServiceTaxInclude']").val();
|
||||
var costPurchaseOtherTaxInclude = $("input[name='costPurchaseOtherTaxInclude']").val();
|
||||
var costProjectManageTaxInclude = $("input[name='costProjectManageTaxInclude']").val();
|
||||
//var costProjectManageTaxInclude = $("input[name='costProjectManageTaxInclude']").val();
|
||||
var costOtherOtherTaxInclude = $("input[name='costOtherOtherTaxInclude']").val();
|
||||
|
||||
|
||||
var costTotalTaxInclude = $("input[name='costTotalTaxInclude']");
|
||||
|
||||
if(costPurchaseDeviceTaxInclude && costPurchaseBuildTaxInclude && costPurchaseServiceTaxInclude && costPurchaseOtherTaxInclude && costProjectManageTaxInclude && costOtherOtherTaxInclude){
|
||||
costTotalTaxInclude.val(parseFloat(costPurchaseDeviceTaxInclude)+parseFloat(costPurchaseBuildTaxInclude)+parseFloat(costPurchaseServiceTaxInclude)+parseFloat(costPurchaseOtherTaxInclude)+parseFloat(costProjectManageTaxInclude)+parseFloat(costOtherOtherTaxInclude));
|
||||
if(costPurchaseDeviceTaxInclude && costPurchaseBuildTaxInclude && costPurchaseServiceTaxInclude && costPurchaseOtherTaxInclude /*&& costProjectManageTaxInclude*/ && costOtherOtherTaxInclude){
|
||||
costTotalTaxInclude.val(parseFloat(costPurchaseDeviceTaxInclude)+parseFloat(costPurchaseBuildTaxInclude)+parseFloat(costPurchaseServiceTaxInclude)+parseFloat(costPurchaseOtherTaxInclude)/*+parseFloat(costProjectManageTaxInclude)*/+parseFloat(costOtherOtherTaxInclude));
|
||||
}else {
|
||||
costTotalTaxInclude.val("");
|
||||
}
|
||||
|
|
|
@ -255,7 +255,7 @@
|
|||
<td>成本</td>
|
||||
<td>项目管理成本</td>
|
||||
<td>项目管理成本</td>
|
||||
<td><input name="costProjectManageTaxInclude" value="${estimateBean.costProjectManageTaxInclude}" required></td>
|
||||
<td><#--<input name="costProjectManageTaxInclude" value="${estimateBean.costProjectManageTaxInclude}" required>-->/</td>
|
||||
<td><input name="costProjectManageTaxExclude" value="${estimateBean.costProjectManageTaxExclude}" required></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue