|
@@ -6,9 +6,9 @@
|
|
|
<DateSelect class="bar" top="0" defaultShowName="结账时间" @selectDateFn="selectClearDateFn" />
|
|
<DateSelect class="bar" top="0" defaultShowName="结账时间" @selectDateFn="selectClearDateFn" />
|
|
|
</view>
|
|
</view>
|
|
|
<view style="position:absolute;top:80upx;">
|
|
<view style="position:absolute;top:80upx;">
|
|
|
- <text style="margin-left:140upx;color:#666666;" @click="selectCustom()">选客户</text>
|
|
|
|
|
- <text style="margin-left:130upx;color:#666666;" @click="showUnClear()">待结清</text>
|
|
|
|
|
- <text style="margin-left:130upx;color:#666666;" @click="resetData()">重置</text>
|
|
|
|
|
|
|
+ <text style="margin-left:140upx;color:#666666;font-size:28upx;" @click="selectCustom()">选客户</text>
|
|
|
|
|
+ <text style="margin-left:130upx;color:#666666;font-size:28upx;" @click="showUnClear()">待结清</text>
|
|
|
|
|
+ <text style="margin-left:130upx;color:#666666;font-size:28upx;" @click="resetData()">重置</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="main-view">
|
|
<view class="main-view">
|
|
|
<view class="space-view ex-table">
|
|
<view class="space-view ex-table">
|
|
@@ -177,7 +177,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.main-view {
|
|
.main-view {
|
|
|
- margin-top:110upx;
|
|
|
|
|
|
|
+ margin-top:120upx;
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
background-color: #f9fbfc;
|
|
background-color: #f9fbfc;
|
|
|
.space-view {
|
|
.space-view {
|