Commit 54149cde authored by 黄奎's avatar 黄奎

页面修改

parent 83f5166b
......@@ -478,6 +478,9 @@
<template v-else-if="postConfig.LineId==168">
{{getLocalTotalMoney(subItem.PeopleNumber)}}
</template>
<template v-else-if="teamPrice&&teamPrice.SingleDMCPrice&&teamPrice.SingleDMCPrice>0">
{{teamPrice.SingleDMCPrice}}
</template>
<template v-else>
{{subItem.SubtotalMoney}}
</template>
......
......@@ -386,6 +386,9 @@
<template v-else-if="postConfig.LineId==168">
{{getLocalTotalMoney(subItem.PeopleNumber)}}
</template>
<template v-else-if="teamPrice&&teamPrice.SingleDMCPrice&&teamPrice.SingleDMCPrice>0">
{{teamPrice.SingleDMCPrice}}
</template>
<template v-else>
{{subItem.SubtotalMoney}}
</template>
......
......@@ -511,9 +511,10 @@
{{getLocalTotalMoney(subItem.PeopleNumber)}}
</template>
<template v-else>
<el-input v-model="subItem.SubtotalMoney" @keyup.native="checkPrice(subItem,'SubtotalMoney')"
<!-- <el-input v-model="subItem.SubtotalMoney" @keyup.native="checkPrice(subItem,'SubtotalMoney')"
class="w70">
</el-input>
</el-input> -->
{{teamPrice.SingleDMCPrice}}
</template>
</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