1 |
- <view class="task-page data-v-2180740c"><view class="title _div data-v-2180740c">{{item.title}}</view><view class="info _div data-v-2180740c"><view class="item _div data-v-2180740c"><view class="name data-v-2180740c">上报人</view><view class="cont data-v-2180740c">上报人</view></view><view class="item _div data-v-2180740c"><view class="name data-v-2180740c">所属部门</view><view class="cont data-v-2180740c">所属部门</view></view><view class="item _div data-v-2180740c"><view class="name data-v-2180740c">发布时间</view><view class="cont data-v-2180740c">{{$root.m0}}</view></view></view><view class="status _div data-v-2180740c"><view class="head _div data-v-2180740c">整改过程</view><view class="flow-head data-v-2180740c"><label class="flow-user _span data-v-2180740c">{{"质量安全管理科-"+(flow.user||'***')}}</label><view class="flow-time data-v-2180740c">{{$root.m1}}</view></view><view class="desc _div data-v-2180740c">{{flow.desc}}</view><view class="attach _div data-v-2180740c"><block wx:for="{{flow.attachList}}" wx:for-item="attach" wx:for-index="index"><view class="attach-item data-v-2180740c"><image class="image data-v-2180740c" src="{{attach.url}}" mode="widthFix"></image></view></block></view></view><block wx:if="{{check.status!==''}}"><view class="{{['check','status','_div','data-v-2180740c',check.status===0?'reject':check.status===1?'pass':'']}}"><view class="head _div data-v-2180740c">验收过程</view><view class="flow-head data-v-2180740c"><label class="flow-user _span data-v-2180740c">{{"质量安全管理科-"+(check.user||'***')}}</label><view class="flow-time data-v-2180740c">{{$root.m2}}</view></view><view class="desc _div data-v-2180740c">{{check.desc}}</view><view class="attach _div data-v-2180740c"><block wx:for="{{check.attachList}}" wx:for-item="attach" wx:for-index="index"><view class="attach-item data-v-2180740c"><image class="image data-v-2180740c" src="{{attach.url}}" mode="widthFix"></image></view></block></view></view></block><block wx:if="{{check.status===''}}"><view data-event-opts="{{[['tap',[['onSubmit',['$event']]]]]}}" class="footer data-v-2180740c" bindtap="__e">验收</view></block><block wx:if="{{check.status===0}}"><view data-event-opts="{{[['tap',[['onRectify',['$event']]]]]}}" class="footer data-v-2180740c" bindtap="__e">二次整改</view></block></view>
|