tapd相关修改更新
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</view>
|
||||
<view class="">
|
||||
<view class=""> 客单价(元) </view>
|
||||
<view class=""> {{list.customerUnitPrice?customerUnitPrice:0}} </view>
|
||||
<view class=""> {{list.customerUnitPrice?list.customerUnitPrice:0}} </view>
|
||||
</view>
|
||||
<view class="">
|
||||
<view class=""> 会员消费(元) </view>
|
||||
@@ -141,6 +141,8 @@
|
||||
startTime = s + ' 00:00:00'
|
||||
endTime = e + ' 23:59:59'
|
||||
}
|
||||
console.log(startTime)
|
||||
console.log(endTime)
|
||||
getTrade({
|
||||
beginDate: startTime,
|
||||
endDate: endTime,
|
||||
@@ -221,7 +223,9 @@
|
||||
* @param {Object} e
|
||||
*/
|
||||
function datePickerConfirm(e) {
|
||||
console.log(e)
|
||||
getlist(e.start, e.end)
|
||||
gettableData()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user