Commit 0e9004ff authored by 黄奎's avatar 黄奎

页面修改

parent 96378361
...@@ -422,8 +422,12 @@ ...@@ -422,8 +422,12 @@
<td colspan="2"> <td colspan="2">
成本<br />[地接成本(人民币)+其它成本(人民币)小计] 成本<br />[地接成本(人民币)+其它成本(人民币)小计]
</td> </td>
<td colspan="2"> <td>
销售价格 同业销售价格
<br />(人民币)
</td>
<td>
直客销售价格
<br />(人民币) <br />(人民币)
</td> </td>
<td> <td>
...@@ -468,9 +472,12 @@ ...@@ -468,9 +472,12 @@
<td colspan="2"> <td colspan="2">
{{subItem.TotalMoney}} {{subItem.TotalMoney}}
</td> </td>
<td colspan="2"> <td>
{{subItem.SalePrice}} {{subItem.SalePrice}}
</td> </td>
<td>
{{subItem.B2CSalePrice}}
</td>
<td> <td>
<template v-if="postConfig.LineId==14||postConfig.LineId==118"> <template v-if="postConfig.LineId==14||postConfig.LineId==118">
{{subItem.JPYSalePrice}} {{subItem.JPYSalePrice}}
......
...@@ -329,8 +329,12 @@ ...@@ -329,8 +329,12 @@
<td colspan="2"> <td colspan="2">
成本<br />[地接成本(人民币)+其它成本(人民币)小计] 成本<br />[地接成本(人民币)+其它成本(人民币)小计]
</td> </td>
<td colspan="2"> <td>
销售价格 同业销售价格
<br />(人民币)
</td>
<td>
直客销售价格
<br />(人民币) <br />(人民币)
</td> </td>
<td> <td>
...@@ -375,9 +379,12 @@ ...@@ -375,9 +379,12 @@
<td colspan="2"> <td colspan="2">
{{subItem.TotalMoney}} {{subItem.TotalMoney}}
</td> </td>
<td colspan="2"> <td>
{{subItem.SalePrice}} {{subItem.SalePrice}}
</td> </td>
<td>
{{subItem.B2CSalePrice}}
</td>
<td> <td>
<template v-if="postConfig.LineId==14||postConfig.LineId==118"> <template v-if="postConfig.LineId==14||postConfig.LineId==118">
{{subItem.JPYSalePrice}} {{subItem.JPYSalePrice}}
......
...@@ -442,8 +442,12 @@ ...@@ -442,8 +442,12 @@
<td colspan="2"> <td colspan="2">
成本<br />[地接成本(人民币)+其它成本(人民币)小计] 成本<br />[地接成本(人民币)+其它成本(人民币)小计]
</td> </td>
<td colspan="2"> <td>
销售价格 同业销售价格
<br />(人民币)
</td>
<td>
直客销售价格
<br />(人民币) <br />(人民币)
</td> </td>
<td> <td>
...@@ -490,10 +494,14 @@ ...@@ -490,10 +494,14 @@
<td colspan="2"> <td colspan="2">
{{subItem.TotalMoney}} {{subItem.TotalMoney}}
</td> </td>
<td colspan="2"> <td>
<el-input type='text' class="w70" v-model="subItem.SalePrice" <el-input type='text' class="w70" v-model="subItem.SalePrice"
@keyup.native="checkPrice(subItem,'SalePrice')" maxlength="8"></el-input> @keyup.native="checkPrice(subItem,'SalePrice')" maxlength="8"></el-input>
</td> </td>
<td>
<el-input type='text' class="w70" v-model="subItem.B2CSalePrice"
@keyup.native="checkPrice(subItem,'B2CSalePrice')" maxlength="8"></el-input>
</td>
<td> <td>
<el-input v-if="postConfig.LineId==14||postConfig.LineId==118" type='text' class="w70" <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"> v-model="subItem.JPYSalePrice" @keyup.native="checkPrice(subItem,'JPYSalePrice')" maxlength="8">
......
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