|
@@ -451,8 +451,9 @@ onMounted(() => {
|
|
|
(val, x) => (val += Number(x.price)),
|
|
|
0
|
|
|
);
|
|
|
+ formData.data.otherAmount += Number(formData.data.preferential);
|
|
|
+ formData.data.otherAmount += Number(formData.data.freight);
|
|
|
formData.data.otherAmount = formData.data.otherAmount.toFixed(2);
|
|
|
- console.log(formDom1.value.formDataShowLabelOne, "qwdq");
|
|
|
formDom1.value.formDataShowLabelOne();
|
|
|
formDom2.value.formDataListShowLabelOne();
|
|
|
});
|