@@ -204,6 +204,11 @@
'送货方式',
this.formData.deliveryTypeId
);
+ const productList = [
+ ...this.formData.productList.filter(item => item.isReplace != 1),
+ ...this.formData.replaceList
+ ]
+ this.formData.productList = productList;
this.QRvisible = true;
this.isPrintPrice = isPrintPrice;
//包装维度