diff --git a/src/api/wms/supplierApbalanceMain/index.ts b/src/api/wms/supplierApbalanceMain/index.ts index a3cdc8940..e1f105182 100644 --- a/src/api/wms/supplierApbalanceMain/index.ts +++ b/src/api/wms/supplierApbalanceMain/index.ts @@ -77,3 +77,8 @@ export const getMonthDay = async () => { return await request.get({ url: `/wms/supplier-apbalance-calendar/getMonthDay`}) } + +// 查询供应商余额明细主列表 +export const confirmationPage = async (params) => { + return await request.get({ url: `/wms/supplier-apbalance-main/confirmationPage`, params }) +} \ No newline at end of file diff --git a/src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/index.vue b/src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/index.vue index 2467d4b97..97f94a0d7 100644 --- a/src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/index.vue +++ b/src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/index.vue @@ -371,9 +371,12 @@ const confirmationHandle = async ()=>{ // 年-月-日 `${year.value}-${month.value}-${day.value}` } //供应商代码 searchData.ttSupplier - - - + let param = { + "ttCompany":searchData.ttCompany, + "ttSupplier":searchData.ttSupplier, + "searchTime": `${year.value}-${month.value}-${day.value}` + } + SupplierApbalanceMainApi.confirmationPage(param) } const searchRef = ref() // 日期