【fix 80904】 起草组去除发票、打包查询
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
<!-- 自定义头部end -->
|
||||
<!--pages/meeting/meeting.wxml首页会议活动-->
|
||||
<view class="select-list">
|
||||
<!-- 起草组里没有发票和打包 -->
|
||||
<!-- 发票 -->
|
||||
<view class="select-item">
|
||||
<view class="select-item" wx:if="{{type !== 'draft'}}">
|
||||
<picker bindchange="bindNeedInvoiceChange" range="{{['是','否']}}">
|
||||
<view class="picker">
|
||||
<text>发票</text>
|
||||
@@ -16,7 +17,7 @@
|
||||
</picker>
|
||||
</view>
|
||||
<!-- 打包 -->
|
||||
<view class="select-item">
|
||||
<view class="select-item" wx:if="{{type !== 'draft'}}">
|
||||
<picker bindchange="bindPackChange" range="{{['是','否']}}">
|
||||
<view class="picker">
|
||||
<text>打包</text>
|
||||
|
||||
Reference in New Issue
Block a user