yaowanxin
14 小时以前 5747cef7e826014682a02cd00da8769e1fa1e65a
src/api/procurementManagement/procurementLedger.js
@@ -57,7 +57,7 @@
    params: query,
  });
}
// 查询采购台账列表
export function purchaseListPage(query) {
  return request({
    url: "/purchase/ledger/listPage",
@@ -72,3 +72,10 @@
    method: "get",
  });
}
export function updateApprovalStatus(query) {
    return request({
        url: "/purchase/ledger/updateApprovalStatus",
        method: "post",
        data: query,
    });
}