|
|
@@ -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){
|