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