diff --git a/package1/inventory/changeGoods1.vue b/package1/inventory/changeGoods1.vue index 1327a67..3bd64e2 100644 --- a/package1/inventory/changeGoods1.vue +++ b/package1/inventory/changeGoods1.vue @@ -1203,6 +1203,7 @@ productSn: this.goodsDetail.productSn, productPicture: this.goodsDetail.productPicture, supplierName: this.goodsDetail.supplierName, + supplierId: this.goodsDetail.supplierId, createBy: this.goodsDetail.createBy, saleDetailQueryDTO: this.temporaryList } diff --git a/package1/inventory/inventoryReturn.vue b/package1/inventory/inventoryReturn.vue index dbebc9d..68fa9a8 100644 --- a/package1/inventory/inventoryReturn.vue +++ b/package1/inventory/inventoryReturn.vue @@ -627,6 +627,7 @@ wholesalePrice: this.carList1[i].wholesalePrice || 0, categoryName: this.carList1[i].categoryName, supplierName:this.carList1[i].supplierName, + supplierId:this.carList1[i].supplierId, categoryId: this.carList1[i].categoryId, attrId: this.carList1[i].attrId, lsprice: this.carList1[i].price || 0, @@ -700,6 +701,7 @@ isNew: this.carList1[i].isNew, productName: this.carList1[i].productName, supplierName:this.carList1[i].supplierName, + supplierId:this.carList1[i].supplierId, wholesalePrice: this.carList1[i].wholesalePrice || 0, categoryName: this.carList1[i].categoryName, categoryId: this.carList1[i].categoryId, @@ -987,6 +989,7 @@ price: this.carList1[i].price, productCount: 0, supplierName:this.carList1[i].supplierName, + supplierId:this.carList1[i].supplierId, id: this.carList1[i].productId != null ? this.carList1[i].productId : this.carList1[i].id, isNew: this.carList1[i].isNew, //是否是新商品 productId: this.carList1[i].productId == null ? '' : this.carList1[i].productId, @@ -1081,6 +1084,7 @@ id: this.carList1[i].productId != null ? this.carList1[i].productId : this.carList1[i] .id, supplierName:this.carList1[i].supplierName, + supplierId:this.carList1[i].supplierId, productId: this.carList1[i].productId == null ? '' : this.carList1[i].productId, isNew: this.carList1[i].isNew, productName: this.carList1[i].productName, @@ -1661,6 +1665,8 @@ .productPicture, supplierName: purchaseDetails[i] .supplierName, + supplierId: purchaseDetails[i] + .supplierId, productPictures: [], saleDetailQueryDTO: [] } @@ -1760,6 +1766,7 @@ productSn: purchaseDetails[i].productSn, productPicture: purchaseDetails[i].productPicture, supplierName: purchaseDetails[i].supplierName, + supplierId: purchaseDetails[i].supplierId, productPictures: [], saleDetailQueryDTO: [] } @@ -1844,6 +1851,7 @@ productSn: purchaseDetails[i].productSn, productPicture: purchaseDetails[i].productPicture, supplierName: purchaseDetails[i].supplierName, + supplierId: purchaseDetails[i].supplierId, productPictures: [], saleDetailQueryDTO: [] } @@ -2253,6 +2261,7 @@ productSn: purchaseDetails[0].productSn, productPicture: purchaseDetails[0].productPicture, supplierName: purchaseDetails[0].supplierName, + supplierId: purchaseDetails[0].supplierId, productPictures: [], saleDetailQueryDTO: [] } @@ -3824,6 +3833,7 @@ productSn: this.goodsDetail.productSn, productPicture: this.goodsDetail.productPicture, supplierName: this.goodsDetail.supplierName, + supplierId: this.goodsDetail.supplierId, productPictures: [], saleDetailQueryDTO: this.temporaryList } @@ -3857,6 +3867,7 @@ productPicture: carList1[i].productPicture, productSn: carList1[i].productSn, supplierName:carList1[i].supplierName, + supplierId:carList1[i].supplierId, stockLogList: new Map(), productPictures: [], stockLogList1: [] @@ -3956,6 +3967,7 @@ stockLogList: new Map(), productSn: carList1[i].productSn, supplierName:carList1[i].supplierName, + supplierId:carList1[i].supplierId, stockLogList1: [], productPictures: [], name: ''