Explorar el Código

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

JohnnyChan hace 2 días
padre
commit
98e65ac24c
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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 = {