Jelajahi Sumber

补充提交

JohnnyChan 3 hari lalu
induk
melakukan
bccf6363d9
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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}张床垫报价单吗?`, "询问", {