diff --git a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/drawer.vue b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/drawer.vue
index 9b7eee6..73c8611 100644
--- a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/drawer.vue
+++ b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/drawer.vue
@@ -369,6 +369,7 @@
+
@@ -533,7 +534,7 @@
+ :edit-render="{ name: '$input', props: { type: 'number' } }">
@@ -914,6 +915,8 @@ export default {
this.expense_detailsData = data.expense_list || [];
this.paintExpense_detailsData = data.paint_expenseList || [];
+
+
this.materialHeightInit()
this.fittingsListInit();
this.detailDataInit();
@@ -1842,7 +1845,7 @@ export default {
- resetMaterial() {
+ resetMaterial() {
let material_items = [];
this.fittings_detailsData.forEach(item => {
@@ -1924,7 +1927,7 @@ export default {
let material_list = [];
material_items.forEach(item => {
let name = this.formatName(item[1]);
- let old = this.material_detailsData.filter(a => a.material && a.material[0] == item[0] ? true : false);
+ let old = this.paintMaterial_detailsData.filter(a => a.material && a.material[0] == item[0] ? true : false);
let info = {
isMain: true,
material: item,