1 |
- <view class="page data-v-4f4a597e"><view class="wrap data-v-4f4a597e"><block wx:if="{{$root.g0>0}}"><block wx:for="{{$root.l1}}" wx:for-item="checklist" wx:for-index="idx" wx:key="idx"><view class="checklist data-v-4f4a597e"><view class="title more data-v-4f4a597e">{{checklist.$orig.itemTitle}}</view><block wx:if="{{checklist.g1}}"><view class="item-cont data-v-4f4a597e"><block wx:for="{{checklist.l0}}" wx:for-item="checklistItem" wx:for-index="itemIdx" wx:key="itemIdx"><view class="checklistItem data-v-4f4a597e"><view class="itemTitle more data-v-4f4a597e">{{checklistItem.$orig.itemTitle}}</view><block wx:if="{{checklistItem.g2}}"><view class="point-cont data-v-4f4a597e"><block wx:for="{{checklistItem.$orig.recordList}}" wx:for-item="point" wx:for-index="pointIdx" wx:key="pointIdx"><view data-event-opts="{{[['tap',[['check',['$0'],[[['itemList','',idx],['children','',itemIdx],['recordList','',pointIdx]]]]]]]}}" class="point data-v-4f4a597e" bindtap="__e"><view class="pointContent data-v-4f4a597e">{{point.pointContent}}</view><block wx:if="{{point.checkResult===1}}"><view class="status data-v-4f4a597e">【通过】</view></block><block wx:if="{{point.checkResult===-1}}"><view class="status data-v-4f4a597e">【不通过】</view></block></view></block></view></block></view></block></view></block><block wx:if="{{checklist.g3}}"><view class="item-cont data-v-4f4a597e"><block wx:for="{{checklist.$orig.recordList}}" wx:for-item="checklistItem" wx:for-index="itemIdx" wx:key="itemIdx"><view class="checklistItem data-v-4f4a597e"><view class="point-cont data-v-4f4a597e"><view data-event-opts="{{[['tap',[['check',['$0'],[[['itemList','',idx],['recordList','',itemIdx]]]]]]]}}" class="point data-v-4f4a597e" bindtap="__e"><view class="pointContent data-v-4f4a597e">{{checklistItem.pointContent}}</view><block wx:if="{{checklistItem.checkResult===1}}"><view class="status data-v-4f4a597e">【通过】</view></block><block wx:if="{{checklistItem.checkResult===-1}}"><view class="status data-v-4f4a597e">【不通过】</view></block></view></view></view></block></view></block></view></block><block wx:if="{{handleVisiable}}"><view class="handle-container data-v-4f4a597e"><view data-event-opts="{{[['tap',[['handleSubmit',[3]]]]]}}" class="handle data-v-4f4a597e" bindtap="__e">全部通过</view><view data-event-opts="{{[['tap',[['handleSubmit',[4]]]]]}}" class="handle data-v-4f4a597e" bindtap="__e">全不通过</view><view data-event-opts="{{[['tap',[['handleSubmit',[1]]]]]}}" class="handle data-v-4f4a597e" bindtap="__e">提交</view><view data-event-opts="{{[['tap',[['handleSubmit',[2]]]]]}}" class="handle data-v-4f4a597e" bindtap="__e">撤销</view></view></block></block><block wx:else>没有可处理的清单^-_-^</block></view></view>
|