From acc65e13f5b554da003680d0e7499ce10ceb5fa9 Mon Sep 17 00:00:00 2001 From: xielue Date: Wed, 26 Jul 2023 21:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BathroomQuotation/Edit.vue | 28 ++----------------- 1 file changed, 2 insertions(+), 26 deletions(-) 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" - } + ],