Commit 928c9bc2 authored by youjie's avatar youjie

no message

parent f5d9f76a
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
sort-always sort-always
@sort-change="sortChange" @sort-change="sortChange"
@on-custom-comp='customCompFunc' @on-custom-comp='customCompFunc'
:row-click="rowClick" :row-click="rowClick"
></v-table> ></v-table>
<div class="_vMG_edit _scrollbar" v-if="addShow" :class="addShow==true?'edHeight':''"> <div class="_vMG_edit _scrollbar" v-if="addShow" :class="addShow==true?'edHeight':''">
<el-row> <el-row>
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
<!-- <el-input v-model="addMsg.ContractUrl" class maxlength="50"></el-input> --> <!-- <el-input v-model="addMsg.ContractUrl" class maxlength="50"></el-input> -->
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" :gutter="35"> <el-col :span="4" :gutter="35">
<el-form-item label="结款时间和方式:" prop="SettlementInfo"> <el-form-item label="结款时间和方式:" prop="SettlementInfo">
<el-input v-model="addMsg.SettlementInfo" class ></el-input> <el-input v-model="addMsg.SettlementInfo" class ></el-input>
...@@ -1251,7 +1251,7 @@ export default { ...@@ -1251,7 +1251,7 @@ export default {
this.addCuren = true; this.addCuren = true;
} }
this.Charge = 3; this.Charge = 3;
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
var branchId = userInfo.RB_Branch_id; var branchId = userInfo.RB_Branch_id;
this.addMsg.BranchIdS = branchId; this.addMsg.BranchIdS = branchId;
}, },
...@@ -1431,7 +1431,7 @@ export default { ...@@ -1431,7 +1431,7 @@ export default {
RiskLowerLimitMoney: "" RiskLowerLimitMoney: ""
}; };
this.addMsg = newMsg; this.addMsg = newMsg;
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
var branchId = userInfo.RB_Branch_id; var branchId = userInfo.RB_Branch_id;
this.addMsg.BranchIdS = branchId; this.addMsg.BranchIdS = branchId;
}, },
...@@ -1514,7 +1514,7 @@ export default { ...@@ -1514,7 +1514,7 @@ export default {
this.getCompanyList(2,userInfo); this.getCompanyList(2,userInfo);
this.msg.RB_Branch_Id = branchId; this.msg.RB_Branch_Id = branchId;
} }
this.getList(); this.getList();
this.initColums(); this.initColums();
this.getAccountTypeList(); this.getAccountTypeList();
...@@ -1615,6 +1615,7 @@ export default { ...@@ -1615,6 +1615,7 @@ export default {
height: 148px; height: 148px;
line-height: 148px; line-height: 148px;
text-align: center; text-align: center;
border: 1px solid #eee;
} }
._vMG_edit { ._vMG_edit {
......
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