|
|
@@ -60,12 +60,6 @@
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
- <tui-list-cell class="line-cell" :hover="false" :arrow="true">
|
|
|
- <view class="tui-title">账单日期</view>
|
|
|
- <view class="uni-input" v-if="form.historyDate==''" style="color:#CCCCCC;" @click="bindHistoryDateChange">请选择,默认当天</view>
|
|
|
- <view class="uni-input" @click="bindHistoryDateChange">{{form.historyDate}}</view>
|
|
|
- </tui-list-cell>
|
|
|
-
|
|
|
</view>
|
|
|
<view class="confirm-btn">
|
|
|
<view style="margin-bottom:20upx;font-size:33upx;color:red;font-weight:bold;">当前在:{{shopInfo.shopName}}</view>
|