Commit 2fe5a92e authored by 黄奎's avatar 黄奎

页面修改

parent 60cd3c52
......@@ -450,9 +450,9 @@
<label>{{$t('hotel.hotel_Inventory')}}{{dayobject.kucun}}</label>
<label>{{$t('hotel.hotel_B2CPrice')}}{{dayobject.B2CPrice}}</label>
</div>
<div class="HS_supplier">
<!-- <div class="HS_supplier">
<label>{{$t('hotel.hotel_Supplier')}}{{dayobject.SupplierName}}</label>
</div>
</div> -->
</div>
<input type="button" class="hollowFixedBtn delButton" @click="isdelete(dayobject.ID)"
:value="$t('system.table_delete')" />
......@@ -500,10 +500,11 @@
<el-input type="text" class="w210" v-model="addMsg.CostPrice"
@keyup.native="checkPrice(addMsg,'CostPrice')"></el-input>
</el-form-item>
<el-form-item :label="$t('hotel.hotel_Inventory')" prop="Inventory">
<el-input type="text" class="w210" v-model="addMsg.Inventory"
@keyup.native="checkPrice(addMsg,'Inventory')"></el-input>
<el-form-item label="售价" prop="SalesPrice">
<el-input type="text" class="w210" v-model="addMsg.SalesPrice"
@keyup.native="checkPrice(addMsg,'SalesPrice')"></el-input>
</el-form-item>
</div>
<div class="resDiv">
<el-form-item :label="$t('hotel.hotel_B2BPrice')" prop="B2BPrice">
......@@ -516,9 +517,9 @@
</el-form-item>
</div>
<div class="resDiv">
<el-form-item label="原价" prop="SalesPrice">
<el-input type="text" class="w210" v-model="addMsg.SalesPrice"
@keyup.native="checkPrice(addMsg,'SalesPrice')"></el-input>
<el-form-item :label="$t('hotel.hotel_Inventory')" prop="Inventory">
<el-input type="text" class="w210" v-model="addMsg.Inventory"
@keyup.native="checkPrice(addMsg,'Inventory')"></el-input>
</el-form-item>
<el-form-item :label="$t('hotel.hotel_Supplier')" v-if="IsSelfBook==1" prop="Supplier">
<el-select v-model="addMsg.Supplier" class="w210" filterable clearable
......@@ -528,7 +529,7 @@
</el-select>
</el-form-item>
</div>
<div class="resDiv">
<div class="resDiv" style="display:none;">
<el-form-item :label="$t('hotel.hotel_Currency')">
<el-select :placeholder="$t('ground.qingxuanbizhong')" filterable class='multiple_input w210'
@change="getCurrentRate(addMsg.CurrencyId)" v-model="addMsg.CurrencyId">
......@@ -609,8 +610,8 @@
DateList: "",
Remark: "",
CostPrice: "",
CurrencyId: 0,
CurrentRate: 0,
CurrencyId: 1,
CurrentRate: 1,
StartDate: "",
EndDate: ""
},
......
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