Commit a2de65ff authored by 黄奎's avatar 黄奎

新增字段

parent 08a84d95
......@@ -440,6 +440,16 @@
@keyup.native="checkPrice(addMsg,'SalesPrice')"></el-input>
</el-form-item>
</div>
<div class="resDiv">
<el-form-item label="最低价">
<el-input type="text" class="w210" v-model="addMsg.MinPrice"
@keyup.native="checkPrice(addMsg,'MinPrice')"></el-input>
</el-form-item>
<el-form-item label="最高价">
<el-input type="text" class="w210" v-model="addMsg.MaxPrice"
@keyup.native="checkPrice(addMsg,'MaxPrice')"></el-input>
</el-form-item>
</div>
<div class="resDiv">
<el-form-item :label="$t('hotel.hotel_B2BPrice')">
<el-input type="text" class="w210" v-model="addMsg.B2BPrice"
......@@ -548,7 +558,9 @@
CurrencyId: 0,
CurrentRate: 0,
StartDate: '',
EndDate: ''
EndDate: '',
MinPrice: 0,
MaxPrice: 0,
},
rules: {
//表单必填验证
......
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