Commit aa1e268b authored by 黄奎's avatar 黄奎

页面修改

parent 13147ce3
......@@ -328,7 +328,6 @@
<!-- 单价/每人 -->
<td>
<template v-if="childIndex==1">
<!--&&subItem.HotelBookType==2-->
<template v-if="(subItem.LineId==14||subItem.LineId==118)">
<template v-if="subItem.IsHaveHotelStock==1||childItem.UnitPrice>0">
<el-input @keyup.native="checkInteger(childItem,'UnitPrice')" class='w60 tcenter'
......
......@@ -292,7 +292,7 @@
}
});
}
this.sTotalPrice = tempPrice;
this.sTotalPrice = tempPrice.toFixed(2);
},
getCurrencyList: function () {
this.apipost("financeinfo_post_GetList", {
......
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