diff --git a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue index 9aa1957..94b92b9 100644 --- a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue @@ -919,34 +919,10 @@ export default { moreExpressionsList_material_height: [],//材料的厚度 变量列表 moreExpressionsList_fittings: [], expense_detailsData: [ // 费用结算 - { - item_name: "材料小计", amount_formula: "{免漆材料总费用}+{配件总费用}+{包装总费用}" - }, - { - item_name: "人工费", amount_formula: "{免漆人工总费用}" - }, - { - item_name: "抽屉费用", amount_formula: "{免漆抽屉总费用}" - }, - - { - item_name: "制,造,费,用", amount_formula: "({免漆材料总费用}+{配件总费用}+{包装总费用} + {免漆人工总费用}+{免漆抽屉总费用})*0.22" - } + ], paintExpense_detailsData: [ // 油漆费用结算 - { - item_name: "材料小计", amount_formula: "{油漆材料总费用}+{配件总费用}+{包装总费用}" - }, - { - item_name: "人工费", amount_formula: "{油漆人工总费用}" - }, - - { - item_name: "抽屉费用", amount_formula: "{油漆抽屉总费用}" - }, - { - item_name: "制,造,费,用", amount_formula: "({油漆材料总费用}+{配件总费用}+{包装总费用} + {油漆人工总费用}+{油漆抽屉总费用})*0.22" - } + ],