Commit 9bc35864 authored by 黄奎's avatar 黄奎

页面修改

parent 84a7dfc9
......@@ -103,4 +103,20 @@ export const pub={
Meals:"食事",
IsSmoke:"喫煙(可・不可)",
PeopleNum:"入居者数",
Baojiadan:"見積書",
batchDelete:"一括削除",
chooseMonth:"選択月",
xingqiri:"日",
xingqiyi:"月",
xingqier:"火",
xingqisan:"水",
xingqisi:"木",
xingqiwu:"金",
xingqiliu:"土",
quanxuan:"全テーマ検索",
baojiaxiangqing:"見積情報",
CostPrice:"契約料金",
NeiBuPrice:"社内料金",
B2BPrice:"同業料金",
B2CPrice:"販売料金",
}
\ No newline at end of file
......@@ -103,4 +103,20 @@ export const pub={
Meals:"餐食",
IsSmoke:"是否是吸烟房",
PeopleNum:"入住人数",
Baojiadan:"报价单",
batchDelete:"批量删除",
chooseMonth:"选择月份",
xingqiri:"日",
xingqiyi:"一",
xingqier:"二",
xingqisan:"三",
xingqisi:"四",
xingqiwu:"五",
xingqiliu:"六",
quanxuan:"全选",
baojiaxiangqing:"报价详情",
CostPrice:"成本价",
NeiBuPrice:"内部卖价",
B2BPrice:"同行卖价",
B2CPrice:"直客价格",
}
\ No newline at end of file
......@@ -11,17 +11,17 @@
<template>
<div class="Quotation">
<div class="routerTitle">
<span class="pageTitle">見積書</span>
<span class="pageTitle">{{$t('pub.Baojiadan')}}</span>
<span @click="DeleteAll" style="margin-left:20px" class="addSpan" title="全部删除">一括削除</span>
<span @click="DeleteAll" style="margin-left:20px" class="addSpan" title="全部删除">{{$t('pub.batchDelete')}}</span>
<span title="返回" @click="goUrlRoom()" style="margin-left:20px" class="addSpan">
<img style="width:10px;height:10px;margin-right:6px" src="../../assets/img/search.png" alt="" />
戻る</span>
{{$t('pub.back')}}</span>
</div>
<div class="padContent">
<ul class="queryul">
<li>
<el-date-picker v-model="condition.month" type="month" value-format="yyyy-MM" placeholder="選択月"
<el-date-picker v-model="condition.month" type="month" value-format="yyyy-MM" :placeholder="$t('pub.chooseMonth')"
@change="getMonths()">
</el-date-picker>
</li>
......@@ -30,17 +30,18 @@
<div class="hotelProductManage2_calendarItem" v-for="(item, index) in dayList" :key="index">
<div class="calendarItem_month">
{{item.date}}
<el-checkbox style="margin-right:2px;" v-model="item.isCked" @change="changeHotelStatus(item,index)">全テーマ検索
<el-checkbox style="margin-right:2px;" v-model="item.isCked" @change="changeHotelStatus(item,index)" title="全选">
{{$t('pub.quanxuan')}}
</el-checkbox>
</div>
<div class="calendarItem_week">
<div title="星期天"></div>
<div title="星期一"></div>
<div title="星期二"></div>
<div title="星期三"></div>
<div title="星期四"></div>
<div title="星期五"></div>
<div title="星期六"></div>
<div title="星期天">{{$t('pub.xingqiri')}}</div>
<div title="星期一">{{$t('pub.xingqiyi')}}</div>
<div title="星期二">{{$t('pub.xingqier')}}</div>
<div title="星期三">{{$t('pub.xingqisan')}}</div>
<div title="星期四">{{$t('pub.xingqisi')}}</div>
<div title="星期五">{{$t('pub.xingqiwu')}}</div>
<div title="星期六">{{$t('pub.xingqiliu')}}</div>
</div>
<div class="calendarItem_day">
<div v-for="(subItem, index2) in item.days" :key="index2"
......@@ -48,15 +49,15 @@
<div
:style="{'border-color':getBorderColor(item,subItem,addMsg.DateList),'background-color':stockColor(subItem)}"
@click="calendarDayOn(item, subItem)">
<el-popover placement="bottom" title="見積情報" width="330" trigger="hover"
<el-popover placement="bottom" :title="$t('pub.baojiaxiangqing')" width="330" trigger="hover"
v-if="subItem.data&&subItem.data.SubList && subItem.data.SubList[0]">
<template>
<table style="margin-left:3px;padding-top:2px;width:100%;font-size:12px">
<tr>
<th style="text-align:center" title="成本价人民币">原価人民元</th>
<th style="text-align:center;display:none" title="内部卖价人民币">内部で人民元を売り買いする</th>
<th style="text-align:center" title="同行卖价人民币">同業で人民元を売り買いする</th>
<th style="text-align:center" title="直客价格人民币">顧客価格は人民元</th>
<th style="text-align:center" title="成本价">{{$t('pub.CostPrice')}}</th>
<th style="text-align:center;display:none" title="内部卖价">{{$t('pub.NeiBuPrice')}}</th>
<th style="text-align:center" title="同行卖价"> {{$t('pub.B2BPrice')}}</th>
<th style="text-align:center" title="直客价格">{{$t('pub.B2CPrice')}}</th>
<th style="text-align:center" title="是否含税">税込みかどうか</th>
<th style="text-align:center" title="库存数量">在庫数量</th>
<th style="text-align:center">{{$t('pub.caozuo')}}</th>
......@@ -125,7 +126,7 @@
<el-input @keyup.native="checkPrice(addMsg,'RoomPrice'),changePrice()" v-model="addMsg.RoomPrice"
placeholder="宿泊費" maxlength="7" class="input"></el-input>
</td>
<td title=" R金额[返佣]" class="tdRight">
<td title="R金额[返佣]" class="tdRight">
R
</td>
<td>
......@@ -157,32 +158,32 @@
</tr>
<tr>
<td title="成本价" class="tdRight">
契約料金
{{$t('pub.CostPrice')}}
</td>
<td>
<el-input @keyup.native="checkPrice(addMsg,'CostPrice')" v-model="addMsg.CostPrice"
placeholder="契約料金" maxlength="7" class="input"></el-input>
:placeholder="$t('pub.CostPrice')" maxlength="7" class="input"></el-input>
</td>
<td title="内部卖价" class="tdRight">
社内料金
{{$t('pub.NeiBuPrice')}}
</td>
<td>
<el-input @keyup.native="checkPrice(addMsg,'Money')" class="input" v-model="addMsg.Money"
placeholder="社内料金" maxlength="7"></el-input>
:placeholder="$t('pub.NeiBuPrice')" maxlength="7"></el-input>
</td>
<td title="同行卖价" class="tdRight">
同業料金
{{$t('pub.B2BPrice')}}
</td>
<td>
<el-input @keyup.native="checkPrice(addMsg,'B2BPrice')" class="input" v-model="addMsg.B2BPrice"
placeholder="同業料金" maxlength="7"></el-input>
:placeholder="$t('pub.B2BPrice')" maxlength="7"></el-input>
</td>
<td title="直客价格" class="tdRight">
販売料金
{{$t('pub.B2CPrice')}}
</td>
<td>
<el-input @keyup.native="checkPrice(addMsg,'B2CPrice')" class="input" v-model="addMsg.B2CPrice"
placeholder="販売料金" maxlength="7"></el-input>
:placeholder="$t('pub.B2CPrice')" maxlength="7"></el-input>
</td>
<td title="直客价格" class="tdRight">
在庫数量
......
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