Kaynağa Gözat

补充提交

JohnnyChan 3 gün önce
ebeveyn
işleme
bccf6363d9

+ 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}张床垫报价单吗?`, "询问", {