|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
<a-col :span="8"> |
|
|
|
|
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<j-dict-select-tag type="list" v-decorator="['materialType',validatorRules.materialType]" :trigger-change="true" dictCode="material_type" |
|
|
|
|
placeholder="请选择物资类型"/> |
|
|
|
|
placeholder="请选择物资类型" @change="elect" /> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="8"> |
|
|
|
@ -73,12 +73,23 @@
|
|
|
|
|
:maxHeight="300" |
|
|
|
|
:action-button="true" |
|
|
|
|
:rowNumber="true" |
|
|
|
|
:disabled="hieg" |
|
|
|
|
:rowSelection="true" |
|
|
|
|
:actionButton="true"> |
|
|
|
|
<template v-slot:group="props"> |
|
|
|
|
<a-auto-complete |
|
|
|
|
v-model=materialGroups |
|
|
|
|
:data-source="bigIdRake" |
|
|
|
|
placeholder="请选择" |
|
|
|
|
@search="onSearchRake" |
|
|
|
|
@select="onSelectRake(props,materialGroups)" |
|
|
|
|
/> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<template v-slot:action="props"> |
|
|
|
|
<a-tooltip placement="top"> |
|
|
|
|
<template v-slot:title="props" > |
|
|
|
|
<p v-for="(item,index) in historyBigId" :key="index">历史价格:{{ item }}</p> |
|
|
|
|
<p v-for="(item,index) in historyBigId" :key="index" >历史价格:{{ item }}</p> |
|
|
|
|
</template> |
|
|
|
|
<a-button @mouseenter="chaKan(props)">查看</a-button> |
|
|
|
|
</a-tooltip> |
|
|
|
@ -134,7 +145,13 @@
|
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
bigId:[], |
|
|
|
|
bigIdRake:[], |
|
|
|
|
materialGroups:'', |
|
|
|
|
materialId :'', |
|
|
|
|
bigIdRakeList:[], |
|
|
|
|
hieg:true, |
|
|
|
|
historyBigId:[], |
|
|
|
|
isHistoryBigId:false, |
|
|
|
|
bigIdMerchandiseNews:[], |
|
|
|
|
bigIdMerchandiseNewsList:[], |
|
|
|
|
labelCol: { |
|
|
|
@ -168,12 +185,13 @@
|
|
|
|
|
key: 'materialGroup', |
|
|
|
|
// type: FormTypes.slot, // <-------------改为 slot 格式 |
|
|
|
|
// slotName: 'actions', // <-------------slot 的名称,对应 v-slot 冒号后面和等号前面的内容 |
|
|
|
|
type: FormTypes.sel_search, |
|
|
|
|
dictCode: '', |
|
|
|
|
type: FormTypes.slot, |
|
|
|
|
// type: FormTypes.sel_search, |
|
|
|
|
slotName: 'group', |
|
|
|
|
|
|
|
|
|
width: '200px', |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
|
|
|
|
|
options: [], |
|
|
|
|
props:{title: 'show title'} |
|
|
|
|
// scopedSlots: { customRender: 'edit' },//引入的插槽 |
|
|
|
|
// customRender:function (t,r,index) { |
|
|
|
|
// console.log(t,r); |
|
|
|
@ -191,14 +209,6 @@
|
|
|
|
|
options: [], |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title: '物料描述', |
|
|
|
|
// key: 'materialDescription', |
|
|
|
|
// type: FormTypes.input, |
|
|
|
|
// width: '200px', |
|
|
|
|
// placeholder: '请输入${title}', |
|
|
|
|
// defaultValue: '' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title: '仓储地点_id', |
|
|
|
|
// key: 'unitWasteWarehouseCodeId', |
|
|
|
|
// type: FormTypes.input, |
|
|
|
@ -295,7 +305,7 @@
|
|
|
|
|
title: '对比单价', |
|
|
|
|
key: 'action', |
|
|
|
|
type: FormTypes.slot, |
|
|
|
|
width: '70px', |
|
|
|
|
width: '80px', |
|
|
|
|
// placeholder: '请输入${title}', |
|
|
|
|
// defaultValue: '', |
|
|
|
|
slotName: 'action' |
|
|
|
@ -317,6 +327,14 @@
|
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue: '' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '供应商', |
|
|
|
|
key: 'supplierId', |
|
|
|
|
type: FormTypes.input, |
|
|
|
|
width: '200px', |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue: '' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '执行标准', |
|
|
|
|
key: 'materialStandard', |
|
|
|
@ -348,6 +366,7 @@
|
|
|
|
|
edit: '/hy/processUdgetPlan/edit', |
|
|
|
|
queryById: '/hy/processUdgetPlan/queryById', |
|
|
|
|
selectdeparment:'/sys/selectByUser', |
|
|
|
|
descriptionRakeUrl: "/description/processDescription/list", |
|
|
|
|
descriptionRake: "/description/processDescription/descriptionName", |
|
|
|
|
merchandiseNewsList: "/merchandisenews/processMerchandiseNews/merchandiseNewsList", |
|
|
|
|
historyUrl: '/suppliesstronger/processSuppliesStronger/list', |
|
|
|
@ -426,81 +445,149 @@
|
|
|
|
|
let userInfo=sessionStorage.getItem("USER_INFORMATION"); |
|
|
|
|
// userInfo.company=company; |
|
|
|
|
this.popupCallback(company,userInfo); |
|
|
|
|
this.fetchData(); |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
elect(val){ |
|
|
|
|
if(val != undefined){ |
|
|
|
|
this.hieg = false; |
|
|
|
|
// this.fetchData(); |
|
|
|
|
this.fetchDataRake(); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
//物料组选择触发 |
|
|
|
|
onSelectRake(props,value) { |
|
|
|
|
// console.log('onSelect', value,props); |
|
|
|
|
this.searchRake(value,props); |
|
|
|
|
}, |
|
|
|
|
//物料组输入触发 |
|
|
|
|
onSearchRake(searchText) { |
|
|
|
|
// console.log(searchText) |
|
|
|
|
this.fetchDataRake(searchText); |
|
|
|
|
}, |
|
|
|
|
fetchDataRake(value){ |
|
|
|
|
//查询大品类数据 |
|
|
|
|
let par = { |
|
|
|
|
delFlag: 0, |
|
|
|
|
descriptionName: value, |
|
|
|
|
|
|
|
|
|
pageSize: 100 |
|
|
|
|
} |
|
|
|
|
this.bigIdRake = []; |
|
|
|
|
this.bigIdRakeList = []; |
|
|
|
|
getAction(this.url.descriptionRakeUrl,par).then((res)=>{ |
|
|
|
|
if(res.success){ |
|
|
|
|
// console.log(res.result); |
|
|
|
|
res.result.records.forEach( item => { |
|
|
|
|
this.bigIdRake.push(item.descriptionName); |
|
|
|
|
}) |
|
|
|
|
this.bigIdRakeList = res.result.records; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
//物料组触发集合 |
|
|
|
|
searchRake(val,pro){ |
|
|
|
|
this.bigIdRakeList.forEach(item =>{ |
|
|
|
|
// console.log(item); |
|
|
|
|
if(item.descriptionName === val){ |
|
|
|
|
this.fetchMerchandiseNews(item.id); |
|
|
|
|
this.materialId=item.id |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
// console.log(this.materialId); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//查看历史价格 |
|
|
|
|
async chaKan(log){ |
|
|
|
|
this.historyBigId = []; |
|
|
|
|
|
|
|
|
|
let pas = await log.target.getValuesPromise(log.rowIds); |
|
|
|
|
// console.log(pas); |
|
|
|
|
if(pas[0].materialNumber !== '' && pas[0].materialNumber !== null ){ |
|
|
|
|
this.historyBigId = []; |
|
|
|
|
//查询大品类数据 |
|
|
|
|
let par = { |
|
|
|
|
delFlag: 0, |
|
|
|
|
merchandisenewsId: pas[0].materialNumber, |
|
|
|
|
merchandiseNewsId: pas[0].materialNumber, |
|
|
|
|
pageSize:5 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.isHistoryBigId = false; |
|
|
|
|
getAction(this.url.historyUrl,par).then((res)=>{ |
|
|
|
|
// console.log(res); |
|
|
|
|
if(res.success) { |
|
|
|
|
res.result.records.forEach( item => { |
|
|
|
|
this.historyBigId.push(item.price); |
|
|
|
|
if(parseInt(res.result.total) > 0){ |
|
|
|
|
this.isHistoryBigId = true; |
|
|
|
|
this.historyBigId.push(item.materialPrice); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
//table 值改变触发 |
|
|
|
|
onSelect(record) { |
|
|
|
|
if(record.row.materialGroup !== '' && record.row.materialGroup !== undefined && record.row.materialNumber === ''){ |
|
|
|
|
this.fetchMerchandiseNews(record.row.materialGroup); |
|
|
|
|
} |
|
|
|
|
if(record.row.materialGroup !== '' && record.row.materialGroup !== undefined && record.row.materialNumber !== ''){ |
|
|
|
|
// if(record.row.materialGroup !== '' && record.row.materialGroup !== undefined && record.row.materialNumber === ''){ |
|
|
|
|
// console.log("1出发了",record.row); |
|
|
|
|
// this.fetchMerchandiseNews(record.row.materialGroup); |
|
|
|
|
// } |
|
|
|
|
// console.log("5555出发了",record.row); |
|
|
|
|
if(record.row.materialGroup === '' || record.row.materialGroup === undefined && record.row.materialNumber !== ''){ |
|
|
|
|
// console.log("2出发了",record.row); |
|
|
|
|
let materialName = { } |
|
|
|
|
this.bigIdMerchandiseNewsList.forEach( item => { |
|
|
|
|
if( item.id === record.row.materialNumber ){ |
|
|
|
|
materialName ={ |
|
|
|
|
name: item.merchandiseName, |
|
|
|
|
unit: item.materialsUnit, |
|
|
|
|
supplierId: item.supplierId, |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: record.row.id, |
|
|
|
|
values: { |
|
|
|
|
'materialNumber': record.row.materialNumber, |
|
|
|
|
'materialGroup': record.row.materialGroup, |
|
|
|
|
'materialSeries': "SM-JD36-BA", |
|
|
|
|
'materialName': materialName.name, |
|
|
|
|
'materialUnit': materialName.unit, |
|
|
|
|
if(record.row.id !== undefined){ |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: record.row.id, |
|
|
|
|
values: { |
|
|
|
|
'materialNumber': record.row.materialNumber, |
|
|
|
|
'materialGroup': this.materialId, |
|
|
|
|
'materialSeries': "SM-JD36-BA", |
|
|
|
|
'materialName': materialName.name, |
|
|
|
|
'materialUnit': materialName.unit, |
|
|
|
|
'supplierId': materialName.supplierId |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
this.$refs.processUdgetPlanMaterial.setValues(values); |
|
|
|
|
] |
|
|
|
|
// console.log(values); |
|
|
|
|
this.$refs.processUdgetPlanMaterial.setValues(values); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(record.row.materialQuantity !== '' && record.row.materialPrice !== '' && record.row.materialQuantity !== undefined && record.row.materialPrice !== undefined){ |
|
|
|
|
// record.row.materialAmount = record.row.materialQuantity * record.row.materialPrice; |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: record.row.id, |
|
|
|
|
values: { |
|
|
|
|
'materialNumber': record.row.materialNumber, |
|
|
|
|
'materialGroup': record.row.materialGroup, |
|
|
|
|
'materialSeries': record.row.materialSeries, |
|
|
|
|
'materialName': record.row.materialName, |
|
|
|
|
'materialUnit': record.row.materialUnit, |
|
|
|
|
'materialAmount': record.row.materialQuantity * record.row.materialPrice, |
|
|
|
|
'materialType': this.data.materialType |
|
|
|
|
// console.log("3出发了",record.row); |
|
|
|
|
if(record.row.id !== undefined){ |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: record.row.id, |
|
|
|
|
values: { |
|
|
|
|
'materialNumber': record.row.materialNumber, |
|
|
|
|
'materialGroup': record.row.materialGroup, |
|
|
|
|
'materialSeries': record.row.materialSeries, |
|
|
|
|
'materialName': record.row.materialName, |
|
|
|
|
'materialUnit': record.row.materialUnit, |
|
|
|
|
'materialAmount': record.row.materialQuantity * record.row.materialPrice, |
|
|
|
|
'materialType': this.data.materialType |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
this.$refs.processUdgetPlanMaterial.setValues(values); |
|
|
|
|
] |
|
|
|
|
this.$refs.processUdgetPlanMaterial.setValues(values); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
@ -525,6 +612,7 @@
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
getAction(this.url.merchandiseNewsList,par).then((res)=>{ |
|
|
|
|
console.log(res.result); |
|
|
|
|
if(res.success){ |
|
|
|
|
let newList = res.result; |
|
|
|
|
if(numberList.length > 0){ |
|
|
|
@ -563,19 +651,19 @@
|
|
|
|
|
delFlag: 0, |
|
|
|
|
} |
|
|
|
|
this.bigId = []; |
|
|
|
|
getAction(this.url.descriptionRake,par).then((res)=>{ |
|
|
|
|
if(res.success){ |
|
|
|
|
if(this.processUdgetPlanMaterialTable.columns[0].options.length > 0){ |
|
|
|
|
this.processUdgetPlanMaterialTable.columns[0].options = []; |
|
|
|
|
} |
|
|
|
|
res.result.forEach( item => { |
|
|
|
|
this.processUdgetPlanMaterialTable.columns[0].options.push({ |
|
|
|
|
title : item.descriptionName, |
|
|
|
|
value : item.id, |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
// getAction(this.url.descriptionRake,par).then((res)=>{ |
|
|
|
|
// if(res.success){ |
|
|
|
|
// if(this.processUdgetPlanMaterialTable.columns[0].options.length > 0){ |
|
|
|
|
// this.processUdgetPlanMaterialTable.columns[0].options = []; |
|
|
|
|
// } |
|
|
|
|
// res.result.forEach( item => { |
|
|
|
|
// this.processUdgetPlanMaterialTable.columns[0].options.push({ |
|
|
|
|
// title : item.descriptionName, |
|
|
|
|
// value : item.id, |
|
|
|
|
// }) |
|
|
|
|
// }) |
|
|
|
|
// } |
|
|
|
|
// }); |
|
|
|
|
}, |
|
|
|
|
/*回显数据*/ |
|
|
|
|
init(){ |
|
|
|
|