Commit f23705a1 authored by 黄奎's avatar 黄奎

页面修改

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