|
|
|
|
|
|
|
|
) |
|
|
) |
|
|
handleTotalPrices(form) |
|
|
handleTotalPrices(form) |
|
|
} |
|
|
} |
|
|
|
|
|
if (title === 'qtSign') { |
|
|
|
|
|
field.value.field.forEach((item) => { |
|
|
|
|
|
if (item.prop === 'qdSignUrl') { |
|
|
|
|
|
item.form.required = value === '1' ? false : true |
|
|
|
|
|
console.log(item.form.required, ' item.form.required') |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
const totalPrices = ref(0) |
|
|
const totalPrices = ref(0) |
|
|
|
|
|
|
|
|
const handleTotalPrices = (form) => { |
|
|
const handleTotalPrices = (form) => { |
|
|
// let equityPrice = 0 |
|
|
// let equityPrice = 0 |
|
|
// form.equityServicesId.forEach((item) => { |
|
|
// form.equityServicesId.forEach((item) => { |