yaowanxin
8 天以前 8fd61b5b8e138b8151c644b612b92ca0fa0fe840
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,
    });
}