下单增加goodsId参数
This commit is contained in:
parent
e860bc0481
commit
6d0474afed
|
|
@ -272,7 +272,8 @@
|
|||
payType: this.formInfo.payWay,
|
||||
remark: this.formInfo.comments,
|
||||
isNeedBill: this.formInfo.isNeedBill,
|
||||
goodsList: this.parseGoodsList()
|
||||
goodsList: this.parseGoodsList(),
|
||||
goodsId: this.pickedProductList[0].product[0].goodsId
|
||||
// goodsList: [{
|
||||
// goodsId: 2,
|
||||
// num: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue