pull/6/head
zhangyouji 1 year ago
parent 9b40ce3fbf
commit 3b5ede2a69
  1. 8
      packageOrders/pages/orderList/orderList.vue

@ -222,11 +222,7 @@
'1689183144276463616',
'1689183774927818752',
'1689184331812888576',
'1689185023261741056',
'100',
'1688798956131213312',
'1681929640815497216',
'1679333598941024256'
'1689185023261741056'
]
var exportFields = exportList.filter((item) => {
return item == uni.getStorageSync('oilSitePriceId');
@ -521,7 +517,7 @@
return false
}
uni.showModal({
content: '请确认邮箱'+this.params.email,
content: '请确认邮箱 \n'+this.params.email,
success: (res)=> {
if (res.confirm) {
oliFinanceApi.getOrderInfoExport(this.params).then(res => {

Loading…
Cancel
Save