|
|
|
@ -90,7 +90,7 @@
|
|
|
|
|
:rowNumber="true" |
|
|
|
|
:qeihuan = this.qeihuan |
|
|
|
|
:rowSelection="true" |
|
|
|
|
:actionButton="true" |
|
|
|
|
:actionButton="!task" |
|
|
|
|
@descriptionFetch="addid" |
|
|
|
|
> |
|
|
|
|
<template v-slot:repertory="props"> |
|
|
|
@ -427,6 +427,7 @@
|
|
|
|
|
qeihuan: '', |
|
|
|
|
hiegs: true, |
|
|
|
|
hiegkucun: [], |
|
|
|
|
historyNumList: [], |
|
|
|
|
officePanDaun: null, |
|
|
|
|
officeBUMen: null, |
|
|
|
|
} |
|
|
|
@ -540,7 +541,7 @@
|
|
|
|
|
if ( this.hiegkucun.length > 0 && !!pas[log.index].equipment) { |
|
|
|
|
let id= false; |
|
|
|
|
this.hiegkucun.forEach(item => { |
|
|
|
|
// console.log(item,"=========="); |
|
|
|
|
console.log(item,"=========="); |
|
|
|
|
if(pas[log.index].equipment == item.merchandiseNewsId){ |
|
|
|
|
if(this.officePanDaun == 1){ |
|
|
|
|
this.wateNumber = item.materialQuantity; |
|
|
|
@ -602,83 +603,66 @@
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
qingKong(id){ |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: id, |
|
|
|
|
values: { |
|
|
|
|
'equipment': undefined, |
|
|
|
|
'materialGroup': null, |
|
|
|
|
'materialName': undefined, |
|
|
|
|
'materialUnit': '', |
|
|
|
|
'supplierId': '', |
|
|
|
|
'materialPrice': '', |
|
|
|
|
'actualSendNumber': '', |
|
|
|
|
'materialAmount': '', |
|
|
|
|
'pleaseSendNumber': '' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
this.$refs.processMaterialsDeliveryList.setValues(values); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
pastSlas() { //取列表值 |
|
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
|
this.$refs.processMaterialsDeliveryList.getValuesPromise().then(re => { |
|
|
|
|
console.log("12122222") |
|
|
|
|
this.historyNumList = re; |
|
|
|
|
}) |
|
|
|
|
resolve(this.historyNumList); |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
jingYong(id){ |
|
|
|
|
let jy = this.processMaterialsDeliveryListTable.columns[1].options; |
|
|
|
|
jy.forEach( item => { |
|
|
|
|
// console.log(item,"-==-=-"); |
|
|
|
|
if(item.value == id){ |
|
|
|
|
item.disabled = true; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
this.processMaterialsDeliveryListTable.columns[1].options = jy; |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
async onSelect(record) { |
|
|
|
|
// console.log(record,"wer234") |
|
|
|
|
let isMA = true; |
|
|
|
|
if (!record.row.equipment && !!record.row.materialGroup && !!record.row.materialName |
|
|
|
|
|| !record.row.materialName && !!record.row.materialGroup && !!record.row.equipment ) { |
|
|
|
|
// console.log("select==清空数据",record.row); |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: record.row.id, |
|
|
|
|
values: { |
|
|
|
|
'equipment': '', |
|
|
|
|
'materialGroup': '', |
|
|
|
|
'materialName': '', |
|
|
|
|
'materialUnit': '', |
|
|
|
|
'supplierId': '', |
|
|
|
|
'materialPrice': '', |
|
|
|
|
'actualSendNumber': '', |
|
|
|
|
'materialAmount': '', |
|
|
|
|
'pleaseSendNumber': '' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
this.qingKong(record.row.id); |
|
|
|
|
this.processMaterialsDeliveryListTable.columns[3].options = [] |
|
|
|
|
console.log("select==清空数据",record.row); |
|
|
|
|
this.$refs.processMaterialsDeliveryList.setValues(values); |
|
|
|
|
isMA = false; |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// if (!!record.row.materialGroup && !!record.row.materialGroup ) { |
|
|
|
|
// // console.log("执行materialGroup111") |
|
|
|
|
// if (!!record.row.id && record.row.materialGroup !== this.materialGroupId && record.column.key !== "allotNumber") { |
|
|
|
|
// // console.log("执行materialGroup222") |
|
|
|
|
// if (this.rolePlay) { |
|
|
|
|
// // console.log("执行账外") |
|
|
|
|
// //账外 |
|
|
|
|
// await this.fetchMerchandiseNewsZW(record.row.materialGroup, 1) |
|
|
|
|
// } else { |
|
|
|
|
// // console.log("执行总库") |
|
|
|
|
// //总库 |
|
|
|
|
// await this.fetchMerchandiseNews(record.row.materialGroup, 1) |
|
|
|
|
// } |
|
|
|
|
// |
|
|
|
|
// let valu = [ |
|
|
|
|
// { |
|
|
|
|
// rowKey: record.row.id, |
|
|
|
|
// values: { |
|
|
|
|
// 'equipment': '', |
|
|
|
|
// 'materialGroup': record.row.materialGroup, |
|
|
|
|
// 'materialName': '', |
|
|
|
|
// 'materialUnit': '', |
|
|
|
|
// 'supplierId': '', |
|
|
|
|
// 'materialPrice': '', |
|
|
|
|
// 'actualSendNumber': '', |
|
|
|
|
// 'materialAmount': '', |
|
|
|
|
// 'pleaseSendNumber': '' |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// ] |
|
|
|
|
// // console.log(valu) |
|
|
|
|
// this.$refs.processMaterialsDeliveryList.setValues(valu) |
|
|
|
|
// this.materialGroupId = record.row.materialGroup |
|
|
|
|
// isMA = false |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
let eAll = 0 |
|
|
|
|
// if (!!record.row.materialGroup && !! record.row.equipment && isMA) { |
|
|
|
|
let b = false |
|
|
|
|
for (const res of this.bigIdMerchandiseNewsList) { |
|
|
|
|
if (res.merchandiseNewsId === record.row.equipment) { |
|
|
|
|
b = true; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
// console.log(this.bigIdMerchandiseNewsList.length,"长度1"); |
|
|
|
|
// console.log("执行materialNumber",b,record.row.materialGroup , this.materialGroupId) |
|
|
|
|
if (record.column.key == 'equipment' && isMA && record.row.equipment !== this.materialGroupId || |
|
|
|
|
record.column.key == 'materialName' && isMA && record.row.equipment !== this.materialGroupId) { |
|
|
|
|
if (record.column.key == 'equipment' && isMA && record.row.equipment !== this.materialGroupId && !!record.row.id || |
|
|
|
|
record.column.key == 'materialName' && isMA && record.row.equipment !== this.materialGroupId && !!record.row.id) { |
|
|
|
|
if (!b) { |
|
|
|
|
if (this.accountingAttributesVal === '1') { |
|
|
|
|
//账外 |
|
|
|
@ -692,36 +676,14 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
await this.$refs.processMaterialsDeliveryList.getValues((a, b, c) => { |
|
|
|
|
// console.log("bbbbbbbbbbbbbb",b) |
|
|
|
|
b.forEach(item => { |
|
|
|
|
if (item.equipment === record.row.equipment && !!item.materialGroup && !record.row.materialGroup |
|
|
|
|
|| item.equipment === record.value && !!item.materialGroup && !record.row.materialGroup ) { |
|
|
|
|
// console.log("bbbb====bbbbbb",item.equipment, record.row.equipment, item.materialGroup) |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: record.row.id, |
|
|
|
|
values: { |
|
|
|
|
'materialGroup': '', |
|
|
|
|
'equipment': '', |
|
|
|
|
'materialNumber': '', |
|
|
|
|
'materialSeries': '', |
|
|
|
|
'materialName': '', |
|
|
|
|
'materialUnit': '', |
|
|
|
|
'supplierId': '', |
|
|
|
|
'materialAmount': '', |
|
|
|
|
'materialType': '' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
// console.log("sadf1111") |
|
|
|
|
this.$refs.processMaterialsDeliveryList.setValues(values) |
|
|
|
|
this.qingKong(record.row.id); |
|
|
|
|
return |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
// console.log(this.bigIdMerchandiseNewsList.length,"长度2"); |
|
|
|
|
let materialName = {} |
|
|
|
|
this.bigIdMerchandiseNewsList.forEach(item => { |
|
|
|
|
if (item.merchandiseNewsId === record.row.equipment || record.value === item.merchandiseNewsId ) { |
|
|
|
@ -764,6 +726,7 @@
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
this.$refs.processMaterialsDeliveryList.setValues(values); |
|
|
|
|
this.jingYong(record.row.equipment); |
|
|
|
|
} else { |
|
|
|
|
// console.log("this.data.materialType",this.data.materialType) |
|
|
|
|
if (parseInt(this.deliveryType) !== 1) { |
|
|
|
@ -776,75 +739,51 @@
|
|
|
|
|
eAll = 1 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.materialGroupId = record.row.equipment |
|
|
|
|
this.materialGroupId = record.row.equipment; |
|
|
|
|
} |
|
|
|
|
// console.log("this.data.materialType",this.deliveryType); |
|
|
|
|
|
|
|
|
|
// 根据请发数量计算 |
|
|
|
|
if (record.column.key == 'pleaseSendNumber' && isMA || record.column.key == 'actualSendNumber' && isMA) { |
|
|
|
|
if (record.column.key == 'pleaseSendNumber' && isMA || record.column.key == 'actualSendNumber' && isMA && !!record.row.id) { |
|
|
|
|
let res = record.row; |
|
|
|
|
// let materialName = {} |
|
|
|
|
// this.bigIdMerchandiseNewsList.forEach(item => { |
|
|
|
|
// if (item.merchandiseNewsId === record.row.equipment) { |
|
|
|
|
// // console.log("item.residueNumber",item) |
|
|
|
|
// materialName = { |
|
|
|
|
// residueNumber: item.residueNumber === undefined ? 0 : item.residueNumber |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
if (eAll === 0 && !this.actualNumber) { |
|
|
|
|
let baer = false; |
|
|
|
|
if (eAll === 0 && !this.actualNumber ) { |
|
|
|
|
// console.log("hiegkucun111",this.hiegkucun); |
|
|
|
|
this.hiegkucun.forEach( item =>{ |
|
|
|
|
// console.log("res.actualSendNumber",res.actualSendNumber,item); |
|
|
|
|
if (parseInt(res.actualSendNumber) > parseInt(item.materialQuantity)) { |
|
|
|
|
if ( record.row.equipment == item.merchandiseNewsId && parseInt(res.actualSendNumber) > parseInt(item.materialQuantity)) { |
|
|
|
|
this.$message.warn('输入的实发数不能大于库存数') |
|
|
|
|
// res.pleaseSendNumber = materialName.residueNumber |
|
|
|
|
res.actualSendNumber = parseInt(item.materialQuantity); |
|
|
|
|
} else { |
|
|
|
|
res.actualSendNumber = res.actualSendNumber |
|
|
|
|
baer = true; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
} else if (eAll === 1 && !this.actualNumber) { |
|
|
|
|
this.hiegkucun.forEach( item => { |
|
|
|
|
if (parseInt(res.actualSendNumber) > parseInt(item.materialQuantity)) { |
|
|
|
|
if (record.row.equipment == item.merchandiseNewsId && parseInt(res.actualSendNumber) > parseInt(item.materialQuantity)) { |
|
|
|
|
this.$message.warn('输入的实发数不能大于库存数') |
|
|
|
|
// res.pleaseSendNumber = materialName.residueNumber |
|
|
|
|
res.actualSendNumber = item.materialQuantity; |
|
|
|
|
} else { |
|
|
|
|
res.actualSendNumber = res.pleaseSendNumber; |
|
|
|
|
baer = true; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
console.log("000000000000000",this.equipmentAll); |
|
|
|
|
// if (parseInt(res.pleaseSendNumber) > parseInt(this.equipmentAll[0].materialQuantity)) { |
|
|
|
|
// this.$message.warn('输入实发数不能大于库存数') |
|
|
|
|
// res.pleaseSendNumber = this.equipmentAll[0].materialQuantity |
|
|
|
|
// res.actualSendNumber = this.equipmentAll[0].materialQuantity |
|
|
|
|
// } else { |
|
|
|
|
// res.actualSendNumber = res.pleaseSendNumber |
|
|
|
|
// } |
|
|
|
|
// console.log("000000000000000",this.equipmentAll); |
|
|
|
|
} else if (eAll === 2 && !this.actualNumber) { |
|
|
|
|
this.hiegkucun.forEach( item => { |
|
|
|
|
if (parseInt(res.actualSendNumber) > parseInt(item.materialQuantity)) { |
|
|
|
|
if ( record.row.equipment == item.merchandiseNewsId && parseInt(res.actualSendNumber) > parseInt(item.materialQuantity)) { |
|
|
|
|
this.$message.warn('输入的实发数不能大于库存数') |
|
|
|
|
// res.pleaseSendNumber = materialName.residueNumber |
|
|
|
|
res.actualSendNumber = item.materialQuantity; |
|
|
|
|
} else { |
|
|
|
|
res.actualSendNumber = res.pleaseSendNumber; |
|
|
|
|
baer = true; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
console.log("00000000000022222",this.equipmentAll); |
|
|
|
|
// if (parseInt(res.pleaseSendNumber) > parseInt(this.equipmentAll[0].residueNumber)) { |
|
|
|
|
// this.$message.warn('输入实发数不能大于库存数') |
|
|
|
|
// res.pleaseSendNumber = this.equipmentAll[0].residueNumber |
|
|
|
|
// res.actualSendNumber = this.equipmentAll[0].residueNumber |
|
|
|
|
// } else { |
|
|
|
|
// res.actualSendNumber = res.pleaseSendNumber |
|
|
|
|
// } |
|
|
|
|
} |
|
|
|
|
if (res.id !== undefined) { |
|
|
|
|
if(!baer){ |
|
|
|
|
res.actualSendNumber = 0; |
|
|
|
|
} |
|
|
|
|
if (!!res.id && baer ) { |
|
|
|
|
let value = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: res.id, |
|
|
|
@ -1204,13 +1143,13 @@
|
|
|
|
|
if (formData.processMaterialsDeliveryListList.length > 0) { |
|
|
|
|
|
|
|
|
|
formData.processMaterialsDeliveryListList.forEach(item => { |
|
|
|
|
if (!item.actualSendNumber || parseInt(item.actualSendNumber) < 1) { |
|
|
|
|
if (!item.actualSendNumber) { |
|
|
|
|
qing = true |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
if (qing) { |
|
|
|
|
// console.log('============', qing) |
|
|
|
|
this.$message.warning('请填写实发数或实发数不能为0!!!') |
|
|
|
|
this.$message.warning('请填写实发数!!!') |
|
|
|
|
} else { |
|
|
|
|
let method = 'put' |
|
|
|
|
httpAction(this.url.edit, formData, method).then((res) => { |
|
|
|
@ -1440,12 +1379,12 @@
|
|
|
|
|
// 加载子表数据 |
|
|
|
|
if (this.data.id) { |
|
|
|
|
let params = { id: this.data.id } |
|
|
|
|
this.requestSubTableData(this.url.processMaterialsDeliveryList.list, params, this.processMaterialsDeliveryListTable) |
|
|
|
|
this.requestSubTableDatas(this.url.processMaterialsDeliveryList.list, params, this.processMaterialsDeliveryListTable) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/** 查询某个tab的数据 */ |
|
|
|
|
requestSubTableData(url, params, tab, success) { |
|
|
|
|
requestSubTableDatas(url, params, tab, success) { |
|
|
|
|
// console.log("url, params, tab, success",url, params, tab, success) |
|
|
|
|
tab.loading = true |
|
|
|
|
getAction(url, params).then(res => { |
|
|
|
|