소스 검색

JLHWEB: 1、床垫报价清单,车间成本的显示公式固定

JohnnyChan 2 일 전
부모
커밋
98e65ac24c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      JLHWEB/src/views/quote/mattressQuote/hooks/cpQuote.ts

+ 5 - 0
JLHWEB/src/views/quote/mattressQuote/hooks/cpQuote.ts

@@ -1090,6 +1090,11 @@ export const useHooksCpQuote = (t?: any) => {
     replaceKey = "replace"
   ) => {
     let formulaItem = formula.find((item: any) => item.label == target);
+
+    if (target == "【车间成本】") {
+      formulaItem.value = "【总床垫车间成本】+【总床网车间成本】";
+    }
+
     console.log("init_new_formula_item formulaItem :>> ", formulaItem);
     let arr = [];
     let item = {