jiaosong
2023-08-17 a962c8c1fd9da787c355a63a2e43675f21dd4f25
h5_standard/src/apis/ExWarehouse.ts
@@ -186,4 +186,13 @@
        method: 'post',
        data
    })
}
// 根据供需计划查询可用库存
export function getStockByPlansForStandard(data: any): Promise<any> {
    return httpRequest({
        url:  '/ext/workorderRecordExt/getStockByPlansForStandard',
        method: 'post',
        data
    })
}