bug修改
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</view>
|
||||
<!-- 年份 -->
|
||||
<view class="select-item">
|
||||
<picker mode="date" fields="year" start="2021" end="2030" bindchange="bindDateChange">
|
||||
<picker mode="date" fields="year" start="2000" end="2050" bindchange="bindDateChange">
|
||||
<view class="picker">
|
||||
<text>时间</text>
|
||||
</view>
|
||||
@@ -35,7 +35,7 @@
|
||||
<text class="{{item.needInvoice === 0 ? '' : 'all'}}">{{item.needInvoice === 0 ? '不需要发票' : '需要发票'}}</text>
|
||||
<text class="{{item.inAccount === 0 ? '' : item.inAccount === 2 ? 'half' : 'all'}}">到账</text>
|
||||
<text class="{{item.makeInvoice === 0 ? '' : item.makeInvoice === 2 ? 'half' : 'all'}}">开票</text>
|
||||
<text class="{{item.mail === 0 ? '' : item.mail === 2 ? 'half' : 'all'}}">邮寄</text>
|
||||
<text class="{{item.mail === 0 ? '' : 'all'}}">邮寄</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -43,4 +43,4 @@
|
||||
<text>暂无数据</text>
|
||||
</view>
|
||||
<popup visible="{{visible}}" bindclose="close" outClickCanClose="true" bindok="ok" data="{{data}}"></popup>
|
||||
<dateMonth visible="{{visibleDate}}" mode="year" outClickCanClose="true" bindok="dateOk" bindclose="close"></dateMonth>
|
||||
<dateMonth visible="{{visibleDate}}" mode="year" outClickCanClose="true" bindok="dateOk" bindclose="close"></dateMonth>
|
||||
|
||||
Reference in New Issue
Block a user