|
|
@@ -13,7 +13,7 @@
|
|
|
</template>
|
|
|
<template #tab0>
|
|
|
<p><b>可结算经销商</b></p>
|
|
|
- <normalTable ref="table" size="small" rowKey="sys_enterpriseid" :columns="utils.TBLayout('agentList')" :param="{id:20230627095503,content:{sa_rebateaccountheadid:router.currentRoute.value.query.id}}" :filterMultiple="true" @onSelect="onSelect">
|
|
|
+ <normalTable ref="table" size="small" rowKey="sys_enterpriseid" :columns="utils.TBLayout('agentList')" :param="{id:20230627095503,content:{sa_rebateaccountheadid:router.currentRoute.value.query.id,pageNumber:1,pageSize:10}}" :filterMultiple="true" @onSelect="onSelect">
|
|
|
<template #tb_cell="{data}">
|
|
|
<template v-if="data.column.dataIndex == 'approvedamount'">
|
|
|
<a-input type="number" :disabled="utils.isDisabled(billData.status,['新建','审核'])" v-model:value="data.record.approvedamount" @change="data.record.ischange = true" @blur="updateApprovedamount(data.record)"></a-input>
|
|
|
@@ -21,7 +21,7 @@
|
|
|
</template>
|
|
|
</normalTable>
|
|
|
<p><b>结算明细</b></p>
|
|
|
- <normalTable ref="tableMx" size="small" rowKey="sys_enterpriseid" :columns="utils.TBLayout('agentRebateOrderMx')" :param="{id:20230627095603,content:{sa_rebateaccountid:agent?agent.sa_rebateaccountid:0}}" :noQuery="true"></normalTable>
|
|
|
+ <normalTable ref="tableMx" size="small" rowKey="sys_enterpriseid" :columns="utils.TBLayout('agentRebateOrderMx')" :param="{id:20230627095603,content:{sa_rebateaccountid:agent?agent.sa_rebateaccountid:0,pageNumber:1,pageSize:10}}" :noQuery="true"></normalTable>
|
|
|
</template>
|
|
|
</detail-template>
|
|
|
</div>
|
|
|
@@ -45,7 +45,7 @@ const param = ref({
|
|
|
"content": {
|
|
|
"sa_orderid": 0, //订单ID
|
|
|
"pageNumber": 1,
|
|
|
- "pageSize": 20,
|
|
|
+ "pageSize": 10,
|
|
|
"where": {
|
|
|
"condition": ""
|
|
|
}
|