Commit c1bd105f authored by zhengke's avatar zhengke

改国际化

parent b8a25033
...@@ -465,5 +465,15 @@ export const obj = { ...@@ -465,5 +465,15 @@ export const obj = {
plxgai:'一括修正', plxgai:'一括修正',
gysbeizhu:'とサプライヤーに備考する', gysbeizhu:'とサプライヤーに備考する',
gysduindibeizhu:'サプライヤーが備考を接地する', gysduindibeizhu:'サプライヤーが備考を接地する',
shousunShezhi:'収損設定',
jiangljine:'奨励金',
kouchujine:'差し引き金額',
shezhissje:'損失金額の設定',
gwdyjhzd:'買い物店のコミッション領収書',
guideName:'ガイドの名前',
shopStore:'ショッピング?ショップ',
choiceShop:'買い物店を選ぶ',
zczysx:'政策、注意事項',
} }
export default obj; export default obj;
\ No newline at end of file
...@@ -451,5 +451,14 @@ export const obj = { ...@@ -451,5 +451,14 @@ export const obj = {
plxgai:'批量修改', plxgai:'批量修改',
gysbeizhu:'地接对供应商备注', gysbeizhu:'地接对供应商备注',
gysduindibeizhu:'供应商对地接备注', gysduindibeizhu:'供应商对地接备注',
shousunShezhi:'收损设置',
jiangljine:'奖励金额',
kouchujine:'扣除金额',
shezhissje:'设置收损金额',
gwdyjhzd:'购物店佣金回执单',
guideName:'导游姓名',
shopStore:'购物店',
choiceShop:'选择购物店',
zczysx:'政策,注意事项',
} }
export default obj; export default obj;
\ No newline at end of file
...@@ -451,6 +451,14 @@ dangtuan:'當團', ...@@ -451,6 +451,14 @@ dangtuan:'當團',
plxgai:'批量修改', plxgai:'批量修改',
gysbeizhu:'地接對供應商備註', gysbeizhu:'地接對供應商備註',
gysduindibeizhu:'供應商對地接備註', gysduindibeizhu:'供應商對地接備註',
shousunShezhi:'收損設定',
jiangljine:'獎勵金額',
kouchujine:'扣除金額',
shezhissje:'設定收損金額',
gwdyjhzd:'購物店傭金回執單',
guideName:'導遊姓名',
shopStore:'購物店',
choiceShop:'選擇購物店',
zczysx:'政策,注意事項',
} }
export default obj; export default obj;
\ No newline at end of file
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
</div> </div>
<div class="updataBtn"> <div class="updataBtn">
<button class="normalBtn UPBtn" <button class="normalBtn UPBtn"
@click="outerVisible = true,dialogTitle=$t('ground.xiugaigysxx'),updateInfo(item.ID)">{{$t('pub.updateMsg')}}</button> @click="outerVisible = true,dialogTitle=$t('visaT.xiugaigysxx'),updateInfo(item.ID)">{{$t('pub.updateMsg')}}</button>
<button class="hollowFixedBtn UPBtn" @click="isdelete(item.ID)">{{$t('system.table_delete')}}</button> <button class="hollowFixedBtn UPBtn" @click="isdelete(item.ID)">{{$t('system.table_delete')}}</button>
<button class="hollowFixedBtn HS_financial" @click="AccountManage(item)">{{$t("visaT.Accountmanagement")}}</button> <button class="hollowFixedBtn HS_financial" @click="AccountManage(item)">{{$t("visaT.Accountmanagement")}}</button>
<button class="hollowFixedBtn HS_financial" @click="GoHotel(item)" >{{$t("ground.jiudianfkfspz")}}</button> <button class="hollowFixedBtn HS_financial" @click="GoHotel(item)" >{{$t("ground.jiudianfkfspz")}}</button>
......
...@@ -18,20 +18,20 @@ ...@@ -18,20 +18,20 @@
<table border="0" cellspacing="1" cellpadding="0" class="singeRowTable" <table border="0" cellspacing="1" cellpadding="0" class="singeRowTable"
style="border: 1px solid rgb(230, 230, 230);background: #ccc;width: 900px"> style="border: 1px solid rgb(230, 230, 230);background: #ccc;width: 900px">
<tr> <tr>
<th colspan="6" height="40">购物店佣金回执单</th> <th colspan="6" height="40">{{$t('ground.gwdyjhzd')}}</th>
</tr> </tr>
<tr> <tr>
<td width="150px">团号</td> <td width="150px">{{$t('visa.v_tuanhao')}}</td>
<td width="150px">{{TCID}}</td> <td width="150px">{{TCID}}</td>
<td width="150px">导游姓名</td> <td width="150px">{{$t('ground.guideName')}}</td>
<td width="150px">{{GuideName}}</td> <td width="150px">{{GuideName}}</td>
<td width="150px">地区</td> <td width="150px">{{$t('pub.area')}}</td>
<td width="150px">{{StartCityNames}}</td> <td width="150px">{{StartCityNames}}</td>
</tr> </tr>
<tr> <tr>
<td colspan="3" width="450px">购物店</td> <td colspan="3" width="450px">{{$t('ground.shopStore')}}</td>
<td width="150px">选择购物店</td> <td width="150px">{{$t('ground.choiceShop')}}</td>
<td colspan="2" width="300px">政策,注意事项</td> <td colspan="2" width="300px">{{$t('ground.zczysx')}}</td>
</tr> </tr>
<tbody v-for="(item) in dataList"> <tbody v-for="(item) in dataList">
<tr v-for="(son,index) in item.ShopList"> <tr v-for="(son,index) in item.ShopList">
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</tbody> </tbody>
</table> </table>
<div style="padding: 20px 0 20px 20px;width: 900px;text-align: right"> <div style="padding: 20px 0 20px 20px;width: 900px;text-align: right">
<input type="button" class="normalBtn" value="保存" @click="saveFrom" /> <input type="button" class="normalBtn" :value="$t('pub.saveBtn')" @click="saveFrom" />
</div> </div>
</div> </div>
</template> </template>
......
...@@ -2,18 +2,18 @@ ...@@ -2,18 +2,18 @@
<div class="flexOne groupts"> <div class="flexOne groupts">
<div class="enrollTotalSearch"> <div class="enrollTotalSearch">
<ul> <ul>
<li><span><em>线路</em> <li><span><em>{{$t('advmanager.v_line')}}</em>
<el-select class='w200' v-model="msg.LineId" filterable :placeholder="$t('pub.pleaseSel')"> <el-select class='w200' v-model="msg.LineId" filterable :placeholder="$t('pub.pleaseSel')">
<el-option label="不限" value='-1'></el-option> <el-option :label="$t('pub.unlimitedSel')" value='-1'></el-option>
<el-option v-for="item in LineList" :label='item.LineName' :value='item.LineID' :key='item.LineID'> <el-option v-for="item in LineList" :label='item.LineName' :value='item.LineID' :key='item.LineID'>
</el-option> </el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li><span><em>公司</em> <li><span><em>{{$t('system.table_company')}}</em>
<el-select class='w200' v-model="msg.BranchId" filterable :placeholder="$t('pub.pleaseSel')" <el-select class='w200' v-model="msg.BranchId" filterable :placeholder="$t('pub.pleaseSel')"
@change="getDepartmentMsg.RB_Branch_Id=msg.BranchId,msg.RB_Department_Id='',getDepartment()"> @change="getDepartmentMsg.RB_Branch_Id=msg.BranchId,msg.RB_Department_Id='',getDepartment()">
<el-option label="不限" value='-1'></el-option> <el-option :label="$t('pub.unlimitedSel')" value='-1'></el-option>
<el-option v-for="item in companyList" :label='item.BName' :value='item.Id' :key='item.Id'> <el-option v-for="item in companyList" :label='item.BName' :value='item.Id' :key='item.Id'>
</el-option> </el-option>
</el-select> </el-select>
...@@ -21,105 +21,105 @@ ...@@ -21,105 +21,105 @@
</li> </li>
<li> <li>
<span> <span>
<em>部门选择</em> <em>{{$t('fnc.bmxuanze')}}</em>
<el-select class="w200" filterable v-model='msg.RB_Department_Id'> <el-select class="w200" filterable v-model='msg.RB_Department_Id'>
<el-option :value="0" label="不限"></el-option> <el-option :value="0" :label="$t('pub.unlimitedSel')"></el-option>
<el-option v-for='item in departmentList' :label='item.DepartmentName' :value='item.DepartmentID' <el-option v-for='item in departmentList' :label='item.DepartmentName' :value='item.DepartmentID'
:key='item.DepartmentID'> :key='item.DepartmentID'>
</el-option> </el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li><span><em>参团类型</em> <li><span><em>{{$t('fnc.ctleixing')}}</em>
<el-select class='w200' v-model="msg.GroupType" filterable :placeholder="$t('pub.pleaseSel')"> <el-select class='w200' v-model="msg.GroupType" filterable :placeholder="$t('pub.pleaseSel')">
<el-option label="不限" value='-1'></el-option> <el-option :label="$t('pub.unlimitedSel')" value='-1'></el-option>
<el-option v-for="item in ctlxList" :key='item.Id' :label='item.Name' :value='item.Id'></el-option> <el-option v-for="item in ctlxList" :key='item.Id' :label='item.Name' :value='item.Id'></el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li>
<span><em>团号</em></span> <span><em>{{$t('visa.v_tuanhao')}}</em></span>
<el-input class='w200' v-model='msg.TCNUM'></el-input> <el-input class='w200' v-model='msg.TCNUM'></el-input>
</li> </li>
<li> <li>
<span><em>人员选择</em></span> <span><em>{{$t('fnc.ryxuanze')}}</em></span>
<el-select class='w200' v-model="msg.CreateBy" filterable :placeholder="$t('pub.pleaseSel')"> <el-select class='w200' v-model="msg.CreateBy" filterable :placeholder="$t('pub.pleaseSel')">
<el-option label='不限' value='-1'></el-option> <el-option :label="$t('pub.unlimitedSel')" value='-1'></el-option>
<el-option v-for='item in employeeList' :label='item.name' :value='item.empId' :key='item.empId'> <el-option v-for='item in employeeList' :label='item.name' :value='item.empId' :key='item.empId'>
</el-option> </el-option>
</el-select> </el-select>
</li> </li>
<li> <li>
<span><em>订单号</em></span> <span><em>{{$t('hotel.order_Number')}}</em></span>
<el-input class='w200' v-model='msg.tempOrderId'></el-input> <el-input class='w200' v-model='msg.tempOrderId'></el-input>
</li> </li>
<li> <li>
<span><em>订单状态</em></span> <span><em>{{$t('hotel.hotel_OrderStates')}}</em></span>
<el-select v-model='msg.OrderState' filterable :placeholder="$t('pub.pleaseSel')" class='w200'> <el-select v-model='msg.OrderState' filterable :placeholder="$t('pub.pleaseSel')" class='w200'>
<el-option label="不限" value='-1'></el-option> <el-option :label="$t('pub.unlimitedSel')" value='-1'></el-option>
<el-option v-for="item in ddztList" :label='item.Name' :value='item.Id' :key='item.Id'> <el-option v-for="item in ddztList" :label='item.Name' :value='item.Id' :key='item.Id'>
</el-option> </el-option>
</el-select> </el-select>
</li> </li>
<li> <li>
<span><em>订单类型</em></span> <span><em>{{$t('active.cl_orderType')}}</em></span>
<el-select v-model='msg.IsOneDay' filterable :placeholder="$t('pub.pleaseSel')" class='w200'> <el-select v-model='msg.IsOneDay' filterable :placeholder="$t('pub.pleaseSel')" class='w200'>
<el-option label="不限" value='-1'></el-option> <el-option :label="$t('pub.unlimitedSel')" value='-1'></el-option>
<el-option label="跟团游订单" :value='0'></el-option> <el-option :label="$t('salesModule.TourOrder')" :value='0'></el-option>
<el-option label="一日游订单" :value='1'></el-option> <el-option :label="$t('salesModule.OneDayOrder')" :value='1'></el-option>
</el-select> </el-select>
</li> </li>
<li><span><em>发团日期</em> <li><span><em>{{$t('scen.sc_ftTime')}}</em>
<el-date-picker v-model='msg.QStartDate' @change="dataDuiQ()" class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker> <el-date-picker v-model='msg.QStartDate' @change="dataDuiQ()" class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker>
- -
<el-date-picker v-model='msg.QEndDate' @change="dataDuiQ()" class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker> <el-date-picker v-model='msg.QEndDate' @change="dataDuiQ()" class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker>
</span> </span>
</li> </li>
<li><span><em>报名日期</em> <li><span><em>{{$t('fnc.bmriqi')}}</em>
<el-date-picker v-model='msg.CStartDate' @change="dataDui()" class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker> <el-date-picker v-model='msg.CStartDate' @change="dataDui()" class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker>
- -
<el-date-picker v-model='msg.CEndDate' @change="dataDui()" class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker> <el-date-picker v-model='msg.CEndDate' @change="dataDui()" class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker>
</span> </span>
</li> </li>
<li><span><em>收损设置</em> <li><span><em>{{$t('ground.shousunShezhi')}}</em>
<el-select class='w200' v-model="msg.LossStatus" filterable :placeholder="$t('pub.pleaseSel')"> <el-select class='w200' v-model="msg.LossStatus" filterable :placeholder="$t('pub.pleaseSel')">
<el-option v-for="item in shouSunSelect" :key='item.Id' :label='item.label' :value='item.Id'></el-option> <el-option v-for="item in shouSunSelect" :key='item.Id' :label='item.label' :value='item.Id'></el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li>
<input type="button" class="hollowFixedBtn" value="查询" @click="getList();resetPageIndex()" /> <input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')" @click="getList();resetPageIndex()" />
</li> </li>
</ul> </ul>
</div> </div>
<!-- 表格 --> <!-- 表格 -->
<table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'> <table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'>
<tr> <tr>
<th width="130">单号&团号</th> <th width="130">{{$t('fnc.danhao')}}&{{$t('visa.v_tuanhao')}}</th>
<th width="60">客户信息</th> <th width="60">{{$t('fnc.khxinxi')}}</th>
<th width="70">类型</th> <th width="70">{{$t('salesModule.Type')}}</th>
<th width="180">系列&线路</th> <th width="180">{{$t('advmanager.v_xilie')}}&{{$t('advmanager.v_line')}}</th>
<th width="100">人数/机位数</th> <th width="100">{{$t('admin.admin_personNumber')}}/{{$t('salesModule.AirNum')}}</th>
<th width="80">单价</th> <th width="80">{{$t('fnc.danjia')}}</th>
<th width="80">成交单价</th> <th width="80">{{$t('fnc.cjdanjia')}}</th>
<th width="80">应收总额</th> <th width="80">{{$t('fnc.yszonge')}}</th>
<th width="80">实收</th> <th width="80">{{$t('fnc.shishou')}}</th>
<th width="80">优惠</th> <th width="80">{{$t('fnc.youhui')}}</th>
<th width="60">小费</th> <th width="60">{{$t('fnc.xiaofei')}}</th>
<th width="80">退款</th> <th width="80">{{$t('fnc.tuikuan')}}</th>
<th width="80">平台税金</th> <th width="80">{{$t('fnc.ptshuijin')}}</th>
<th width="80">平台在途</th> <th width="80">{{$t('Operation.Op_platZaitu')}}</th>
<th width="80">待收金额</th> <th width="80">{{$t('Operation.Op_daishou')}}</th>
<th width="60">状态</th> <th width="60">{{$t('admin.admin_status')}}</th>
<th width="60">操作</th> <th width="60">{{$t('admin.admin_operate')}}</th>
</tr> </tr>
<tr> <tr>
<td v-show="list.length==0" colspan="17" align="center">暂无数据</td> <td v-show="list.length==0" colspan="17" align="center">{{$t('system.content_noData')}}</td>
</tr> </tr>
<tbody v-for="(item,index) in list" :key="index"> <tbody v-for="(item,index) in list" :key="index">
<tr> <tr>
<td rowspan="3"> <td rowspan="3">
<p v-if="item.isChargeLossOrders==1" style="color:red"></p> <p v-if="item.isChargeLossOrders==1" style="color:red">{{$t('fnc.sun')}}</p>
<p class="fbold over_ellipsis" style="width: 100%;cursor:pointer;" :title="item.orderId" @click="goUrlX('团报名清单', item.isOneDay === 1 ? 'groupTourOrderByTuanOne' : 'groupTourOrderByTuan',item.tcid,item.tcnum)">{{item.orderId}} <p class="fbold over_ellipsis" style="width: 100%;cursor:pointer;" :title="item.orderId" @click="goUrlX('团报名清单', item.isOneDay === 1 ? 'groupTourOrderByTuanOne' : 'groupTourOrderByTuan',item.tcid,item.tcnum)">{{item.orderId}}
<el-tooltip class="item" effect="dark" content="通过小程序确认单报名" placement="top" v-show="item.orderForm==4"> <i class="iconfont icon-xiaochengxu" style="font-size:22px;color:red;"></i></el-tooltip> <el-tooltip class="item" effect="dark" content="通过小程序确认单报名" placement="top" v-show="item.orderForm==4"> <i class="iconfont icon-xiaochengxu" style="font-size:22px;color:red;"></i></el-tooltip>
</p> </p>
...@@ -127,12 +127,12 @@ ...@@ -127,12 +127,12 @@
@click="goUrlX('产品查询', item.isOneDay === 1 ? 'productQueryOne' : 'productQuery',item.tcid,item.tcnum)">{{item.tcnum}}</p> @click="goUrlX('产品查询', item.isOneDay === 1 ? 'productQueryOne' : 'productQuery',item.tcid,item.tcnum)">{{item.tcnum}}</p>
<p class="fz12 over_ellipsis" style="width: 100%;">{{item.createBy}}<span v-if="item.leaveStr!=''" style="color:red">({{item.leaveStr}})</span></p> <p class="fz12 over_ellipsis" style="width: 100%;">{{item.createBy}}<span v-if="item.leaveStr!=''" style="color:red">({{item.leaveStr}})</span></p>
<p class="fz12 over_ellipsis" style="width: 100%;">{{item.commissionSPeopleName=='无'?'':item.commissionSPeopleName}}</p> <p class="fz12 over_ellipsis" style="width: 100%;">{{item.commissionSPeopleName=='无'?'':item.commissionSPeopleName}}</p>
<p>发团{{item.startDate}}</p> <p>{{$t('hotel.hotel_StartTeam')}}{{item.startDate}}</p>
<p v-if="item.tradeWay ==1">{{item.platformOrder}}</p> <p v-if="item.tradeWay ==1">{{item.platformOrder}}</p>
<p v-if='item.commissionMoney' style="color:red">提成{{item.commissionMoney}}</p> <p v-if='item.commissionMoney' style="color:red">{{$t('salesModule.Commission')}}{{item.commissionMoney}}</p>
<p v-else-if="item.latestCommissionMoney" style="color:red">提成{{item.latestCommissionMoney}}</p> <p v-else-if="item.latestCommissionMoney" style="color:red">{{$t('salesModule.Commission')}}{{item.latestCommissionMoney}}</p>
<div v-if="item.extraRewardMoney!=null&&item.extraRewardMoney>0">奖励金额<span style="color:#e95252">{{item.extraRewardMoney}}</span></div> <div v-if="item.extraRewardMoney!=null&&item.extraRewardMoney>0">{{$t('ground.jiangljine')}}<span style="color:#e95252">{{item.extraRewardMoney}}</span></div>
<div v-if="item.extraDeductMoney!=null&&item.extraDeductMoney>0">扣除金额<span style="color:#e95252">{{item.extraDeductMoney}}</span></div> <div v-if="item.extraDeductMoney!=null&&item.extraDeductMoney>0">{{$t('ground.kouchujine')}}<span style="color:#e95252">{{item.extraDeductMoney}}</span></div>
</td> </td>
<td> <td>
<p class="over_ellipsis" style="width: 150px;" :title="item.contactName">{{item.contactName}}</p> <p class="over_ellipsis" style="width: 150px;" :title="item.contactName">{{item.contactName}}</p>
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
{{item.guestNum}}/{{item.ySeatNum>0? item.ySeatNum+'Y ':''}}{{item.eSeatNum>0? item.eSeatNum+'E ':''}}{{item.fSeatNum>0? item.fSeatNum+'F ':''}} {{item.guestNum}}/{{item.ySeatNum>0? item.ySeatNum+'Y ':''}}{{item.eSeatNum>0? item.eSeatNum+'E ':''}}{{item.fSeatNum>0? item.fSeatNum+'F ':''}}
<br/> <br/>
<span v-if="item.refuseVisaNum>0" style="color:red"> <span v-if="item.refuseVisaNum>0" style="color:red">
(拒签 {{item.refuseVisaNum}}) ({{$t('salesModule.RefuseQ')}} {{item.refuseVisaNum}}{{$t('salesModule.PeoPle')}})
</span> </span>
</td> </td>
<td style="color:#FF9C00">{{item.tC_Price}}</td> <td style="color:#FF9C00">{{item.tC_Price}}</td>
...@@ -171,29 +171,29 @@ ...@@ -171,29 +171,29 @@
<div class="personNolayer"> <div class="personNolayer">
<table border="0" cellspacing="1" cellpadding="1"> <table border="0" cellspacing="1" cellpadding="1">
<tr> <tr>
<th>优惠券名称</th> <th>{{$t('active.cl_couponName')}}</th>
<th>优惠券类型</th> <th>{{$t('active.cl_couponType')}}</th>
<th>抵扣金额/折扣</th> <th>{{$t('active.cl_dkjezk')}}</th>
<th>使用条件</th> <th>{{$t('active.cl_sytiaojian')}}</th>
<th>获取方式</th> <th>{{$t('active.cl_huoqufangshi')}}</th>
<th>获取日期</th> <th>{{$t('active.cl_hqriqi')}}</th>
</tr> </tr>
<tr v-if='item.couponAllotList.length>0' v-for="(item2,index2) in item.couponAllotList" :key="index2"> <tr v-if='item.couponAllotList.length>0' v-for="(item2,index2) in item.couponAllotList" :key="index2">
<td>{{item2.couponsName}}</td> <td>{{item2.couponsName}}</td>
<td> <td>
<span v-if="item2.couponsType==1">抵用券</span> <span v-if="item2.couponsType==1">{{$t('active.cl_dyquan')}}</span>
<span v-if="item2.couponsType==2">折扣卷</span> <span v-if="item2.couponsType==2">{{$t('active.cl_zkquan')}}</span>
</td> </td>
<td>{{item2.denomination}}</td> <td>{{item2.denomination}}</td>
<td>{{item2.useCondition}}可用</td> <td>{{$t('active.cl_man')}}{{item2.useCondition}}{{$t('active.cl_keyong')}}</td>
<td> <td>
<span v-if="item2.accessType==1">抽奖</span> <span v-if="item2.accessType==1">{{$t('active.cl_choujiang')}}</span>
<span v-else></span> <span v-else></span>
</td> </td>
<td>{{item2.acessDate}}</td> <td>{{item2.acessDate}}</td>
</tr> </tr>
<tr v-if='item.couponAllotList.length==0'> <tr v-if='item.couponAllotList.length==0'>
<td colspan="6" align="center">暂无数据</td> <td colspan="6" align="center">{{$t('system.content_noData')}}</td>
</tr> </tr>
</table> </table>
</div> </div>
...@@ -206,39 +206,39 @@ ...@@ -206,39 +206,39 @@
<td>{{item.platformTax}}</td> <td>{{item.platformTax}}</td>
<td>{{item.zaiTuMoney}}</td> <td>{{item.zaiTuMoney}}</td>
<td><span :class="{color_red_order:item.dueInMoney!==item.preferPrice}">{{item.dueInMoney}}</span></td> <td><span :class="{color_red_order:item.dueInMoney!==item.preferPrice}">{{item.dueInMoney}}</span></td>
<td v-if="item.isChargeLossOrders==1" class="fz12" style="color: #e95252">收损</td> <td v-if="item.isChargeLossOrders==1" class="fz12" style="color: #e95252">{{$t('fnc.shousun')}}</td>
<td v-else class="fz12" :style="item.orderState===3?'color: #e95252;':''">{{item.statsstr}}</td> <td v-else class="fz12" :style="item.orderState===3?'color: #e95252;':''">{{item.statsstr}}</td>
<td> <td>
<button class="normalBtn" @click="shousunDialog=true,SetShouSunClick(item.orderId)" style="width:95px;padding:0">设置收损金额</button> <button class="normalBtn" @click="shousunDialog=true,SetShouSunClick(item.orderId)" style="width:95px;padding:0">{{$t('ground.shezhissje')}}</button>
</td> </td>
</tr> </tr>
<tr style="height:20px"> <tr style="height:20px">
<td colspan="16" class="RL_Order" style="height:20px"> <td colspan="16" class="RL_Order" style="height:20px">
<span style="font-size: 14px;color: #333333">名单:</span> <span style="font-size: 14px;color: #333333">{{$t('salesModule.MD')}}:</span>
<span v-for="(childItem) in item.guestList" style="font-size: 14px;color: blue">{{childItem.userName}}&nbsp;&nbsp;</span> <span v-for="(childItem) in item.guestList" style="font-size: 14px;color: blue">{{childItem.userName}}&nbsp;&nbsp;</span>
<!-- <span v-else>暂无名单</span>--> <!-- <span v-else>暂无名单</span>-->
<span style="display: block;font-size: 14px;color: #333333">房间信息{{item.orderGuestHouseStr}}</span> <span style="display: block;font-size: 14px;color: #333333">{{$t('salesModule.RoomInfo')}}{{item.orderGuestHouseStr}}</span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="3" class="groupTourOrder_remarks" style="height: 40px;"> <td colspan="3" class="groupTourOrder_remarks" style="height: 40px;">
<div> <div>
<div><span>备注</span> <div><span>{{$t('pub.pubRemark')}}</span>
<span v-if="item.tsIdList.length>0">投诉单号 <span v-if="item.tsIdList.length>0">{{$t('salesModule.ComplaintNum')}}
<a class="underline" v-for="ts in item.tsIdList" href="javascript:void(0);" @click="goUrlTS('ComplaintsDetail',ts,item.orderId,'投诉详情')">{{ts}} </a> ; <a class="underline" v-for="ts in item.tsIdList" href="javascript:void(0);" @click="goUrlTS('ComplaintsDetail',ts,item.orderId,'投诉详情')">{{ts}} </a> ;
</span> </span>
<p><span v-if='item.clientSource==1&&item.brandName!=""'>{{item.brandName}}订单 {{item.platformOrder}};</span>{{item.remarks}}</p> <p><span v-if='item.clientSource==1&&item.brandName!=""'>{{item.brandName}}{{$t('fnc.dingdan')}} {{item.platformOrder}};</span>{{item.remarks}}</p>
</div> </div>
<div> <div>
<span>{{item.remarksName}}&ensp;{{item.rematksTime}}</span> <span>{{item.remarksName}}&ensp;{{item.rematksTime}}</span>
<el-popover width="600" placement="bottom-end" trigger="click"> <el-popover width="600" placement="bottom-end" trigger="click">
<div class="groupTourOrder_remarks_popover"> <div class="groupTourOrder_remarks_popover">
<div>历史备注</div> <div>{{$t('fnc.lsbeizhu')}}</div>
<p v-if="item.remarksList.length !== 0" v-for="(item2, index2) in item.remarksList" :key="index2"> <p v-if="item.remarksList.length !== 0" v-for="(item2, index2) in item.remarksList" :key="index2">
<span>{{item2.remarks}}</span> <span>{{item2.remarks}}</span>
<span>{{item2.createByName}} <span style="color: #666666;">{{item2.createDate}}</span></span> <span>{{item2.createByName}} <span style="color: #666666;">{{item2.createDate}}</span></span>
</p> </p>
<span v-if="item.remarksList.length === 0">暂无数据</span> <span v-if="item.remarksList.length === 0">{{$t('system.content_noData')}}</span>
</div> </div>
<el-button slot="reference" icon="iconfont icon-gengduo" style="padding:0px;border:none;background-color:transparent;" <el-button slot="reference" icon="iconfont icon-gengduo" style="padding:0px;border:none;background-color:transparent;"
class="groupTourOrder_remarks_btn"></el-button> class="groupTourOrder_remarks_btn"></el-button>
...@@ -249,14 +249,14 @@ ...@@ -249,14 +249,14 @@
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px;"> <td colspan="4" class="groupTourOrder_remarks" style="height: 40px;">
<div> <div>
<div> <div>
<span>OP备注:</span> <span>{{$t('Operation.Op_remark')}}:</span>
<p>{{item.oP_Remarks ? item.oP_Remarks : '无'}}</p> <p>{{item.oP_Remarks ? item.oP_Remarks : '无'}}</p>
</div> </div>
</div> </div>
</td> </td>
<td colspan="9" class="groupTourOrder_tickets" style="height: 40px;cursor: pointer;"> <td colspan="9" class="groupTourOrder_tickets" style="height: 40px;cursor: pointer;">
<div @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)"> <div @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)">
<div>收款单据</div> <div>{{$t('fnc.skdanju')}}</div>
<div> <div>
<span v-for="(item2,index2) in item.financeList" :key="index2"> <span v-for="(item2,index2) in item.financeList" :key="index2">
<span v-if="item2.colorState===1" class="groupTourOrder_tickets_blue">{{item2.frID}}</span> <span v-if="item2.colorState===1" class="groupTourOrder_tickets_blue">{{item2.frID}}</span>
...@@ -264,11 +264,11 @@ ...@@ -264,11 +264,11 @@
<span v-else-if="item2.colorState===3" class="groupTourOrder_tickets_red">{{item2.frID}}</span> <span v-else-if="item2.colorState===3" class="groupTourOrder_tickets_red">{{item2.frID}}</span>
<span v-else-if="item2.colorState===4" class="groupTourOrder_tickets_black">{{item2.frID}}</span> <span v-else-if="item2.colorState===4" class="groupTourOrder_tickets_black">{{item2.frID}}</span>
</span> </span>
<span v-if="item.financeList.length===0" style="cursor: default;">暂无数据</span> <span v-if="item.financeList.length===0" style="cursor: default;">{{$t('system.content_noData')}}</span>
</div> </div>
</div> </div>
<div @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)"> <div @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)">
<div>付款单据</div> <div>{{$t('fnc.fkdanju')}}</div>
<div> <div>
<span v-for="(item2,index2) in item.refundFinanceList" :key="index2"> <span v-for="(item2,index2) in item.refundFinanceList" :key="index2">
<span v-if="item2.colorState===1" class="groupTourOrder_tickets_blue">{{item2.frID}}</span> <span v-if="item2.colorState===1" class="groupTourOrder_tickets_blue">{{item2.frID}}</span>
...@@ -276,11 +276,11 @@ ...@@ -276,11 +276,11 @@
<span v-else-if="item2.colorState===3" class="groupTourOrder_tickets_red">{{item2.frID}}</span> <span v-else-if="item2.colorState===3" class="groupTourOrder_tickets_red">{{item2.frID}}</span>
<span v-else-if="item2.colorState===4" class="groupTourOrder_tickets_black">{{item2.frID}}</span> <span v-else-if="item2.colorState===4" class="groupTourOrder_tickets_black">{{item2.frID}}</span>
</span> </span>
<span v-if="item.financeList.length===0" style="cursor: default;">暂无数据</span> <span v-if="item.financeList.length===0" style="cursor: default;">{{$t('system.content_noData')}}</span>
</div> </div>
</div> </div>
<div> <div>
<div>发票单据</div> <div>{{$t('salesModule.Invoice')}}</div>
<div> <div>
<span v-for="(item2,index2) in item.invoiceApplyList" :key="index2"> <span v-for="(item2,index2) in item.invoiceApplyList" :key="index2">
<span v-if="item2.invoiceApplyState === 6" class="groupTourOrder_tickets_blue" @click="goIisDetail(item2.id)">{{item2.id}}</span> <span v-if="item2.invoiceApplyState === 6" class="groupTourOrder_tickets_blue" @click="goIisDetail(item2.id)">{{item2.id}}</span>
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
<span v-else-if="item2.invoiceApplyState === 5 || item2.invoiceApplyState === 4 " class="groupTourOrder_tickets_red" @click="goIisDetail(item2.id)">{{item2.id}}</span> <span v-else-if="item2.invoiceApplyState === 5 || item2.invoiceApplyState === 4 " class="groupTourOrder_tickets_red" @click="goIisDetail(item2.id)">{{item2.id}}</span>
<span v-else-if="item2.invoiceApplyState === 2" class="groupTourOrder_tickets_black" @click="goIisDetail(item2.id)">{{item2.id}}</span> <span v-else-if="item2.invoiceApplyState === 2" class="groupTourOrder_tickets_black" @click="goIisDetail(item2.id)">{{item2.id}}</span>
</span> </span>
<span v-if="item.invoiceApplyList.length===0" style="cursor: default;">暂无数据</span> <span v-if="item.invoiceApplyList.length===0" style="cursor: default;">{{$t('system.content_noData')}}</span>
</div> </div>
</div> </div>
</td> </td>
......
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<ul> <ul>
<li> <li>
<span> <span>
<em>订单状态</em> <em>{{$t('hotel.hotel_OrderStates')}}</em>
<el-select v-model='msg.B2BSelectOrderState' filterable :placeholder="$t('pub.pleaseSel')"> <el-select v-model='msg.B2BSelectOrderState' filterable :placeholder="$t('pub.pleaseSel')">
<el-option v-for="item in orderStatus" :label='item.Name' :value='item.Id' :key='item.Id'> <el-option v-for="item in orderStatus" :label='item.Name' :value='item.Id' :key='item.Id'>
</el-option> </el-option>
...@@ -197,34 +197,34 @@ ...@@ -197,34 +197,34 @@
</span> </span>
</li> --> </li> -->
<li> <li>
<span><em>订单号</em> <span><em>{{$t('hotel.order_Number')}}</em>
<el-input v-model='msg.ProductName' :placeholder="$t('pub.pleaseImport')"></el-input> <el-input v-model='msg.ProductName' :placeholder="$t('pub.pleaseImport')"></el-input>
</span> </span>
</li> </li>
<li> <li>
<span> <span>
<em>游玩开始时间</em> <em>{{$t('salesModule.PlayTime')}}</em>
<el-date-picker type="date" v-model="msg.StartTime" <el-date-picker type="date" v-model="msg.StartTime"
:picker-options="StartTimeBefore" value-format="yyyy-MM-dd" placeholder></el-date-picker> :picker-options="StartTimeBefore" value-format="yyyy-MM-dd" placeholder></el-date-picker>
</span> </span>
</li> </li>
<li> <li>
<span> <span>
<em>游玩结束时间</em> <em>{{$t('salesModule.PlayOverTime')}}</em>
<el-date-picker type="date" v-model="msg.EndTime" <el-date-picker type="date" v-model="msg.EndTime"
:picker-options="EndTimeAfter" value-format="yyyy-MM-dd" placeholder></el-date-picker> :picker-options="EndTimeAfter" value-format="yyyy-MM-dd" placeholder></el-date-picker>
</span> </span>
</li> </li>
<li> <li>
<span> <span>
<em>创建开始时间</em> <em>{{$t('salesModule.CreateTime')}}</em>
<el-date-picker type="date" v-model="msg.CStartTime" <el-date-picker type="date" v-model="msg.CStartTime"
:picker-options="CStartTimeBefore" value-format="yyyy-MM-dd" placeholder></el-date-picker> :picker-options="CStartTimeBefore" value-format="yyyy-MM-dd" placeholder></el-date-picker>
</span> </span>
</li> </li>
<li> <li>
<span> <span>
<em>创建结束时间</em> <em>{{$t('salesModule.CreateOverTime')}}</em>
<el-date-picker type="date" v-model="msg.CEndTime" <el-date-picker type="date" v-model="msg.CEndTime"
:picker-options="CEndTimeAfter" value-format="yyyy-MM-dd" placeholder></el-date-picker> :picker-options="CEndTimeAfter" value-format="yyyy-MM-dd" placeholder></el-date-picker>
</span> </span>
...@@ -238,22 +238,22 @@ ...@@ -238,22 +238,22 @@
<table class="SalesHotelOrderTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading"> <table class="SalesHotelOrderTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr> <tr>
<th>订单号</th> <th>{{$t('hotel.order_Number')}}</th>
<th>第三方订单号</th> <th>{{$t('salesModule.ThirdOrderNum')}}</th>
<th>人数</th> <th>{{$t('admin.admin_personNumber')}}</th>
<th>总额</th> <th>{{$t('sm.zonge')}}</th>
<th>实收</th> <th>{{$t('fnc.shishou')}}</th>
<th>大红包</th> <th>{{$t('salesModule.BigBag')}}</th>
<th>优惠金额</th> <th>{{$t('sm.youhuijine')}}</th>
<th>待收金额</th> <th>{{$t('Operation.Op_daishou')}}</th>
<th>订单状态</th> <th>{{$t('hotel.hotel_OrderStates')}}</th>
<th>创建时间</th> <th>{{$t('fnc.cjshijian')}}</th>
<th>游玩时间</th> <th>{{$t('scen.sc_etTime')}}</th>
<th>取消费用</th> <th>{{$t('salesModule.CancelFee')}}</th>
<th>客户信息</th> <th>{{$t('fnc.khxinxi')}}</th>
<th>创建人</th> <th>{{$t('active.cl_addPp')}}</th>
<th>结束时间</th> <th>{{$t('MarketingActi.endTime')}}</th>
<th>操作</th> <th>{{$t('system.table_operation')}}</th>
</tr> </tr>
<tbody v-for="(item,index) in dataList"> <tbody v-for="(item,index) in dataList">
<tr> <tr>
...@@ -277,22 +277,22 @@ ...@@ -277,22 +277,22 @@
<td> <td>
<el-row> <el-row>
<el-button-group> <el-button-group>
<el-tooltip class="item" effect="dark" content="付款" placement="top-start" v-if="item.OrderStatus!=='已取消'"> <el-tooltip class="item" effect="dark" :content="$t('fnc.fukuan')" placement="top-start" v-if="item.OrderStatus!=='已取消'">
<el-button type="primary" icon="iconfont icon-fukuan2" @click="getShouKuan(item)" ></el-button> <el-button type="primary" icon="iconfont icon-fukuan2" @click="getShouKuan(item)" ></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="取消订单" placement="top-start" v-if="item.OrderStatus!=='已取消'"> <el-tooltip class="item" effect="dark" :content="$t('sm.exitOrder')" placement="top-start" v-if="item.OrderStatus!=='已取消'">
<el-button type="info" v-if="item.IsCanOrder == 0" icon="iconfont icon-quxiao1" @click="Exit(item)"></el-button> <el-button type="info" v-if="item.IsCanOrder == 0" icon="iconfont icon-quxiao1" @click="Exit(item)"></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="确定" placement="top-start" v-if="item.OrderStatus!=='已取消'"> <el-tooltip class="item" effect="dark" :content="$t('pub.sureBtn')" placement="top-start" v-if="item.OrderStatus!=='已取消'">
<el-button type="success" icon="iconfont icon-duigou" v-if="item.IsCanClear == 0" @click="queren(1, item.OrderID)" ></el-button> <el-button type="success" icon="iconfont icon-duigou" v-if="item.IsCanClear == 0" @click="queren(1, item.OrderID)" ></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="取消确认" placement="top-start" v-if="item.OrderStatus!=='已取消'"> <el-tooltip class="item" effect="dark" :content="$t('sm.exitsure')" placement="top-start" v-if="item.OrderStatus!=='已取消'">
<el-button type="info" icon=" iconfont icon-quxiao1" v-if="item.IsCanClear == 1" @click="queren(0, item.OrderID)"></el-button> <el-button type="info" icon=" iconfont icon-quxiao1" v-if="item.IsCanClear == 1" @click="queren(0, item.OrderID)"></el-button>
</el-tooltip> </el-tooltip>
<!-- <el-tooltip class="item" effect="dark" content="关联团" placement="top-start"> <!-- <el-tooltip class="item" effect="dark" content="关联团" placement="top-start">
<el-button type="warning" icon="iconfont icon-guanlian" @click="TCID = '',GLOrderID = item.OrderID,dialogFormVisible = true"></el-button> <el-button type="warning" icon="iconfont icon-guanlian" @click="TCID = '',GLOrderID = item.OrderID,dialogFormVisible = true"></el-button>
</el-tooltip> --> </el-tooltip> -->
<el-tooltip class="item" effect="dark" content="详情" placement="top-start"> <el-tooltip class="item" effect="dark" :content="$t('fnc.xiangqing')" placement="top-start">
<el-button type="success" icon="iconfont icon-sousuo" @click="goOrderDetails(item.OrderID)"></el-button> <el-button type="success" icon="iconfont icon-sousuo" @click="goOrderDetails(item.OrderID)"></el-button>
</el-tooltip> </el-tooltip>
</el-button-group> </el-button-group>
...@@ -303,7 +303,7 @@ ...@@ -303,7 +303,7 @@
<td colspan="7" style="text-align:left;width:600px"> <td colspan="7" style="text-align:left;width:600px">
<div class="clearfix"> <div class="clearfix">
<div class="SH_beizhu" style=""> <div class="SH_beizhu" style="">
备注 {{$t('pub.pubRemark')}}
</div> </div>
<div class="SH_beizhuInner"> <div class="SH_beizhuInner">
{{item.Remark}} {{item.Remark}}
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
</td> </td>
<td colspan="9" style="text-align:left;width:600px"> <td colspan="9" style="text-align:left;width:600px">
<div class="SH_OrderDan"> <div class="SH_OrderDan">
<div>收款单据</div> <div>{{$t('fnc.skdanju')}}</div>
<div> <div>
<span v-for="subItem in item.FinanceList"> <span v-for="subItem in item.FinanceList">
<span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-if="subItem.ColorState===1" class="groupTourOrder_tickets_blue">{{subItem.FrID}}</span> <span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-if="subItem.ColorState===1" class="groupTourOrder_tickets_blue">{{subItem.FrID}}</span>
...@@ -320,11 +320,11 @@ ...@@ -320,11 +320,11 @@
<span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-else-if="subItem.ColorState===3" class="groupTourOrder_tickets_red">{{subItem.FrID}}</span> <span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-else-if="subItem.ColorState===3" class="groupTourOrder_tickets_red">{{subItem.FrID}}</span>
<span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-else-if="subItem.ColorState===4" class="groupTourOrder_tickets_black">{{subItem.FrID}}</span> <span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-else-if="subItem.ColorState===4" class="groupTourOrder_tickets_black">{{subItem.FrID}}</span>
</span> </span>
<span v-if="item.FinanceList==0">暂无数据</span> <span v-if="item.FinanceList==0">{{$t('system.content_noData')}}</span>
</div> </div>
</div> </div>
<div class="SH_OrderDan"> <div class="SH_OrderDan">
<div>付款单据</div> <div>{{$t('fnc.fkdanju')}}</div>
<div> <div>
<span v-for="subItem in item.RefundFinanceList"> <span v-for="subItem in item.RefundFinanceList">
<span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-if="subItem.ColorState===1" class="groupTourOrder_tickets_blue">{{subItem.FrID}}</span> <span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-if="subItem.ColorState===1" class="groupTourOrder_tickets_blue">{{subItem.FrID}}</span>
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
<span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-else-if="subItem.ColorState===3" class="groupTourOrder_tickets_red">{{subItem.FrID}}</span> <span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-else-if="subItem.ColorState===3" class="groupTourOrder_tickets_red">{{subItem.FrID}}</span>
<span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-else-if="subItem.ColorState===4" class="groupTourOrder_tickets_black">{{subItem.FrID}}</span> <span @click="goUrlFinacel('财务单据','FinancialDocumentsDetail',subItem.FrID)" v-else-if="subItem.ColorState===4" class="groupTourOrder_tickets_black">{{subItem.FrID}}</span>
</span> </span>
<span v-if="item.RefundFinanceList==0">暂无数据</span> <span v-if="item.RefundFinanceList==0">{{$t('system.content_noData')}}</span>
</div> </div>
</div> </div>
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
</div> </div>
<el-dialog title="请选择团号" width="400px" :visible.sync="dialogFormVisible" center :before-close="closeChangeMachie"> <el-dialog title="请选择团号" width="400px" :visible.sync="dialogFormVisible" center :before-close="closeChangeMachie">
<el-form label-width="110px"> <el-form label-width="110px">
<el-form-item label="团号"> <el-form-item :label="$t('visa.v_tuanhao')">
<el-select <el-select
v-model="TCID" v-model="TCID"
filterable filterable
...@@ -376,25 +376,25 @@ ...@@ -376,25 +376,25 @@
<el-dialog title="取消订单" width="400px" :visible.sync="dialogFormVisible"> <el-dialog title="取消订单" width="400px" :visible.sync="dialogFormVisible">
<el-form :model="exitMsg" label-width="80px"> <el-form :model="exitMsg" label-width="80px">
<el-form-item label="取消类型"> <el-form-item :label="$t('sm.exitType')">
<el-select size="small" v-model="exitMsg.cancel_type" placeholder="请选择取消类型"> <el-select size="small" v-model="exitMsg.cancel_type" :placeholder="$t('sm.qxzqxlx')">
<el-option label="行程变更或取消" value="MC001"></el-option> <el-option :label="$t('sm.xingchengbghqx')" value="MC001"></el-option>
<el-option label="重复订单" value="MC002"></el-option> <el-option :label="$t('sm.chongfuOrder')" value="MC002"></el-option>
<el-option label="价格原因" value="MC003"></el-option> <el-option :label="$t('sm.Priceyy')" value="MC003"></el-option>
<el-option label="个人因素" value="MC004"></el-option> <el-option :label="$t('sm.gerenys')" value="MC004"></el-option>
<el-option label="交通因素" value="MC005"></el-option> <el-option :label="$t('sm.jiaotongys')" value="MC005"></el-option>
<el-option label="交通因素" value="MC006"></el-option> <el-option :label="$t('sm.jiaotongys')" value="MC006"></el-option>
<el-option label="其他" value="MC999"></el-option> <el-option :label="$t('active.cl_qita')" value="MC999"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="取消原因" > <el-form-item :label="$t('sm.exityy')" >
<el-input v-model="exitMsg.cancel_desc" autocomplete="off" type="textarea" :rows="2"></el-input> <el-input v-model="exitMsg.cancel_desc" autocomplete="off" type="textarea" :rows="2"></el-input>
</el-form-item> </el-form-item>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button size="small" @click="dialogFormVisible = false">取 消</el-button> <el-button size="small" @click="dialogFormVisible = false">{{$t('pub.cancelBtn')}}</el-button>
<el-button size="small" type="danger" @click="ExitOrder">确 定</el-button> <el-button size="small" type="danger" @click="ExitOrder">{{$t('pub.sureBtn')}}</el-button>
</div> </div>
</el-dialog> </el-dialog>
</div> </div>
......
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
</div> </div>
</div> </div>
<div class="updataBtn"> <div class="updataBtn">
<button class="normalBtn UPBtn" @click="outerVisible = true,dialogTitle='修改供应商信息',updateInfo(item.ID)">{{$t('pub.updateMsg')}}</button> <button class="normalBtn UPBtn" @click="outerVisible = true,dialogTitle=$t('ground.xiuggysxx'),updateInfo(item.ID)">{{$t('pub.updateMsg')}}</button>
<button class="hollowFixedBtn UPBtn" @click="isdelete(item.ID)">{{$t('system.table_delete')}}</button> <button class="hollowFixedBtn UPBtn" @click="isdelete(item.ID)">{{$t('system.table_delete')}}</button>
<button class="hollowFixedBtn HS_financial" @click="AccountManage(item)">{{$t('visaT.Accountmanagement')}}</button> <button class="hollowFixedBtn HS_financial" @click="AccountManage(item)">{{$t('visaT.Accountmanagement')}}</button>
</div> </div>
...@@ -199,9 +199,9 @@ export default { ...@@ -199,9 +199,9 @@ export default {
}, },
rules: { rules: {
Name: [ Name: [
{ required: true, message: "请输入供应商名称", trigger: "blur" } { required: true, message:this.$t('visaT.qsrgysname'), trigger: "blur" }
], ],
Contact: [{ required: true, message: "请输入联系人", trigger: "blur" }] Contact: [{ required: true, message:this.$t('rule.EnterContratPerson'), trigger: "blur" }]
} }
}; };
}, },
...@@ -237,9 +237,9 @@ export default { ...@@ -237,9 +237,9 @@ export default {
}, },
isdelete(ID) { isdelete(ID) {
this.deleteID = ID; this.deleteID = ID;
this.$confirm("是否删除?", "提示", { this.$confirm(this.$t('tips.shifoushanchu'), this.$t('tips.tips'), {
confirmButtonText: "确定", confirmButtonText: this.$t('pub.sureBtn'),
cancelButtonText: "取消", cancelButtonText: this.$t('pub.cancelBtn'),
type: "warning" type: "warning"
}) })
.then(() => { .then(() => {
......
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