更新
This commit is contained in:
@@ -246,7 +246,9 @@
|
|||||||
this.deleteData = item
|
this.deleteData = item
|
||||||
},
|
},
|
||||||
deleteIntegral() {
|
deleteIntegral() {
|
||||||
serve.deleteProductById({id:this.deleteData.id}).then(res=>{
|
serve.deleteProductById({
|
||||||
|
id: this.deleteData.id
|
||||||
|
}).then(res => {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view v-if="exportShow==true">
|
<view v-if="exportShow">
|
||||||
<view style="padding: 30upx;"></view>
|
<view style="padding: 30upx;"></view>
|
||||||
<view style="position: fixed;width: 750upx;z-index: 5;text-align: right;top:315upx;right: 30upx;">
|
<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>
|
<button class="cu-btn bg-white" @click="orderExport">订单导出</button>
|
||||||
@@ -222,7 +222,8 @@
|
|||||||
'1689183144276463616',
|
'1689183144276463616',
|
||||||
'1689183774927818752',
|
'1689183774927818752',
|
||||||
'1689184331812888576',
|
'1689184331812888576',
|
||||||
'1689185023261741056'
|
'1689185023261741056',
|
||||||
|
'1782596400854310912'
|
||||||
]
|
]
|
||||||
var exportFields = exportList.filter((item) => {
|
var exportFields = exportList.filter((item) => {
|
||||||
return item == uni.getStorageSync('oilSitePriceId');
|
return item == uni.getStorageSync('oilSitePriceId');
|
||||||
|
|||||||
Reference in New Issue
Block a user