Commit ca617f2b authored by liudong1993's avatar liudong1993

1

parent 27427b12
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
<template v-if="childIndex==1"> <template v-if="childIndex==1">
<template v-if="(subItem.LineId==14||subItem.LineId==118)"> <template v-if="(subItem.LineId==14||subItem.LineId==118)">
<template v-if="subItem.IsHaveHotelStock==1||childItem.UnitPrice>0"> <template v-if="subItem.IsHaveHotelStock==1||childItem.UnitPrice>0">
<el-input @keyup.native="checkInteger(childItem,'UnitPrice')" class='w60 tcenter' <el-input @keyup.native="checkPrice(childItem,'UnitPrice')" class='w60 tcenter'
@input="calcPrice()" v-model='childItem.UnitPrice'></el-input> @input="calcPrice()" v-model='childItem.UnitPrice'></el-input>
</template> </template>
<template v-else> <template v-else>
...@@ -379,12 +379,12 @@ ...@@ -379,12 +379,12 @@
</template> </template>
</template> </template>
<template v-else> <template v-else>
<el-input @keyup.native="checkInteger(childItem,'UnitPrice')" class='w60 tcenter' <el-input @keyup.native="checkPrice(childItem,'UnitPrice')" class='w60 tcenter'
@input="calcPrice()" v-model='childItem.UnitPrice'></el-input> @input="calcPrice()" v-model='childItem.UnitPrice'></el-input>
</template> </template>
</template> </template>
<template v-else> <template v-else>
<el-input @keyup.native="checkInteger(childItem,'UnitPrice')" class='w60 tcenter' <el-input @keyup.native="checkPrice(childItem,'UnitPrice')" class='w60 tcenter'
@input="calcPrice()" v-model='childItem.UnitPrice' :disabled="IsEditHotel==0?true:false"> @input="calcPrice()" v-model='childItem.UnitPrice' :disabled="IsEditHotel==0?true:false">
</el-input> </el-input>
</template> </template>
......
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