下单增加goodsId参数

This commit is contained in:
donqi 2022-07-04 21:18:12 +08:00
parent e860bc0481
commit 6d0474afed
1 changed files with 2 additions and 1 deletions

View File

@ -272,7 +272,8 @@
payType: this.formInfo.payWay, payType: this.formInfo.payWay,
remark: this.formInfo.comments, remark: this.formInfo.comments,
isNeedBill: this.formInfo.isNeedBill, isNeedBill: this.formInfo.isNeedBill,
goodsList: this.parseGoodsList() goodsList: this.parseGoodsList(),
goodsId: this.pickedProductList[0].product[0].goodsId
// goodsList: [{ // goodsList: [{
// goodsId: 2, // goodsId: 2,
// num: 1 // num: 1