|
|
|
@ -275,21 +275,20 @@ export default { |
|
|
|
// } |
|
|
|
//获取最新价格 |
|
|
|
}); |
|
|
|
let prices = ""; |
|
|
|
// let prices = ""; |
|
|
|
this.personnelUnit.nogroupselected.forEach((items) => { |
|
|
|
prices = items.price; |
|
|
|
console.log(prices); |
|
|
|
// prices = items.price; |
|
|
|
|
|
|
|
// this.price = item.price; |
|
|
|
console.log(price); |
|
|
|
console.log(items, "items"); |
|
|
|
this.addrulst.push({ |
|
|
|
asbitemId: "3a0b2f0c-f884-bec4-a350-79b46b455a2d", |
|
|
|
asbitemId:items.id, // "3a0b2f0c-f884-bec4-a350-79b46b455a2d" |
|
|
|
// price: prices, |
|
|
|
price: this.psrice, |
|
|
|
price: items.price, |
|
|
|
customerOrgGroupId: this.personnelUnit.customerOrgGroupId, |
|
|
|
}); |
|
|
|
}); |
|
|
|
console.log(this.addrulst, "hhhhhhh"); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -355,12 +354,12 @@ export default { |
|
|
|
this.personnelUnit.form = res.data; |
|
|
|
console.log(res); |
|
|
|
}); |
|
|
|
getapi( |
|
|
|
`/api/app/customer-org-group-detail/customer-org-group-detail-in-asbitem?CustomerOrgGroupId=${this.personnelUnit.form.id}` |
|
|
|
).then((res) => { |
|
|
|
console.log(res, "res"); |
|
|
|
this.personnelUnit.nogroupselected = res.data; |
|
|
|
}); |
|
|
|
// getapi( |
|
|
|
// `/api/app/customer-org-group-detail/customer-org-group-detail-in-asbitem/${this.personnelUnit.form.id}` |
|
|
|
// ).then((res) => { |
|
|
|
// console.log(res, "res"); |
|
|
|
// this.personnelUnit.nogroupselected = res.data; |
|
|
|
// }); |
|
|
|
}, |
|
|
|
// getapi(`/api/app/customer-org-group/${row.id}`).then((res) |
|
|
|
}, |
|
|
|
@ -401,6 +400,8 @@ export default { |
|
|
|
width: 20%; |
|
|
|
border: 1px solid #000; |
|
|
|
height: 300px; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
margin-left: 7%; |
|
|
|
} |
|
|
|
.examinationcategory { |
|
|
|
|