pull/11/head
xiaozhiyong 6 months ago
parent 8024394c40
commit 4813635a78
  1. 4
      packageIntegral/productList/index.vue
  2. 5
      packageOrders/pages/orderList/orderList.vue

@ -246,7 +246,9 @@
this.deleteData = item
},
deleteIntegral() {
serve.deleteProductById({id:this.deleteData.id}).then(res=>{
serve.deleteProductById({
id: this.deleteData.id
}).then(res => {
uni.showToast({
title: res.msg,
icon: 'none'

@ -46,7 +46,7 @@
</view>
</scroll-view>
</view> -->
<view v-if="exportShow==true">
<view v-if="exportShow">
<view style="padding: 30upx;"></view>
<view style="position: fixed;width: 750upx;z-index: 5;text-align: right;top:315upx;right: 30upx;">
<button class="cu-btn bg-white" @click="orderExport">订单导出</button>
@ -222,7 +222,8 @@
'1689183144276463616',
'1689183774927818752',
'1689184331812888576',
'1689185023261741056'
'1689185023261741056',
'1782596400854310912'
]
var exportFields = exportList.filter((item) => {
return item == uni.getStorageSync('oilSitePriceId');

Loading…
Cancel
Save