43ab02e6 by zhangmeng

票务

1 parent 966416e4
...@@ -294,7 +294,7 @@ const gokp = (item) => { ...@@ -294,7 +294,7 @@ const gokp = (item) => {
294 path: '/booking/addInvoice', 294 path: '/booking/addInvoice',
295 query: { 295 query: {
296 orders: encodeURIComponent(JSON.stringify(item)), 296 orders: encodeURIComponent(JSON.stringify(item)),
297 totalMoney:item.total||item.totalPayAmount||item.payAmount, 297 totalMoney:item.totalStr||item.totalPayAmount||item.payAmount,
298 paymentType:query.value.orderType==6||query.value.orderType==5?item.payType:item.paymentType, 298 paymentType:query.value.orderType==6||query.value.orderType==5?item.payType:item.paymentType,
299 orderType:query.value.orderType 299 orderType:query.value.orderType
300 } 300 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!