Commit 6bcc17c7 authored by zhengke's avatar zhengke

1

parent b28f5974
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
<q-btn color="primary" size="11px" label="返回" @click="goreturn" style="margin-left:10px" /> <q-btn color="primary" size="11px" label="返回" @click="goreturn" style="margin-left:10px" />
</div> </div>
<div class="col row wrap q-mr-lg q-col-gutter-md"> <div class="col row wrap q-mr-lg q-col-gutter-md">
<div class="col-3"> <div class="col-3" v-if="isShowFrom">
<q-select filled stack-label input-debounce="0" option-value="Id" @input="getlaiyuan" option-label="Name" <q-select filled stack-label :disable="!isShowFrom" input-debounce="0" option-value="Id" @input="getlaiyuan" option-label="Name"
v-model="msg.OrderSourceType" :options="customFromList" label="来源" dense emit-value map-options> v-model="msg.OrderSourceType" :options="customFromList" label="来源" dense emit-value map-options>
</q-select> </q-select>
</div> </div>
...@@ -187,6 +187,7 @@ ...@@ -187,6 +187,7 @@
allCustomList: [], //所有同行列表 allCustomList: [], //所有同行列表
InvitationList: [], //学员下拉数据 InvitationList: [], //学员下拉数据
AllInvitationList: [], AllInvitationList: [],
isShowFrom:true
} }
}, },
created() {}, created() {},
...@@ -197,6 +198,10 @@ ...@@ -197,6 +198,10 @@
if (this.$route.query.ReFinanceId2) { if (this.$route.query.ReFinanceId2) {
this.msg.UserDept = this.$route.query.ReFinanceId2; this.msg.UserDept = this.$route.query.ReFinanceId2;
} }
if (this.$route.query&&this.$route.query.CommissionType==0){
this.msg.OrderSourceType=4;
this.isShowFrom=false;
}
this.getList() this.getList()
this.getBranchList() this.getBranchList()
this.getCustomFrom() this.getCustomFrom()
......
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