JohnnyChan před 5 dny
rodič
revize
bccf6363d9
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      JLHWEB/src/views/quote/mattressQuote/index.vue

+ 3 - 1
JLHWEB/src/views/quote/mattressQuote/index.vue

@@ -528,7 +528,9 @@ const BatchCopyMattressAudited = () => {
       mattressid: Number(item.mattressid),
       deptid: formParam.value.deptid,
       area: formParam.value.area,
-      cabinet_type: formParam.value.cabinet_type
+      cabinet_type: formParam.value.cabinet_type,
+      packtype: formParam.value.packtype,
+      packqty: formParam.value.packqty
     };
   });
   ElMessageBox.confirm(`是否确定要批复制${curRecords.length}张床垫报价单吗?`, "询问", {