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

页面修改

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