|
@@ -464,9 +464,16 @@ export default {
|
|
|
this.tableData.forEach(item => {
|
|
this.tableData.forEach(item => {
|
|
|
totalPrice += Number(item.price);
|
|
totalPrice += Number(item.price);
|
|
|
});
|
|
});
|
|
|
- const price = Number(data.input_t2qmoggj);
|
|
|
|
|
|
|
+
|
|
|
|
|
+ const zsf=Number(data.number_uyuxcowe)||0;
|
|
|
|
|
+ const snjtpt=Number(data.number_0zw5q8y9)||0;
|
|
|
|
|
+ const cfbt=Number(data.number_fyl8n1lm)||0;
|
|
|
|
|
+ const snjtf=Number(data.number_p093shsw)||0;
|
|
|
|
|
+ const zdf=Number(data.number_uiv62o0r)||0;
|
|
|
|
|
+ const qtfy=Number(data.number_i5y1dk9x)||0;
|
|
|
|
|
+
|
|
|
this.generateForm.setData({
|
|
this.generateForm.setData({
|
|
|
- input_a1cnspuk: totalPrice + price
|
|
|
|
|
|
|
+ number_06fgz5gs: totalPrice + zsf + snjtpt + cfbt + snjtf + zdf + qtfy
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
async save() {
|
|
async save() {
|