|
|
|
@ -159,7 +159,7 @@
|
|
|
|
|
JSuperQuery |
|
|
|
|
}, |
|
|
|
|
props:{ |
|
|
|
|
deliveryDetailId:{ |
|
|
|
|
materPlanId:{ |
|
|
|
|
type:String, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
@ -183,12 +183,12 @@
|
|
|
|
|
{ |
|
|
|
|
title:'物料组', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'materialClassify', |
|
|
|
|
dataIndex: 'descriptionName', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'物料号', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'materialsNumber', |
|
|
|
|
dataIndex: 'materialClassify', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'物料名称及规格型号', |
|
|
|
@ -238,7 +238,7 @@
|
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
url: { |
|
|
|
|
list: "/hy/processUdgetPlan/queryProcessUdgetPlanMaterialByMainIds", |
|
|
|
|
list: "/hy/processUdgetPlan/queryProcessUdgetPlanMaterialByMainId", |
|
|
|
|
delete: "/hy/processUdgetPlan/deleteProcessUdgetPlanMaterial", |
|
|
|
|
deleteBatch: "/hy/processUdgetPlan/deleteBatchProcessUdgetPlanMaterial", |
|
|
|
|
exportXlsUrl: "/hy/processUdgetPlan/exportProcessUdgetPlanMaterial", |
|
|
|
@ -326,14 +326,14 @@
|
|
|
|
|
this.ipagination.current = 1; |
|
|
|
|
} |
|
|
|
|
this.onClearSelected() |
|
|
|
|
this.queryParam.processMaterialsDeliveryId = this.deliveryDetailId; |
|
|
|
|
this.queryParam.id = this.materPlanId; |
|
|
|
|
var params = this.getQueryParams();//查询条件 |
|
|
|
|
this.loading = true; |
|
|
|
|
console.log("=====>",params) |
|
|
|
|
getAction(this.url.list, params).then((res) => { |
|
|
|
|
console.log(res); |
|
|
|
|
console.log(res,"//////////////////////////"); |
|
|
|
|
if (res.success) { |
|
|
|
|
this.dataSource = res.result.records; |
|
|
|
|
this.dataSource = res.result; |
|
|
|
|
this.ipagination.total = res.result.total; |
|
|
|
|
} |
|
|
|
|
if(res.code===510){ |
|
|
|
|