Commit a3231216 authored by 黄奎's avatar 黄奎

页面修改

parent cfcd7f98
...@@ -1595,8 +1595,8 @@ ...@@ -1595,8 +1595,8 @@
Number(this.getDayXiaoJi(4, 2)) + Number(this.getDayXiaoJi(4, 2)) +
Number(this.getDayXiaoJi(5, 2)) + Number(this.getDayXiaoJi(5, 2)) +
Number(this.getDayXiaoJi(6, 2)) + Number(this.getDayXiaoJi(6, 2)) +
Number(this.getDayXiaoJi(2, 2)) / Number(PeopleNumber) + Number(this.getDayXiaoJi(2, 2)) +
Number(this.getDayXiaoJi(7, 2)) / Number(PeopleNumber); Number(this.getDayXiaoJi(7, 2)) ;
return totalMoney.toFixed(0); return totalMoney.toFixed(0);
}, },
//获取地接项目报价 //获取地接项目报价
...@@ -1607,8 +1607,8 @@ ...@@ -1607,8 +1607,8 @@
Number(this.getDayXiaoJi(4, 1)) + Number(this.getDayXiaoJi(4, 1)) +
Number(this.getDayXiaoJi(5, 1)) + Number(this.getDayXiaoJi(5, 1)) +
Number(this.getDayXiaoJi(6, 1)) + Number(this.getDayXiaoJi(6, 1)) +
Number(this.getDayXiaoJi(2, 1)) / Number(PeopleNumber) + Number(this.getDayXiaoJi(2, 1)) +
Number(this.getDayXiaoJi(7, 1)) / Number(PeopleNumber); Number(this.getDayXiaoJi(7, 1)) ;
return totalMoney.toFixed(0); return totalMoney.toFixed(0);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment