shish 1 سال پیش
والد
کامیت
7f944eb966
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      hdApp/src/admin/billing/affirmGhs.vue

+ 1 - 1
hdApp/src/admin/billing/affirmGhs.vue

@@ -738,7 +738,7 @@ export default {
 		},
 		affirmFormSubmit(direct){
 			const product = this.selectList.map(ele => {
-				return { productId: ele.id, bigNum: ele.bigCount, smallNum: ele.smallCount,classId:ele.classId,itemId:ele.itemId,weight:ele.weight };
+				return { productId: ele.id, bigNum: ele.bigCount, smallNum: ele.smallCount,classId:ele.classId,itemId:ele.itemId,weight:ele.weight,name:ele.name };
 			})
 
 			if(this.ghsInfo.pfLevel == 0){