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

页面修改

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