对参数

This commit is contained in:
zhaohengkun 2024-10-10 19:48:32 +08:00
parent fc39df7628
commit 3bc9fcf7ae

View File

@ -1109,8 +1109,25 @@ export default {
},
//
async settlement(){
this.payForm.oilOrder = this.oilGunClearing
//
// id
// id
// id
// id
//
this.payForm.oilOrder = {
oilsPrice: this.oilGunClearing.oilPrice,
oils: this.oilGunClearing.oilNameId,
oilGunNum: this.oilGunClearing.id,
tankId: this.oilGunClearing.tankId,
activeId: null,
activeType: null,
}
//
this.payForm.goodsOrder = this.goodsList
//
this.payForm.payType = this.payType
//
this.payForm.oilAmount = this.oilGunClearing.amount
//
@ -1119,17 +1136,44 @@ export default {
this.payForm.oilActualPay = this.oilGunClearing.amount
//
this.payForm.goodsActualPay = this.getGoodsNum
//Id
this.payForm.oilGunId
this.payForm.oilOrder = this.oilGunClearing
this.payForm.oilOrder = this.oilGunClearing
this.payForm.oilOrder = this.oilGunClearing
this.payForm.oilOrder = this.oilGunClearing
//
//id
this.payForm.oilGunId = this.oilGunClearing.id
//
this.payForm.activeAmount = null
//
this.payForm.couponType = null
//
this.payForm.payUser = this.chooseVipUser
//
this.payForm.oilDiscount = null;
//
this.payForm.goodsDiscount = null;
//id
this.payForm.staffId = null;
// ()
this.payForm.consumeAmount = null;
//id
this.payForm.userId = this.chooseVipUser.id
//使
this.payForm.usePoint = null;
//
this.payForm.pointAmount = null;
// PC
this.payForm.terminal = "PC"
// ids
// id , this.goodsList
this.payForm.goodsIds = this.goodsList.map(item=>item.id).join(",")
//
this.payForm.goodsNum = this.getGoodsListNum()
// +
this.payForm.allAmount = null
//
this.authCode=null
this.payForm.realyPayBills = this.realAmount
this.payForm.payType = this.payType
//
this.payForm.seekZero = this.seekZero;
this.flag = 3
this.openConfirm = true;
this.isPay = true