Commit b706681b authored by 黄奎's avatar 黄奎

新增自主团标识

parent 2644d87f
...@@ -775,6 +775,9 @@ ...@@ -775,6 +775,9 @@
AppPlat: item.StandardCurrencyName == '', AppPlat: item.StandardCurrencyName == '',
otherPlat: item.StandardCurrencyName == '', otherPlat: item.StandardCurrencyName == '',
}">{{ item.StandardCurrencyName }}{{ $t("objFill.jiesuan") }}</span> }">{{ item.StandardCurrencyName }}{{ $t("objFill.jiesuan") }}</span>
<template v-if="item.OutBranchId==1253&& item.ExtPriceInfo&&item.ExtPriceInfo.IsIndependent==1">
<font>自主团</font>
</template>
</p> </p>
<p class="travelnowrap" v-if="item.IsSetOut == 0"> <p class="travelnowrap" v-if="item.IsSetOut == 0">
<span style="color: blue">{{ $t("objFill.zhengchangft") }}</span> <span style="color: blue">{{ $t("objFill.zhengchangft") }}</span>
......
...@@ -550,6 +550,9 @@ ...@@ -550,6 +550,9 @@
<p class="travelnowrap"> <p class="travelnowrap">
<span>{{$t('scen.sc_cp')}}</span> <span>{{$t('scen.sc_cp')}}</span>
{{item.OutBranchName}} {{item.OutBranchName}}
<template v-if="item.OutBranchId==1253&& item.ExtPriceInfo&&item.ExtPriceInfo.IsIndependent==1">
<font style="color:red;">(自主团)</font>
</template>
</p> </p>
<p <p
v-if="(item.LineID==14 || item.LineID==90|| item.LineID==168||item.LineID==118) && item.HotelOrderListReports && item.HotelOrderListReports.length>0 "> v-if="(item.LineID==14 || item.LineID==90|| item.LineID==168||item.LineID==118) && item.HotelOrderListReports && item.HotelOrderListReports.length>0 ">
......
...@@ -741,6 +741,10 @@ ...@@ -741,6 +741,10 @@
v-if="standardCurrencyName" :class="{'TCneibu':standardCurrencyName=='人民币','TCb2b':standardCurrencyName=='日元', v-if="standardCurrencyName" :class="{'TCneibu':standardCurrencyName=='人民币','TCb2b':standardCurrencyName=='日元',
'TCb2c':standardCurrencyName=='新台币','AppPlat':standardCurrencyName=='', 'TCb2c':standardCurrencyName=='新台币','AppPlat':standardCurrencyName=='',
'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}{{$t('objFill.jiesuan')}}</span> 'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}{{$t('objFill.jiesuan')}}</span>
<el-radio-group v-if="priceData.OutBranchId==1253" v-model="priceData.ExtPriceInfo.IsIndependent">
<el-radio :label="0">常规</el-radio>
<el-radio :label="1">自主团</el-radio>
</el-radio-group>
</el-form-item> </el-form-item>
<el-form-item style="margin-top:1px;"> <el-form-item style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">{{$t('hotel.hotel_Supplier')}}</span> <span class="TP_Sendprepend" style="margin:3px -1px 0 0">{{$t('hotel.hotel_Supplier')}}</span>
...@@ -1548,6 +1552,7 @@ ...@@ -1548,6 +1552,7 @@
TCID: 0, TCID: 0,
PlatformPriceJson: "", PlatformPriceJson: "",
PlatformPriceList: [], PlatformPriceList: [],
IsIndependent: 0, //是否自主团 1是 (邹林定制部专用)
}, //团队基础扩展信息 }, //团队基础扩展信息
}; };
} }
......
...@@ -732,6 +732,11 @@ ...@@ -732,6 +732,11 @@
v-if="standardCurrencyName" :class="{'TCneibu':standardCurrencyName=='人民币','TCb2b':standardCurrencyName=='日元', v-if="standardCurrencyName" :class="{'TCneibu':standardCurrencyName=='人民币','TCb2b':standardCurrencyName=='日元',
'TCb2c':standardCurrencyName=='新台币','AppPlat':standardCurrencyName=='', 'TCb2c':standardCurrencyName=='新台币','AppPlat':standardCurrencyName=='',
'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}{{$t('objFill.jiesuan')}}</span> 'otherPlat':standardCurrencyName=='',}">{{standardCurrencyName}}{{$t('objFill.jiesuan')}}</span>
<el-radio-group v-if="priceData.OutBranchId==1253" v-model="priceData.ExtPriceInfo.IsIndependent">
<el-radio :label="0">常规</el-radio>
<el-radio :label="1">自主团</el-radio>
</el-radio-group>
</el-form-item> </el-form-item>
<!-- <el-form-item prop="OutGroupType" style="margin-top:1px;"> <!-- <el-form-item prop="OutGroupType" style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">{{$t('objFill.v101.myOrdersAllType.zhutuanlx')}}</span> <span class="TP_Sendprepend" style="margin:3px -1px 0 0">{{$t('objFill.v101.myOrdersAllType.zhutuanlx')}}</span>
...@@ -1535,6 +1540,7 @@ ...@@ -1535,6 +1540,7 @@
TCID: 0, TCID: 0,
PlatformPriceJson: "", PlatformPriceJson: "",
PlatformPriceList: [], PlatformPriceList: [],
IsIndependent: 0, //是否自主团 1是 (邹林定制部专用)
}, //团队基础扩展信息 }, //团队基础扩展信息
}; };
} }
......
...@@ -1288,6 +1288,7 @@ ...@@ -1288,6 +1288,7 @@
TCID: 0, TCID: 0,
PlatformPriceJson: "", PlatformPriceJson: "",
PlatformPriceList: [], PlatformPriceList: [],
IsIndependent:0,//是否自主团 1是 (邹林定制部专用)
}, //团队基础扩展信息 }, //团队基础扩展信息
}; };
} }
......
...@@ -1291,6 +1291,7 @@ ...@@ -1291,6 +1291,7 @@
TCID: 0, TCID: 0,
PlatformPriceJson: "", PlatformPriceJson: "",
PlatformPriceList: [], PlatformPriceList: [],
IsIndependent:0,//是否自主团 1是 (邹林定制部专用)
}, //团队基础扩展信息 }, //团队基础扩展信息
}; };
} }
......
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