...
|
...
|
@@ -40,15 +40,25 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 搜索弹出层 -->
|
|
|
|
|
|
<view class="register searchregister" wx:if="{{historyshow}}">
|
|
|
<view class="searchname">搜素历史</view>
|
|
|
<view class="historybox">
|
|
|
<view class='historyitem' bindtap="golist" wx:for="{{historylist}}" wx:key="">{{item}}</view>
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 企业信息输入 -->
|
|
|
<view class="qiyexinxi" wx:if="{{qiyexinxi}}">
|
|
|
|
|
|
<view class="search">
|
|
|
<view class="searchbox">
|
|
|
|
|
|
<view class="searchinput">
|
|
|
<input placeholder='输入企业信息' placeholder-class='qiyeinfo' placeholder-class='enterqiname' />
|
|
|
<input placeholder='输入企业信息' placeholder-class='qiyeinfo' placeholder-class='enterqiname' bindconfirm="enterqiye" value="{{qiyeinfoname}}" />
|
|
|
</view>
|
|
|
|
|
|
<view class="quxiao">
|
|
|
<view class="quxiao" bindtap="cancelqisinxi">
|
|
|
取消
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -93,7 +103,7 @@ |
|
|
|
|
|
<view class="chaxun" wx:if="{{chaxun}}">查询</view>
|
|
|
|
|
|
<view class="chaxun cha" wx:else>查询</view>
|
|
|
<view class="chaxun cha" wx:else bindtap="chauxn">查询</view>
|
|
|
|
|
|
<view class="reset" wx:if="{{reset}}">重置</view>
|
|
|
<view class="reset re" wx:else>重置</view>
|
...
|
...
|
@@ -101,6 +111,42 @@ |
|
|
|
|
|
<!-- 企业列表 -->
|
|
|
|
|
|
<view class="qiyelsit">
|
|
|
<view class="qiyeitem"></view>
|
|
|
<view class="qiyecontent" wx:else>
|
|
|
<view class="searchbox">
|
|
|
|
|
|
<view class="searchinput">
|
|
|
<input placeholder='输入企业信息' placeholder-class='qiyeinfo' placeholder-class='enterqiname' bindconfirm="enterqiye" value="{{qiyeinfoname}}" />
|
|
|
|
|
|
<view class="quxiaoimg" wx:if="{{qiyexinxi==false}}" bindtap="clear">
|
|
|
<image src="/img/chahao.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="quxiao" bindtap="cancellist">
|
|
|
取消
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
<view class="qiyelsit">
|
|
|
<view class="warn_msg" wx:for="{{list}}" wx:key="">
|
|
|
|
|
|
<view class="msg_detail">
|
|
|
<view class="msg_box">
|
|
|
<view class="detail_single detail_title">
|
|
|
<view class="{{item.type == 1?'detail_symbol':''}}"></view>
|
|
|
<view>{{item.title}}</view>
|
|
|
</view>
|
|
|
<view class="detail_single">企业名称:{{item.name}}</view>
|
|
|
<view class="detail_single">报警时间:{{item.time}}</view>
|
|
|
<view class="detail_single">报警描述:{{item.des}}</view>
|
|
|
<view class="watch_detail" bindtap='toDetail' data-item="{{item}}">
|
|
|
查看详情
|
|
|
<view class="watch_icon">
|
|
|
<image src='/img/demo25.png'></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view> |
|
|
\ No newline at end of file |
...
|
...
|
|