src/api/inventoryManagement/stockInRecord.js
@@ -9,6 +9,15 @@
    });
};
// 代储入库可绑定的销售订单(后端只出 ledgerType='代储' 的台账)
export const bindableSalesLedger = (params) => {
    return request({
        url: "/stockInRecord/bindableSalesLedger",
        method: "get",
        params,
    });
};
export const updateStockInRecord = (id, data) => {
    return request({