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