Commit 1cb12991 authored by 黄奎's avatar 黄奎

页面修改

parent 169b022f
...@@ -548,7 +548,6 @@ ...@@ -548,7 +548,6 @@
SubSaveType(type) { SubSaveType(type) {
this.$parent.SaveData(type); this.$parent.SaveData(type);
}, },
//每天小计 //每天小计
getDayXiaoJi(type, currencyType) { getDayXiaoJi(type, currencyType) {
var xiaoJi = 0; var xiaoJi = 0;
...@@ -618,7 +617,6 @@ ...@@ -618,7 +617,6 @@
}); });
return CurrencyName; return CurrencyName;
}, },
//价格转换器 //价格转换器
getConvertMoney(value) { getConvertMoney(value) {
if (value === "" || value === undefined || value === null) { if (value === "" || value === undefined || value === null) {
...@@ -626,7 +624,6 @@ ...@@ -626,7 +624,6 @@
} }
return parseFloat(value); return parseFloat(value);
}, },
//获取地接项目(人民币) //获取地接项目(人民币)
getLocalTotalMoney(PeopleNumber) { getLocalTotalMoney(PeopleNumber) {
let totalMoney = 0.0; let totalMoney = 0.0;
......
...@@ -465,14 +465,6 @@ ...@@ -465,14 +465,6 @@
</tr> </tr>
</template> </template>
</template> </template>
<!--未填写人数-->
<template v-else>
<tr>
<td>
合计
</td>
</tr>
</template>
</tfoot> </tfoot>
</table> </table>
<div class="Cost_Line"> <div class="Cost_Line">
......
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