|
@@ -204,7 +204,8 @@ class CompilationController extends BaseController {
|
|
|
|
|
|
// 获取定额库
|
|
|
let stdRationLibMapModel = new STDRationLibMapModel();
|
|
|
- rationList = await stdRationLibMapModel.getRationLib(selectedCompilation._id);
|
|
|
+ //rationList = await stdRationLibMapModel.getRationLib(selectedCompilation._id);
|
|
|
+ rationList = await stdRationLibMapModel.getAllRationLibs();
|
|
|
|
|
|
// 获取工料机库
|
|
|
let stdGLJLibMapModel = new STDGLJLibMapModel();
|