Commit 483c7801 authored by youjie's avatar youjie

no message

parent fe926973
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
.GroupRateQuery-left{ .GroupRateQuery-left{
width: 33%; width: 33%;
height: 100%; height: 100%;
} }
.GroupRateQuery-left span{ .GroupRateQuery-left span{
display: block; display: block;
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
<el-input placeholder="" class="" v-model="msg.TCID"></el-input> <el-input placeholder="" class="" v-model="msg.TCID"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="团号:"> <el-form-item label="团号:">
<el-input v-model="msg.TCNUM" class=""></el-input> <el-input v-model="msg.TCNUM" class=""></el-input>
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="出团公司:"> <el-form-item label="出团公司:">
<el-select filterable v-model='msg.RB_Branch_Id' class=""> <el-select filterable v-model='msg.RB_Branch_Id' class="" :disabled="!isF_Query_AllIncomPay">
<el-option :value="-1" label="不限"></el-option> <el-option :value="-1" label="不限"></el-option>
<el-option v-for='item in CompanyList' <el-option v-for='item in CompanyList'
:label='item.BName' :label='item.BName'
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<template> <template>
<el-col :span="6"> <el-col :span="6">
<el-form-item label="团出发日期:"> <el-form-item label="团出发日期:">
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
</template> </template>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="跨天数:"> <el-form-item label="跨天数:">
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="commonContent" v-loading='loading'> <div class="commonContent" v-loading='loading'>
<el-table <el-table
ref="multipleTable" ref="multipleTable"
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
<span v-if="scope.row.TCStatus==5" title="结团审核中" style="background: #2aaef2;"></span> <span v-if="scope.row.TCStatus==5" title="结团审核中" style="background: #2aaef2;"></span>
</div> </div>
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -360,7 +360,7 @@ ...@@ -360,7 +360,7 @@
label="汇率类型" label="汇率类型"
width="120"> width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="GroupRateQuery-scope-box" <div class="GroupRateQuery-scope-box"
style="border-bottom: 1px solid #E5E5E5;" style="border-bottom: 1px solid #E5E5E5;"
v-if="scope.row.TCRate&&scope.row.TCRate.length>0"> v-if="scope.row.TCRate&&scope.row.TCRate.length>0">
出团日期汇率 出团日期汇率
...@@ -375,7 +375,7 @@ ...@@ -375,7 +375,7 @@
width="100"> width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.TCRate&&scope.row.TCRate.length>0"> <template v-if="scope.row.TCRate&&scope.row.TCRate.length>0">
<div class="GroupRateQuery-scope-box" <div class="GroupRateQuery-scope-box"
:style="{'border-bottom': (scope.row.TCRate.length-1)==childIndex? '1px solid #E5E5E5':''}" :style="{'border-bottom': (scope.row.TCRate.length-1)==childIndex? '1px solid #E5E5E5':''}"
v-for="(childItem,childIndex) in scope.row.TCRate"> v-for="(childItem,childIndex) in scope.row.TCRate">
<span> <span>
...@@ -394,7 +394,7 @@ ...@@ -394,7 +394,7 @@
label="汇率"> label="汇率">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.TCRate&&scope.row.TCRate.length>0"> <template v-if="scope.row.TCRate&&scope.row.TCRate.length>0">
<div class="GroupRateQuery-scope-box" <div class="GroupRateQuery-scope-box"
:style="{'border-bottom': (scope.row.TCRate.length-1==childIndex)? '1px solid #E5E5E5':''}" :style="{'border-bottom': (scope.row.TCRate.length-1==childIndex)? '1px solid #E5E5E5':''}"
v-for="(childItem,childIndex) in scope.row.TCRate"> v-for="(childItem,childIndex) in scope.row.TCRate">
<span> <span>
...@@ -454,8 +454,8 @@ ...@@ -454,8 +454,8 @@
</td> </td>
</tr> </tr>
</tfoot> </tfoot>
</table> --> </table> -->
</div> </div>
<!-- 设置团队汇率 --> <!-- 设置团队汇率 -->
...@@ -477,7 +477,7 @@ ...@@ -477,7 +477,7 @@
<div> <div>
<el-form-item :prop="`RateList.${index}.Rate`" :rules="rules.Rate" :label="`汇率 ${index+1}`"> <el-form-item :prop="`RateList.${index}.Rate`" :rules="rules.Rate" :label="`汇率 ${index+1}`">
<el-input-number class="w170" :min="0" v-model="item.Rate" clearable></el-input-number> <el-input-number class="w170" :min="0" v-model="item.Rate" clearable></el-input-number>
</el-form-item> </el-form-item>
</div> </div>
<div class="ImpressionTicketing-msg-but"> <div class="ImpressionTicketing-msg-but">
<span @click="addRate(item,index)" v-if="index==0" class="el-icon-circle-plus-outline itc-outline"></span> <span @click="addRate(item,index)" v-if="index==0" class="el-icon-circle-plus-outline itc-outline"></span>
...@@ -504,7 +504,7 @@ export default { ...@@ -504,7 +504,7 @@ export default {
pageSize:5, pageSize:5,
TCID: '', TCID: '',
TCNUM: '', TCNUM: '',
RB_Branch_Id: '', RB_Branch_Id: -1,
QStartDate: '', QStartDate: '',
QEndDate: '', QEndDate: '',
ReTCID: 0,// 跨天数 (默认0天) ReTCID: 0,// 跨天数 (默认0天)
...@@ -529,7 +529,7 @@ export default { ...@@ -529,7 +529,7 @@ export default {
{field: 'CreateDate', title: '制单日期', width: 80, titleAlign: 'left',columnAlign:'left',isResize:true,componentName:'table-CreateDate'}, {field: 'CreateDate', title: '制单日期', width: 80, titleAlign: 'left',columnAlign:'left',isResize:true,componentName:'table-CreateDate'},
{field: 'CurrencyId', title: '币种code', width: 80, titleAlign: 'left',columnAlign:'left',isResize:true,componentName:'table-CurrencyId'}, {field: 'CurrencyId', title: '币种code', width: 80, titleAlign: 'left',columnAlign:'left',isResize:true,componentName:'table-CurrencyId'},
{field: 'CurrencyName', title: '币种名称', width: 80, titleAlign: 'left',columnAlign:'left',isResize:true,componentName:'table-CurrencyName'}, {field: 'CurrencyName', title: '币种名称', width: 80, titleAlign: 'left',columnAlign:'left',isResize:true,componentName:'table-CurrencyName'},
{field: 'Rate', title: '系统汇率', width: 80, titleAlign: 'left',columnAlign:'left',isResize:true}, {field: 'Rate', title: '系统汇率', width: 80, titleAlign: 'left',columnAlign:'left',isResize:true},
], ],
multipleSelection: [], multipleSelection: [],
TheRateVisible: false, TheRateVisible: false,
...@@ -546,13 +546,13 @@ export default { ...@@ -546,13 +546,13 @@ export default {
TCIDList:[ TCIDList:[
{ {
CurrencyId:'', CurrencyId:'',
Rate:'' Rate:''
} }
], ],
RateList:[ RateList:[
{ {
CurrencyId:'', CurrencyId:'',
Rate:'' Rate:''
} }
], ],
rules:{ rules:{
...@@ -567,15 +567,22 @@ export default { ...@@ -567,15 +567,22 @@ export default {
trigger: "blur" trigger: "blur"
}], }],
}, },
coinGetList:[] coinGetList:[],
isF_Query_AllIncomPay: false
} }
}, },
created(){ created(){
},components: { },components: {
}, },
mounted(){ mounted(){
let userInfo=this.getLocalStorage(); let userInfo=this.getLocalStorage();
let ActionMenuCode = userInfo.ActionMenuCode;
if (ActionMenuCode.indexOf('F_Query_AllIncomPay') != -1){
this.isF_Query_AllIncomPay = true
}else{
this.msg.RB_Branch_Id= Number(userInfo.RB_Branch_id);
}
this.getCompanyMsg.RB_Group_Id= userInfo.RB_Group_id; //集团ID this.getCompanyMsg.RB_Group_Id= userInfo.RB_Group_id; //集团ID
this.financeinfo_post_GetList() this.financeinfo_post_GetList()
this.getCompanyList(); this.getCompanyList();
...@@ -627,7 +634,7 @@ export default { ...@@ -627,7 +634,7 @@ export default {
this.RateLoading = false this.RateLoading = false
}, err => {this.RateLoading = false}) }, err => {this.RateLoading = false})
} }
}) })
}, },
handleSelectionChange(val) { handleSelectionChange(val) {
...@@ -675,7 +682,7 @@ export default { ...@@ -675,7 +682,7 @@ export default {
}else{} }else{}
},err=>{}) },err=>{})
}, },
timeAdd(){ // 日期格式 timeAdd(){ // 日期格式
if(!this.transactionDate){ if(!this.transactionDate){
this.msg.QStartDate = this.getBeforeDate(0,new Date().Format("yyyy-MM-dd")); this.msg.QStartDate = this.getBeforeDate(0,new Date().Format("yyyy-MM-dd"));
......
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