|
|
@ -11,7 +11,11 @@ const { t } = useI18n() // 国际化 |
|
|
|
|
|
|
|
|
|
|
|
const confgiData = await confgiApi.queryByKey("Productionlineitem") |
|
|
|
const lineCodeData = await ProductionLineCodeApi.getProductionlinePage({isSearch:false}) |
|
|
|
const lineCodeData = await ProductionLineCodeApi.getProductionlinePage({ |
|
|
|
isSearch:false, |
|
|
|
pageSize: 100, |
|
|
|
pageNo: 1 |
|
|
|
}) |
|
|
|
|
|
|
|
/** |
|
|
|
* @returns {Array} 生产线物料关系 |
|
|
|