财务页面增加待收款和待付款的条数

This commit is contained in:
jishenghua
2025-04-28 17:21:58 +08:00
parent 207c606c49
commit 970938a52d
4 changed files with 26 additions and 2 deletions

View File

@@ -107,6 +107,7 @@ const findBySelectOrgan = (params)=>postAction("/supplier/findBySelect_organ",pa
//单据相关
const findBillDetailByNumber = (params)=>getAction("/depotHead/getDetailByNumber",params);
const waitBillCount = (params)=>getAction("/depotHead/waitBillCount",params);
const getNeedCount = (params)=>getAction("/depotHead/getNeedCount",params);
const batchAddDepotHeadAndDetail = (params)=>postAction("/depotHead/batchAddDepotHeadAndDetail",params);
const findStockByDepotAndBarCode = (params)=>getAction("/depotItem/findStockByDepotAndBarCode",params);
const getBatchNumberList = (params)=>getAction("/depotItem/getBatchNumberList",params);
@@ -199,6 +200,7 @@ export {
findBySelectOrgan,
findBillDetailByNumber,
waitBillCount,
getNeedCount,
batchAddDepotHeadAndDetail,
findStockByDepotAndBarCode,
getBatchNumberList,