|
|
@@ -10,8 +10,7 @@
|
|
|
<view class="cu-bar bg-white search fixed" :style="[{top:CustomBar + 'px'}]">
|
|
|
<view class="search-form round">
|
|
|
<text class="cuIcon-search"></text>
|
|
|
- <input type="text" v-model="keyword" placeholder="输入搜索的关键词" confirm-type="search"
|
|
|
- @confirm="search"></input>
|
|
|
+ <input type="text" v-model="keyword" placeholder="输入搜索的关键词" confirm-type="search" @confirm="search"></input>
|
|
|
</view>
|
|
|
<view class="action">
|
|
|
<button class="cu-btn bg-gradual-blue shadow-blur round" @tap="search">搜索</button>
|
|
|
@@ -19,8 +18,7 @@
|
|
|
</view>
|
|
|
|
|
|
<block v-if="list.length > 0">
|
|
|
- <view v-for="(item,index) in list" :key="index" style="margin: 10rpx 20rpx;position: relative;"
|
|
|
- :style="[{top:'calc('+ CustomBar + 'px + 20rpx)'}]">
|
|
|
+ <view v-for="(item,index) in list" :key="index" style="margin: 15rpx 20rpx;position: relative;" :style="[{top:'calc('+ CustomBar + 'px + 20rpx)'}]">
|
|
|
<uni-section :title="'表单编号:'+item.biao_dan_bian_hao" type="line" padding>
|
|
|
<view class="sectionBox">
|
|
|
<view class="left">联系人:</view>
|
|
|
@@ -40,11 +38,10 @@
|
|
|
</view>
|
|
|
<view class="sectionBox">
|
|
|
<view class="left">状态:</view>
|
|
|
- <view>{{item.shi_fou_guo_shen_ == '1' ? '已完成' : item.shi_fou_guo_shen_}} </view>
|
|
|
+ <view style="color: #7349ff;">{{item.shi_fou_guo_shen_ == '1' ? '已完成' : item.shi_fou_guo_shen_}} </view>
|
|
|
</view>
|
|
|
<view style=" width: 100%; text-align: right; padding-top: 5rpx;padding-bottom: 0rpx;">
|
|
|
- <u-button type="warning" size="mini" @click="getGo(item.id_,'2')" class="u-m-r-15"
|
|
|
- v-if="item.lei_xing_ == '2' && item.shi_fou_guo_shen_ == '已编制'">签名</u-button>
|
|
|
+ <u-button type="warning" size="mini" @click="getGo(item.id_,'2')" class="u-m-r-15" v-if="item.lei_xing_ == '2' && item.shi_fou_guo_shen_ == '已编制'">签名</u-button>
|
|
|
<u-button type="warning" size="mini" class="btn-back-color" @click="getGo(item.id_,'1')">查阅
|
|
|
</u-button>
|
|
|
</view>
|
|
|
@@ -156,4 +153,4 @@
|
|
|
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|