Commit ea1523d9 authored by liudong1993's avatar liudong1993

1 营收报表处理 杨总巴厘岛查询

parent 92d73a18
...@@ -1486,6 +1486,7 @@ export const obj = { ...@@ -1486,6 +1486,7 @@ export const obj = {
lingduilx: 'Leader type', lingduilx: 'Leader type',
lingjd: 'Lead and guide', lingjd: 'Lead and guide',
zhikansjwzd: 'Only look at the receipt without the document', zhikansjwzd: 'Only look at the receipt without the document',
zhikanbali: 'Only watch Bali tours',
tuanduilx: 'Team type', tuanduilx: 'Team type',
changguit: 'Regular regiment', changguit: 'Regular regiment',
xiaobaot: 'Small group', xiaobaot: 'Small group',
......
...@@ -1485,6 +1485,7 @@ export const obj = { ...@@ -1485,6 +1485,7 @@ export const obj = {
lingduilx: 'リーダータイプ', lingduilx: 'リーダータイプ',
lingjd: '導を兼ねます', lingjd: '導を兼ねます',
zhikansjwzd: 'レシートを見ていないだけ', zhikansjwzd: 'レシートを見ていないだけ',
zhikanbali: '只看巴厘岛团',
tuanduilx: 'チームタイプ', tuanduilx: 'チームタイプ',
changguit: '通常団', changguit: '通常団',
xiaobaot: '小包団', xiaobaot: '小包団',
......
...@@ -1485,6 +1485,7 @@ export const obj = { ...@@ -1485,6 +1485,7 @@ export const obj = {
lingduilx: '领队类型', lingduilx: '领队类型',
lingjd: '领兼导', lingjd: '领兼导',
zhikansjwzd: '只看收据未制单', zhikansjwzd: '只看收据未制单',
zhikanbali: '只看巴厘岛团',
tuanduilx: '团队类型', tuanduilx: '团队类型',
changguit: '常规团', changguit: '常规团',
xiaobaot: '小包团', xiaobaot: '小包团',
......
...@@ -1485,6 +1485,7 @@ export const obj = { ...@@ -1485,6 +1485,7 @@ export const obj = {
lingduilx: '領隊類型', lingduilx: '領隊類型',
lingjd: '領兼導', lingjd: '領兼導',
zhikansjwzd: '只看收據未制單', zhikansjwzd: '只看收據未制單',
zhikanbali: '只看巴厘島團',
tuanduilx: '團隊類型', tuanduilx: '團隊類型',
changguit: '常規團', changguit: '常規團',
xiaobaot: '小包團', xiaobaot: '小包團',
......
...@@ -657,6 +657,14 @@ tr._item_list td:last-child { ...@@ -657,6 +657,14 @@ tr._item_list td:last-child {
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" v-if="getCompanyMsg.RB_Group_Id==2 && (empBranchId==0 || empBranchId==1252)">
<el-form-item label="其他查询">
<el-select v-model="msg.SpecialType" class="w150">
<el-option value="0" :label="$t('pub.unlimitedSel')"></el-option>
<el-option value="1" :label="$t('objFill.zhikanbali')"></el-option>
</el-select>
</el-form-item>
</el-col>
</template> </template>
<el-col :span="6" v-if="userId==1 || userId==5 || userId==2786 || F_GeneralManager"> <el-col :span="6" v-if="userId==1 || userId==5 || userId==2786 || F_GeneralManager">
<el-button @click="msg.Is_Open=0,SetTravelClose()" type="danger" size="small" round :loading="btnloading">{{$t('objFill.kaiqitdsz')}}</el-button> <el-button @click="msg.Is_Open=0,SetTravelClose()" type="danger" size="small" round :loading="btnloading">{{$t('objFill.kaiqitdsz')}}</el-button>
......
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