|
|
|
@ -3766,6 +3766,7 @@ export default { |
|
|
|
|
|
|
|
// 查询物料 |
|
|
|
queryPartList () { |
|
|
|
this.partData.productGroupId4 = '' |
|
|
|
this.partData.limit = this.pageSize2 |
|
|
|
this.partData.page = this.pageIndex2 |
|
|
|
queryPartListRecipe(this.partData).then(({data}) => { |
|
|
|
@ -3839,6 +3840,7 @@ export default { |
|
|
|
|
|
|
|
// 子物料列表 |
|
|
|
queryComponentPartModal () { |
|
|
|
this.componentPartData.productGroupId4 = '' |
|
|
|
this.componentPartData.limit = this.pageSize3 |
|
|
|
this.componentPartData.page = this.pageIndex3 |
|
|
|
this.componentPartData.status = 'Y' |
|
|
|
|