shish 1 год назад
Родитель
Сommit
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){