浏览代码

补充提交

JohnnyChan 3 天之前
父节点
当前提交
bccf6363d9
共有 1 个文件被更改,包括 3 次插入1 次删除
  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}张床垫报价单吗?`, "询问", {