Commit 2c80df20 authored by youjie's avatar youjie

no message

parent 66c777ed
...@@ -515,7 +515,7 @@ ...@@ -515,7 +515,7 @@
<el-input v-model="msg.TCNUM" class="" clearable></el-input> <el-input v-model="msg.TCNUM" class="" clearable></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="5">
<el-form-item label="所属校区:"> <el-form-item label="所属校区:">
<!-- <el-select filterable v-model='msg.RB_Branch_Id' <!-- <el-select filterable v-model='msg.RB_Branch_Id'
@change="getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',msg.UpdateBy='',getDepartment(msg.RB_Branch_Id)" @change="getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',msg.UpdateBy='',getDepartment(msg.RB_Branch_Id)"
...@@ -524,7 +524,7 @@ ...@@ -524,7 +524,7 @@
<el-option v-for='item in CompanyList' :label='item.SName' :value='item.SId' :key='item.SId'> <el-option v-for='item in CompanyList' :label='item.SName' :value='item.SId' :key='item.SId'>
</el-option> </el-option>
</el-select> --> </el-select> -->
<el-select filterable multiple v-model='BranchIds' <el-select style="width: 100%;" filterable multiple collapse-tags v-model='BranchIds'
@change="getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',msg.UpdateBy='',getDepartment(msg.RB_Branch_Id)" @change="getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',msg.UpdateBy='',getDepartment(msg.RB_Branch_Id)"
class=""> class="">
<el-option :value="-1" label="不限"></el-option> <el-option :value="-1" label="不限"></el-option>
...@@ -533,7 +533,7 @@ ...@@ -533,7 +533,7 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="3">
<el-form-item label="费用部门:"> <el-form-item label="费用部门:">
<el-select filterable v-model='msg.RB_Depart_Id' <el-select filterable v-model='msg.RB_Depart_Id'
@change="employeeMsg.DepartmentId=msg.RB_Depart_Id,getEmployee(msg.RB_Depart_Id),msg.UpdateBy=''" @change="employeeMsg.DepartmentId=msg.RB_Depart_Id,getEmployee(msg.RB_Depart_Id),msg.UpdateBy=''"
...@@ -1071,8 +1071,8 @@ ...@@ -1071,8 +1071,8 @@
this.typeList[i].TradeWay = '0' this.typeList[i].TradeWay = '0'
this.typeList[i].BankID = [] this.typeList[i].BankID = []
} }
this.msg.TradeWay='', // this.msg.TradeWay='',
this.msg.BankID='', // this.msg.BankID='',
this.msg.AccountIdStr='' this.msg.AccountIdStr=''
this.typeVisible=false this.typeVisible=false
}, },
...@@ -1080,7 +1080,7 @@ ...@@ -1080,7 +1080,7 @@
this.msg.AccountIdStr = '' this.msg.AccountIdStr = ''
for(let i=0;i<this.typeList.length;i++){ for(let i=0;i<this.typeList.length;i++){
let data = (this.typeList[i].TradeWay?this.typeList[i].TradeWay:0)+'&' let data = (this.typeList[i].TradeWay?this.typeList[i].TradeWay:0)+'&'
+(this.typeList[i].BankID?this.typeList[i].BankID.join(','):0) +(this.typeList[i].BankID?this.typeList[i].BankID.join(','):'')
this.msg.AccountIdStr = JSON.parse(JSON.stringify(this.msg.AccountIdStr))+(i==0?'':'|')+data this.msg.AccountIdStr = JSON.parse(JSON.stringify(this.msg.AccountIdStr))+(i==0?'':'|')+data
} }
this.typeVisible=false this.typeVisible=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