Commit 6ea59005 authored by 罗超's avatar 罗超

1

parent 02b8b5b0
......@@ -56,7 +56,7 @@
/>
</template>
</q-table>
<withdraw v-if="tabs==2" :Type="2"></withdraw>
<withdraw v-if="tabs==2" :Type="2" :Id="Id"></withdraw>
</div>
</template>
<script>
......@@ -164,6 +164,7 @@ export default {
},
//获取数据
getList() {
this.msg.CustomerId=this.Id
this.loading = true;
GetCustomerBalanceDetailPage(this.msg)
.then(res => {
......
......@@ -56,7 +56,7 @@
/>
</template>
</q-table>
<withdraw v-if="tabs==2" :Type="1"></withdraw>
<withdraw v-if="tabs==2" :Type="1" :Id="Id"></withdraw>
</div>
</template>
<script>
......@@ -84,7 +84,7 @@ export default {
pageIndex: 1,
pageSize: 10,
rowsPerPage: 10,
RebateType: 2,
RebateType: 1,
Description: ""
},
pageCount: 0,
......@@ -165,6 +165,7 @@ export default {
},
//获取数据
getList() {
this.msg.CustomerId=this.Id
this.loading = true;
GetCustomerBalanceDetailPage(this.msg)
.then(res => {
......
......@@ -137,6 +137,10 @@ export default {
Type:{
type:Number,
default:1
},
Id:{
type:Number,
default:0
}
},
data() {
......@@ -149,6 +153,7 @@ export default {
rowsPerPage: 12,
Type: '0', // 类型 1返佣 2幸福存折
AuditStatus: '0', //状态 1申请中 2待打款 3已打款 4拒绝
CustomerId:0
},
loading: false,
......@@ -271,6 +276,7 @@ export default {
//获取分页数据
getList() {
this.msg.Type=this.Type
this.msg.CustomerId=this.Id
getCustomerRemitPageList(this.msg).then(res => {
this.dataList = res.Data.PageData;
this.loading = false;
......
......@@ -29,7 +29,7 @@
</div>
</div>
<div class="col-2">
<q-toggle v-model="isChaBan" :true-value="1" :false-value='0' label="插班报入" />
<q-toggle v-model="OrderMsg.isChaBan" :true-value="1" :false-value='0' label="插班报入" />
</div>
</div>
<div style="row items-center">
......@@ -435,9 +435,10 @@ export default {
CourseConsultantId: 0, //课程顾问
CustomerId: 0, //同行
OrderIdentify: 2, //标识参数, 1产品下单 2客户转订单
StuIds: ""
StuIds: "",
// NormalCommission:'',//正常返佣金额
// RenewCommission:"",// 预计返佣金额
isChaBan:0,
},
Unit_PriceRemark: "", //单价规则
IsShowUpPrice: 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