Commit 37f64b42 authored by 黄奎's avatar 黄奎

页面修改

parent 60580656
...@@ -596,6 +596,7 @@ ...@@ -596,6 +596,7 @@
font-size: 1rem; font-size: 1rem;
color: gray; color: gray;
} }
</style> </style>
<template> <template>
...@@ -1239,12 +1240,17 @@ ...@@ -1239,12 +1240,17 @@
<li> <li>
<el-row> <el-row>
<el-col :span="24" style="text-align:left;"> <el-col :span="24" style="text-align:left;">
<p>费用总额(小写)人民币<span>{{CtObj.C_TotalPrice}}</span><template v-if="CtObj.SignType==0"> <p>费用总额(小写)
<template v-if="CtObj.SignType==0">人民币</template>
<template v-else>日元</template>
<span>{{CtObj.C_TotalPrice}}</span><template>
{{getCurrencyStr()}} {{getCurrencyStr()}}
</template> </template>
&nbsp;&nbsp;(大写)<template v-if="CtObj.SignType==0">人民币</template>
<template v-else> <template v-else>
日元
</template>&nbsp;&nbsp;(大写)人民币<span> </template>
<span>
<font>{{number_chinese(CtObj.C_TotalPrice)}}</font> <font>{{number_chinese(CtObj.C_TotalPrice)}}</font>
</span></p> </span></p>
</el-col> </el-col>
...@@ -1340,14 +1346,16 @@ ...@@ -1340,14 +1346,16 @@
等共计<span>&nbsp;<font>{{getTotalNum(getCount())}}</font></span>&nbsp;项服务。</p> 等共计<span>&nbsp;<font>{{getTotalNum(getCount())}}</font></span>&nbsp;项服务。</p>
<p>费用总额(小写) <p>费用总额(小写)
<template v-if="CtObj.SigeType==0"> <template v-if="CtObj.SignType==0">
人民币 人民币
</template> </template>
<template v-else> <template v-else>
日元 日元
</template> </template>
<span>{{CtObj.C_TotalPrice}}</span>{{getCurrencyStr()}}&nbsp;&nbsp;(大写) <template <span>{{CtObj.C_TotalPrice}}</span>{{getCurrencyStr()}}&nbsp;&nbsp;(大写)
v-if="CtObj.SigeType==0">
<template
v-if="CtObj.SignType==0">
人民币 人民币
</template> </template>
<template v-else> <template v-else>
...@@ -4475,4 +4483,5 @@ ...@@ -4475,4 +4483,5 @@
this.getCanvas(); this.getCanvas();
} }
}; };
</script> </script>
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