Commit 928c9bc2 authored by youjie's avatar youjie

no message

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