zhang_nuo
2026-08-25 bc79e1fae76dffb3cbc3ddfa9ba23e66e150d098
src/api/productionManagement/productionCosting.js
@@ -29,3 +29,21 @@
    params: query,
  });
}
// 批量核算
export function productionAccountingBatchAccounting(data) {
  return request({
    url: "/productionAccount/batchAccounting",
    method: "post",
    data,
  });
}
// 单个修正
export function productionAccountingSingleAdjust(data) {
  return request({
    url: "/productionAccount/singleAdjust",
    method: "post",
    data,
  });
}