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){
 		affirmFormSubmit(direct){
 			const product = this.selectList.map(ele => {
 			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){
 			if(this.ghsInfo.pfLevel == 0){