diff --git a/jshERP-web/src/api/api.js b/jshERP-web/src/api/api.js index 9a1eb1d5..524940c6 100644 --- a/jshERP-web/src/api/api.js +++ b/jshERP-web/src/api/api.js @@ -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, diff --git a/jshERP-web/src/views/financial/MoneyInList.vue b/jshERP-web/src/views/financial/MoneyInList.vue index 6827d5e0..1f2bb765 100644 --- a/jshERP-web/src/views/financial/MoneyInList.vue +++ b/jshERP-web/src/views/financial/MoneyInList.vue @@ -100,6 +100,7 @@