h5_standard/src/apis/WorkOrderAPI.ts
@@ -470,3 +470,21 @@ params }) } // 新增出库 export function createForStandard (data: any): Promise<any> { return httpRequest({ url: '/ext/wOutboundExt/createForStandard', method: 'post', data }) } // 库存调整、采购入库入库单创建 export function wOutBoundForStockUp (data: any): Promise<any> { return httpRequest({ url: '/ext/wOutboundExt/wOutBoundForStockUp', method: 'post', data }) }