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

1

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