|
|
|
@ -476,7 +476,7 @@
|
|
|
|
|
this.accountingAttributesVal = val |
|
|
|
|
this.hiegs = false |
|
|
|
|
if (this.deliveryType !== 1 ) { |
|
|
|
|
console.log("执行账外") |
|
|
|
|
// console.log("执行账外") |
|
|
|
|
//账外 |
|
|
|
|
await this.fetchMerchandiseNewsZW() |
|
|
|
|
} else { |
|
|
|
@ -587,6 +587,7 @@
|
|
|
|
|
materialGroup: item.materialClassify, |
|
|
|
|
supplierName: item.supplierId, |
|
|
|
|
price: item.materialPrice, |
|
|
|
|
descriptionId: item.descriptionId, |
|
|
|
|
residueNumber: item.residueNumber === undefined ? 0 : item.residueNumber |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -595,12 +596,18 @@
|
|
|
|
|
// console.log("materialName",materialName); |
|
|
|
|
if (record.row.id !== undefined && Object.keys(materialName).length > 0) { |
|
|
|
|
// console.log("materialName",materialName); |
|
|
|
|
|
|
|
|
|
this.processMaterialsDeliveryListTable.columns[0].options.push({ |
|
|
|
|
title: materialName.materialGroup, |
|
|
|
|
value: materialName.descriptionId |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: record.row.id, |
|
|
|
|
values: { |
|
|
|
|
'equipment': record.row.equipment, |
|
|
|
|
'materialGroup': materialName.materialGroup, |
|
|
|
|
'materialGroup': materialName.descriptionId, |
|
|
|
|
'materialName': materialName.name, |
|
|
|
|
'materialUnit': materialName.unit, |
|
|
|
|
'supplierId': materialName.supplierName, |
|
|
|
@ -813,7 +820,7 @@
|
|
|
|
|
id: res.departIds |
|
|
|
|
} |
|
|
|
|
let data=await getAction(this.url.queryPageDepare,de) |
|
|
|
|
console.log(data.result); |
|
|
|
|
// console.log(data.result); |
|
|
|
|
if(data.result.orgType === "3"){ |
|
|
|
|
// 查询大品类数据 账外库 |
|
|
|
|
par.departId = data.result.parentId; |
|
|
|
@ -1181,7 +1188,7 @@
|
|
|
|
|
departId: this.data.departId |
|
|
|
|
} |
|
|
|
|
getAction(this.url.wasteMaterialsUrl, par).then((res) => { |
|
|
|
|
console.log(res) |
|
|
|
|
// console.log(res) |
|
|
|
|
if (res.success) { |
|
|
|
|
if (this.processMaterialsDeliveryListTable.columns[0].options.length > 0) { |
|
|
|
|
this.processMaterialsDeliveryListTable.columns[0].options = [] |
|
|
|
@ -1202,7 +1209,7 @@
|
|
|
|
|
accountingAttributes: value |
|
|
|
|
} |
|
|
|
|
getAction(this.url.descriptionRake, par).then((res) => { |
|
|
|
|
console.log('1231234123', res) |
|
|
|
|
// console.log('1231234123', res) |
|
|
|
|
if (res.success) { |
|
|
|
|
if (this.processMaterialsDeliveryListTable.columns[0].options.length > 0) { |
|
|
|
|
this.processMaterialsDeliveryListTable.columns[0].options = [] |
|
|
|
@ -1484,7 +1491,7 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
console.log('tab.dataSource', dataSource) |
|
|
|
|
// console.log('tab.dataSource', dataSource) |
|
|
|
|
dataSource.forEach(item => { |
|
|
|
|
let par = { id: item.materialGroup } |
|
|
|
|
let param = { id: item.equipment } |
|
|
|
@ -1499,7 +1506,7 @@
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
getAction(this.url.queryByIdMerchandiseNews, param).then(res => { |
|
|
|
|
console.log(res) |
|
|
|
|
// console.log(res) |
|
|
|
|
if (res.success) { |
|
|
|
|
this.processMaterialsDeliveryListTable.columns[1].options = [{ |
|
|
|
|
title: res.result.materialsNumber, |
|
|
|
|