服务和施工交换顺序
parent
4cb8f85788
commit
75dec2ed09
|
@ -224,13 +224,13 @@ function updateCostData(data, returnData) {
|
||||||
deviceTaxInclude += f2(t["totalTaxInclude"]);
|
deviceTaxInclude += f2(t["totalTaxInclude"]);
|
||||||
deviceTaxExclude += f2(t["totalTaxExclude"]);
|
deviceTaxExclude += f2(t["totalTaxExclude"]);
|
||||||
}else if(t["type"] == "2"){
|
}else if(t["type"] == "2"){
|
||||||
//施工类
|
|
||||||
buildTaxInclude += f2(t["totalTaxInclude"]);
|
|
||||||
buildTaxExclude += f2(t["totalTaxExclude"]);
|
|
||||||
}else if(t["type"] == "3"){
|
|
||||||
//服务类
|
//服务类
|
||||||
serviceTaxInclude += f2(t["totalTaxInclude"]);
|
serviceTaxInclude += f2(t["totalTaxInclude"]);
|
||||||
serviceTaxExclude += f2(t["totalTaxExclude"]);
|
serviceTaxExclude += f2(t["totalTaxExclude"]);
|
||||||
|
}else if(t["type"] == "3"){
|
||||||
|
//施工类
|
||||||
|
buildTaxInclude += f2(t["totalTaxInclude"]);
|
||||||
|
buildTaxExclude += f2(t["totalTaxExclude"]);
|
||||||
}else if(t["type"] == "4"){
|
}else if(t["type"] == "4"){
|
||||||
//其他类
|
//其他类
|
||||||
otherTaxInclude += f2(t["totalTaxInclude"]);
|
otherTaxInclude += f2(t["totalTaxInclude"]);
|
||||||
|
|
Loading…
Reference in New Issue