Commit f23705a1 authored by 黄奎's avatar 黄奎

页面修改

parent 79c0bd1a
......@@ -417,7 +417,7 @@
<br />(人民币)
</td>
<td>
<template v-if="postConfig.LineId==14">
<template v-if="postConfig.LineId==14||postConfig.LineId==118">
销售价格
<br />(日币)
</template>
......@@ -445,7 +445,7 @@
{{getLocalJpyTotalMoney(subItem.PeopleNumber)}}
</td>
<td colspan="2">
<template v-if="postConfig.LineId==14">
<template v-if="postConfig.LineId==14||postConfig.LineId==118">
{{getLocalTotalMoney(subItem.PeopleNumber)}}
</template>
<template v-else-if="postConfig.LineId==168">
......@@ -462,7 +462,7 @@
{{subItem.SalePrice}}
</td>
<td>
<template v-if="postConfig.LineId==14">
<template v-if="postConfig.LineId==14||postConfig.LineId==118">
{{subItem.JPYSalePrice}}
</template>
</td>
......
......@@ -323,7 +323,7 @@
<br />(人民币)
</td>
<td>
<template v-if="postConfig.LineId==14">
<template v-if="postConfig.LineId==14||postConfig.LineId==118">
销售价格
<br />(日币)
</template>
......@@ -351,7 +351,7 @@
{{getLocalJpyTotalMoney(subItem.PeopleNumber)}}
</td>
<td colspan="2">
<template v-if="postConfig.LineId==14">
<template v-if="postConfig.LineId==14||postConfig.LineId==118">
{{getLocalTotalMoney(subItem.PeopleNumber)}}
</template>
<template v-else-if="postConfig.LineId==168">
......@@ -368,7 +368,7 @@
{{subItem.SalePrice}}
</td>
<td>
<template v-if="postConfig.LineId==14">
<template v-if="postConfig.LineId==14||postConfig.LineId==118">
{{subItem.JPYSalePrice}}
</template>
</td>
......
......@@ -436,7 +436,7 @@
<br />(人民币)
</td>
<td>
<template v-if="postConfig.LineId==14">
<template v-if="postConfig.LineId==14||postConfig.LineId==118">
销售价格
<br />(日币)
</template>
......@@ -464,7 +464,7 @@
{{getLocalJpyTotalMoney(subItem.PeopleNumber)}}
</td>
<td>
<template v-if="postConfig.LineId==14">
<template v-if="postConfig.LineId==14||postConfig.LineId==118">
{{getLocalTotalMoney(subItem.PeopleNumber)}}
</template>
<template v-else-if="postConfig.LineId==168">
......@@ -484,7 +484,7 @@
@keyup.native="checkPrice(subItem,'SalePrice')" maxlength="8"></el-input>
</td>
<td>
<el-input v-if="postConfig.LineId==14" type='text' class="w70" v-model="subItem.JPYSalePrice"
<el-input v-if="postConfig.LineId==14||postConfig.LineId==118" type='text' class="w70" v-model="subItem.JPYSalePrice"
@keyup.native="checkPrice(subItem,'JPYSalePrice')" maxlength="8"></el-input>
</td>
<td colspan="2">
......
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