Commit b706681b authored by 黄奎's avatar 黄奎

新增自主团标识

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