|
|
|
@ -101,7 +101,7 @@
|
|
|
|
|
</a-form> |
|
|
|
|
</j-form-container> |
|
|
|
|
<!-- 子表单区域 --> |
|
|
|
|
<a-tabs v-model="activeKey" @change="handleChangeTabs" ref="tabs" style="background-color: #fbfcfd;margin-top: 20px;padding: 15px 10px"> |
|
|
|
|
<a-tabs v-model="activeKey" @change="handleChangeTabs" ref="tabs" style="background-color: #fbfcfd;margin-top: 20px;padding: 15px 10px;"> |
|
|
|
|
<a-tab-pane tab="预算计划采购流程物料清单表" :key="refKeys[0]" :forceRender="true"> |
|
|
|
|
<p-editable-table |
|
|
|
|
ref="processUdgetPlanMaterial" |
|
|
|
@ -109,7 +109,10 @@
|
|
|
|
|
:columns="processUdgetPlanMaterialTable.columns" |
|
|
|
|
:dataSource="processUdgetPlanMaterialTable.dataSource" |
|
|
|
|
@valueChange="onSelect" |
|
|
|
|
:maxHeight="220" |
|
|
|
|
:maxHeight="200" |
|
|
|
|
:dragSortType = this.assigneesText |
|
|
|
|
:putUnder = this.putUnder |
|
|
|
|
:qeihuan = this.qeihuan |
|
|
|
|
:action-button="true" |
|
|
|
|
:rowNumber="true" |
|
|
|
|
:disabled="hiegs" |
|
|
|
@ -280,6 +283,8 @@
|
|
|
|
|
materialAmount: 0, |
|
|
|
|
describes: '', |
|
|
|
|
hiegs: true, |
|
|
|
|
qeihuan: '', |
|
|
|
|
putUnder: '', |
|
|
|
|
historyBigId: [], |
|
|
|
|
historyPrices: [], |
|
|
|
|
wateNumber: 0, |
|
|
|
@ -420,13 +425,13 @@
|
|
|
|
|
{ |
|
|
|
|
title: '物料名称及规格型号', |
|
|
|
|
key: 'materialName', |
|
|
|
|
type: FormTypes.input, |
|
|
|
|
type: FormTypes.sel_search, |
|
|
|
|
disabled: this.disabled, |
|
|
|
|
// type: FormTypes.sel_search, |
|
|
|
|
// dictCode: '', |
|
|
|
|
width: '200px', |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue: '' |
|
|
|
|
options: [] |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -705,7 +710,7 @@
|
|
|
|
|
// console.log("执行了",a,b,c); |
|
|
|
|
}, |
|
|
|
|
shifu() { |
|
|
|
|
console.log('执行了') |
|
|
|
|
// console.log('执行了') |
|
|
|
|
this.isShifu = true |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -755,7 +760,12 @@
|
|
|
|
|
this.hiegs = false |
|
|
|
|
// this.fetchData(); |
|
|
|
|
// this.fetchDataRake() |
|
|
|
|
this.assigneesText = val |
|
|
|
|
this.assigneesText = val; |
|
|
|
|
this.qeihuan = val; |
|
|
|
|
this.putUnder = null; //归口部门 |
|
|
|
|
this.form.setFieldsValue({ |
|
|
|
|
putUnder: null |
|
|
|
|
}) |
|
|
|
|
this.fetchMerchandiseNews() |
|
|
|
|
} |
|
|
|
|
if(this.routePlanName == '采购员'){ |
|
|
|
@ -948,35 +958,41 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if (!b) { |
|
|
|
|
// console.log("进来了111"); |
|
|
|
|
await this.fetchMerchandiseNews(null, record.row.materialNumber) |
|
|
|
|
// console.log("进来了111",record.value); |
|
|
|
|
await this.fetchMerchandiseNews(null, record.value); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.isShifu = false |
|
|
|
|
if (record.column.key !== 'materialPrice' && record.column.key !== 'materialQuantity') { |
|
|
|
|
if (!!record.row.materialNumber && this.isBu !== record.row.materialNumber) { |
|
|
|
|
// console.log("2出发了"); |
|
|
|
|
if (record.column.key == 'materialNumber' || record.column.key == 'materialName') { |
|
|
|
|
// console.log("进来了111",record); |
|
|
|
|
// if (!!record.row.materialName && this.isBu !== record.row.materialName) { |
|
|
|
|
// console.log("2出发了"); |
|
|
|
|
let materialName = {} |
|
|
|
|
this.bigIdMerchandiseNewsList.forEach(item => { |
|
|
|
|
if (item.id === record.row.materialNumber) { |
|
|
|
|
if (item.id === record.value) { |
|
|
|
|
console.log("=====",item); |
|
|
|
|
materialName = { |
|
|
|
|
materialClassify: item.materialClassify, |
|
|
|
|
name: item.merchandiseName, |
|
|
|
|
unit: item.materialsUnit, |
|
|
|
|
supplierId: item.supplierId, |
|
|
|
|
descriptionId: item.descriptionId |
|
|
|
|
descriptionId: item.descriptionId, |
|
|
|
|
materialsNumber: item.id, |
|
|
|
|
merchandiseName: item.merchandiseName, |
|
|
|
|
type: !item.type ? null : item.type |
|
|
|
|
} |
|
|
|
|
this.form.setFieldsValue({ |
|
|
|
|
putUnder: item.materialDepart |
|
|
|
|
}) |
|
|
|
|
this.putUnder = item.materialDepart; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
// console.log("============", this.bigIdMerchandiseNewsList.length); |
|
|
|
|
if (!!record.row.id && Object.keys(materialName).length > 0) { |
|
|
|
|
await this.$refs.processUdgetPlanMaterial.getValues((a, b, c) => { |
|
|
|
|
// console.log("bbbbbbbbbbbbbb",b) |
|
|
|
|
b.forEach(item => { |
|
|
|
|
if (item.materialNumber === record.row.materialNumber && !!item.materialGroup && !record.row.materialGroup) { |
|
|
|
|
if (item.materialNumber === record.value && !!item.materialGroup ) { |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: record.row.id, |
|
|
|
@ -993,7 +1009,10 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
// console.log("sadf1111") |
|
|
|
|
this.$refs.processUdgetPlanMaterial.setValues(values) |
|
|
|
|
this.$refs.processUdgetPlanMaterial.setValues(values); |
|
|
|
|
this.isShifu = false; |
|
|
|
|
this.fetchMerchandiseNews(); |
|
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
|
} |
|
|
|
@ -1009,10 +1028,10 @@
|
|
|
|
|
{ |
|
|
|
|
rowKey: record.row.id, |
|
|
|
|
values: { |
|
|
|
|
'materialNumber': record.row.materialNumber, |
|
|
|
|
'materialNumber': materialName.materialsNumber, |
|
|
|
|
'materialGroup': materialName.descriptionId, |
|
|
|
|
// 'materialGroup': this.materialId, |
|
|
|
|
'materialSeries': record.row.materialSeries, |
|
|
|
|
'materialSeries': materialName.type, |
|
|
|
|
'materialName': materialName.name, |
|
|
|
|
'materialUnit': materialName.unit, |
|
|
|
|
'supplierId': materialName.supplierId |
|
|
|
@ -1020,10 +1039,83 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
this.$refs.processUdgetPlanMaterial.setValues(values) |
|
|
|
|
this.isBu = record.row.materialNumber |
|
|
|
|
this.isBu = record.value; |
|
|
|
|
isEr = false |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// if (!!record.row.materialNumber && this.isBu !== record.row.materialNumber) { |
|
|
|
|
// console.log("2出发了"); |
|
|
|
|
// let materialName = {} |
|
|
|
|
// this.bigIdMerchandiseNewsList.forEach(item => { |
|
|
|
|
// if (item.id === record.row.materialNumber) { |
|
|
|
|
// materialName = { |
|
|
|
|
// materialClassify: item.materialClassify, |
|
|
|
|
// name: item.merchandiseName, |
|
|
|
|
// unit: item.materialsUnit, |
|
|
|
|
// supplierId: item.supplierId, |
|
|
|
|
// descriptionId: item.descriptionId |
|
|
|
|
// } |
|
|
|
|
// this.form.setFieldsValue({ |
|
|
|
|
// putUnder: item.materialDepart |
|
|
|
|
// }) |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// |
|
|
|
|
// if (!!record.row.id && Object.keys(materialName).length > 0) { |
|
|
|
|
// await this.$refs.processUdgetPlanMaterial.getValues((a, b, c) => { |
|
|
|
|
// // console.log("bbbbbbbbbbbbbb",b) |
|
|
|
|
// b.forEach(item => { |
|
|
|
|
// if (item.materialNumber === record.row.materialNumber && !!item.materialGroup && !record.row.materialGroup) { |
|
|
|
|
// let values = [ |
|
|
|
|
// { |
|
|
|
|
// rowKey: record.row.id, |
|
|
|
|
// values: { |
|
|
|
|
// 'materialGroup': '', |
|
|
|
|
// 'materialNumber': '', |
|
|
|
|
// 'materialSeries': '', |
|
|
|
|
// 'materialName': '', |
|
|
|
|
// 'materialUnit': '', |
|
|
|
|
// 'supplierId': '', |
|
|
|
|
// 'materialAmount': '', |
|
|
|
|
// 'materialType': '' |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// ] |
|
|
|
|
// // console.log("sadf1111") |
|
|
|
|
// this.$refs.processUdgetPlanMaterial.setValues(values) |
|
|
|
|
// return |
|
|
|
|
// |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// |
|
|
|
|
// }) |
|
|
|
|
// |
|
|
|
|
// this.processUdgetPlanMaterialTable.columns[0].options.push({ |
|
|
|
|
// title: materialName.materialClassify, |
|
|
|
|
// value: materialName.descriptionId |
|
|
|
|
// }) |
|
|
|
|
// let values = [ |
|
|
|
|
// { |
|
|
|
|
// rowKey: record.row.id, |
|
|
|
|
// values: { |
|
|
|
|
// 'materialNumber': record.row.materialNumber, |
|
|
|
|
// 'materialGroup': materialName.descriptionId, |
|
|
|
|
// // 'materialGroup': this.materialId, |
|
|
|
|
// 'materialSeries': record.row.materialSeries, |
|
|
|
|
// 'materialName': materialName.name, |
|
|
|
|
// 'materialUnit': materialName.unit, |
|
|
|
|
// 'supplierId': materialName.supplierId |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// ] |
|
|
|
|
// this.$refs.processUdgetPlanMaterial.setValues(values) |
|
|
|
|
// this.isBu = record.row.materialNumber |
|
|
|
|
// isEr = false |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!!record.row.materialQuantity && !!record.row.materialPrice && isEr) { |
|
|
|
@ -1067,6 +1159,9 @@
|
|
|
|
|
if (!!this.assigneesText) { |
|
|
|
|
par.materialType = this.assigneesText |
|
|
|
|
} |
|
|
|
|
if (!!this.putUnder) { |
|
|
|
|
par.materialDepart = this.putUnder; |
|
|
|
|
} |
|
|
|
|
this.bigIdMerchandiseNews = [] |
|
|
|
|
this.bigIdMerchandiseNewsList = [] |
|
|
|
|
let qc = [] |
|
|
|
@ -1074,9 +1169,12 @@
|
|
|
|
|
if (this.processUdgetPlanMaterialTable.columns[1].options.length > 0) { |
|
|
|
|
this.processUdgetPlanMaterialTable.columns[1].options = [] |
|
|
|
|
} |
|
|
|
|
if (this.processUdgetPlanMaterialTable.columns[2].options.length > 0) { |
|
|
|
|
this.processUdgetPlanMaterialTable.columns[2].options = [] |
|
|
|
|
} |
|
|
|
|
this.$refs.processUdgetPlanMaterial.getValues((a, b, c) => { |
|
|
|
|
b.forEach(item => { |
|
|
|
|
if (item.materialNumber !== '' && item.materialNumber !== undefined && item.materialNumber !== null) { |
|
|
|
|
if (!!item.materialNumber) { |
|
|
|
|
numberList.push(item.materialNumber) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
@ -1099,7 +1197,7 @@
|
|
|
|
|
}) |
|
|
|
|
numberList.forEach(num => { |
|
|
|
|
qc.forEach(i => { |
|
|
|
|
// console.log("111111111111111",i.value) |
|
|
|
|
// console.log("111111111111111",i.value,num) |
|
|
|
|
if (num === i.value && !!num) { |
|
|
|
|
i.disabled = true |
|
|
|
|
} |
|
|
|
|