Commit e1707fdf authored by youjie's avatar youjie

no message

parent a88a0e5a
This diff is collapsed.
...@@ -1773,8 +1773,23 @@ ...@@ -1773,8 +1773,23 @@
</el-row> </el-row>
</div> </div>
<!-- 表格 --> <!-- 表格 -->
<div style="width: 100%; height: auto; overflow-x: auto" class="ownScrollbarStyle"> <div style="width: 100%; height: auto; overflow-x: auto" class="ownScrollbarStyle" v-loading="loading">
<table class="groupTourOrderSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading"> <groupOrder v-if="userInfo.SimpleEasy==1" :list="list" :orderList="orderList"
:logList="logList" :redBagList="redBagList" :qjGroupId="qjGroupId" :isShow="isShow"
:showID="showID" :TransferMission="TransferMission" :isEditOrderCreate="isEditOrderCreate"
@goIisDetail="goIisDetail" @goUrlTS="goUrlTS" @goContract="goContract"
@goSingleContract="goSingleContract" @goProtocol="goProtocol" @goDisclaimer="goDisclaimer"
@goInvetig="goInvetig" @SpecialAPP="SpecialAPP" @deleteItem="deleteItem"
@ShenQingPhoto="ShenQingPhoto" @Discount="Discount" @goUrlAdd="goUrlAdd"
@getOrderGender="getOrderGender" @transfer="transfer" @getHouse="getHouse"
@toTrip="toTrip" @getSalerInfo="getSalerInfo" @getLogDetail="getLogDetail"
@getRemarks="getRemarks" @getDetail="getDetail" @downLoadFile="downLoadFile"
@getMembersDetail="getMembersDetail" @seeBJD="seeBJD" @gotoProduct="gotoProduct"
@goUrlX="goUrlX" @getOrderDetail="getOrderDetail" @goUrlHappy="goUrlHappy"
@getRedBag="getRedBag" @goUrlT="goUrlT" @setChargeLoss="setChargeLoss"
@goUrlSFD="goUrlSFD" @uploadFileBtn="uploadFileBtn" @childByValue="childByValue"
></groupOrder>
<table v-else class="groupTourOrderSearchTable" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<th width="210">{{ $t("fnc.danhao") }}&{{ $t("visa.v_tuanhao") }}</th> <th width="210">{{ $t("fnc.danhao") }}&{{ $t("visa.v_tuanhao") }}</th>
<th width="120">{{ $t("fnc.khxinxi") }}</th> <th width="120">{{ $t("fnc.khxinxi") }}</th>
...@@ -2707,14 +2722,15 @@ ...@@ -2707,14 +2722,15 @@
import orderRemark from "../orderCommon/order-remark.vue"; //订单备注 import orderRemark from "../orderCommon/order-remark.vue"; //订单备注
import PriceDetail from '../orderCommon/PriceDetail.vue'; import PriceDetail from '../orderCommon/PriceDetail.vue';
import DateLimit from '../public/DateLimit.vue'; import DateLimit from '../public/DateLimit.vue';
import pinkDrawer from './components/pinkDrawer.vue'; import pinkDrawer from '../common/pinkDrawer.vue';
import addOrder from './components/addOrder.vue'; import addOrder from './components/addOrder.vue';
import addConfig from "./components/addConfig.js"; import addConfig from "./components/addConfig.js";
import groupOrder from "./components/groupOrder.vue";
export default { export default {
data() { data() {
return { return {
selectedSpotData: null, selectedSpotData: null,
showType: 1, showType: 1,//团信息
pickerBeginDateAfter: { pickerBeginDateAfter: {
disabledDate: time => { disabledDate: time => {
let startTime = new Date(this.msg.QStartDate); let startTime = new Date(this.msg.QStartDate);
...@@ -3063,6 +3079,7 @@ ...@@ -3063,6 +3079,7 @@
DateLimit, DateLimit,
pinkDrawer, pinkDrawer,
addOrder, addOrder,
groupOrder,
}, },
filters: { filters: {
priceFormat(value) { priceFormat(value) {
...@@ -3096,6 +3113,7 @@ ...@@ -3096,6 +3113,7 @@
handleSaveSuccess() { handleSaveSuccess() {
this.$refs.addOrders.handleDrawerClose(); this.$refs.addOrders.handleDrawerClose();
this.getList(); this.getList();
this.getCount()
this.$message.success('保存成功'); this.$message.success('保存成功');
}, },
gotoProduct(item) { gotoProduct(item) {
...@@ -3958,6 +3976,14 @@ ...@@ -3958,6 +3976,14 @@
} }
}, },
getDetail(obj) { getDetail(obj) {
if(this.userInfo.SimpleEasy==1){
this.OperationType = 1
this.showType = 1
obj.OperationType = 1
this.selectedSpotData = obj;
this.$refs.addOrders.openDrawer(obj);
return;
}
this.goLVurl.orderId = obj.orderId; this.goLVurl.orderId = obj.orderId;
this.goLVurl.tcid = obj.tcid; this.goLVurl.tcid = obj.tcid;
this.goLVurl.tcnum = obj.tcnum; this.goLVurl.tcnum = obj.tcnum;
...@@ -4065,7 +4091,6 @@ ...@@ -4065,7 +4091,6 @@
if (x.ClientSource == 1) { if (x.ClientSource == 1) {
this.isPingtai = true; this.isPingtai = true;
} }
this.isShowLayer = true; this.isShowLayer = true;
this.isShowHouse = false; this.isShowHouse = false;
this.isShowLayerRemarks = false; this.isShowLayerRemarks = false;
......
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