Parcourir la source

创建订单的变化

shish il y a 11 mois
Parent
commit
45f1de7bcf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      mallApp/src/pages/billing/affirmGhs.vue

+ 1 - 1
mallApp/src/pages/billing/affirmGhs.vue

@@ -300,7 +300,7 @@ export default {
 					unitType = 1
 					num = (ele.smallCount/ele.ratio).toFixed(2)
 				}
-				return { productId: ele.id, num:num,ptItemId:ele.itemId,property:1,unitType:unitType,property:1};
+				return { productId: ele.id, num:num,itemId:ele.itemId,property:1,unitType:unitType,property:1};
 			});
 			let hdId = this.option.hdId ? this.option.hdId : 0
 			let params = { product: JSON.stringify(product),...this.form,hdId:hdId }