Commit 9bdf2e3b authored by 罗超's avatar 罗超

no message

parent dc84facc
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
margin: 5px; margin: 5px;
} }
.sub-header div.active{ .sub-header div.active{
color: #0D2481; color: #409EFF;
border-bottom: 2px solid #409EFF;
} }
.sub-header div{ .sub-header div{
padding: 20px 15px; padding: 20px 15px;
......
...@@ -120,11 +120,11 @@ ...@@ -120,11 +120,11 @@
<el-tab-pane label="商机" name="5"> <el-tab-pane label="商机" name="5">
<Business v-if="activeName === '5'" :ID="CustomerId" /> <Business v-if="activeName === '5'" :ID="CustomerId" />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="订单" name="6"> <!-- <el-tab-pane label="订单" name="6">
<Agreement :ID="CustomerId" /> <Agreement :ID="CustomerId" />
</el-tab-pane> </el-tab-pane> -->
<el-tab-pane label="回款" name="7" v-if="false"> <el-tab-pane label="回款" name="7" v-if="false">
<MoneyBack /> <!-- <MoneyBack /> -->
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="附件" name="8"> <el-tab-pane label="附件" name="8">
<Enclosure :ID='CustomerId' :type='1' :isGuest="true" v-if="activeName === '8'" /> <Enclosure :ID='CustomerId' :type='1' :isGuest="true" v-if="activeName === '8'" />
......
...@@ -293,12 +293,12 @@ export default { ...@@ -293,12 +293,12 @@ export default {
}, },
mounted() { mounted() {
// console.log(this.isGuest); // console.log(this.isGuest);
if (this.isGuest) { // if (this.isGuest) {
this.form.CustomerType = 1; // this.form.CustomerType = 1;
this.getGuestList(); // this.getGuestList();
} else { // } else {
this.getCustomerList(); // this.getCustomerList();
} // }
this.getLineList(); this.getLineList();
this.GetBusinessStatusEnum(); this.GetBusinessStatusEnum();
let $this = this; let $this = this;
......
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