linweizeng %!s(int64=3) %!d(string=hai) anos
pai
achega
90c8247213

+ 2 - 0
components/uni-section/uni-section.vue

@@ -103,6 +103,8 @@
 
 	.uni-section {
 		background-color: #fff;
+		margin: 15rpx 0;
+		border-radius: 10rpx;
 
 		.uni-section-header {
 			position: relative;

+ 5 - 8
pages/communication/communicationList.vue

@@ -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>

+ 2 - 0
pages/fileView/reportList.vue

@@ -9,6 +9,8 @@
 				<view class="title">报告编号:{{item.bao_gao_bian_hao_}}</view>
 				<view class="title">样品编号:{{item.yang_pin_bian_hao}}</view>
 				<view class="title">报告名称:<text style="color: #7349ff;">{{item.FILE_NAME_ || ''}}</text></view>
+				<view class="title">报告类别:{{item.bao_gao_lei_bie_}}</view>
+				<view class="title">报告类型:{{item.bao_gao_lei_xing_}}</view>
 				<view class="title">样品名称:{{item.yang_pin_ming_che}}</view>
 				<!-- <view class="title">联系人:{{item.wei_tuo_lian_xi_r}}</view> -->
 				<view class="title">报告状态:<text style="color: #7349ff;">{{item.zhuang_tai_}}</text></view>

+ 1 - 1
pages/jiance/list.vue

@@ -17,7 +17,7 @@
 
 
 		<view v-for="(item,i) in resdata" :key="i" style="margin: 10rpx 20rpx;position: relative;" :style="[{top:'calc('+ CustomBar + 'px + 20rpx)'}]">
-			<uni-section :title="'样品编号:'+item.yang_pin_bian_hao" :subTitle="'检测委托单号:'+item.wei_tuo_bian_hao_" type="line" padding>
+			<uni-section :title="'样品编号:'+item.yang_pin_bian_hao" :subTitle="'检测委托单号:'+item.wei_tuo_bian_hao_" type="line" padding subTitleColor="rgb(51, 51, 51)" subTitleFontSize="14px">
 				<view>
 					<view>
 						<view style="display: flex;line-height: 50rpx;">

+ 1 - 1
pages/jiance/order/jinduChild.vue

@@ -1,7 +1,7 @@
 <template>
 	<view>
 		<!-- 新增 -->
-		<view>
+		<view class="u-m-t-15 u-m-b-15">
 			检测委托单位:{{item.wei_tuo_dan_wei_}}
 		</view>
 

+ 4 - 1
pages/jiance/tousu.vue

@@ -53,7 +53,10 @@
 			</view>
 			<view v-else>
 				<view v-for="(item,index) in fuJianShangChuanArray" :key="index" style="margin: 0 10rpx;">
-					<view style="line-height: 50rpx;" @click="uploadClick(item.id,item.fileName,item.ext)">{{item.fileName + '.' + item.ext}}</view>
+					<view style="line-height: 50rpx;color: #888888" @click="uploadClick(item.id,item.fileName,item.ext)">
+						<u-icon size="30" name="file-text-fill"></u-icon>
+						{{item.fileName + '.' + item.ext}}
+					</view>
 				</view>
 			</view>
 		</uni-section>

+ 4 - 3
pages/jiance/tousu/tousuList.vue

@@ -17,8 +17,8 @@
 			</view>
 		</view>
 
-		<view v-if="list.length > 0" style="margin: 10rpx 20rpx;position: relative;" :style="[{top:'calc('+ CustomBar + 'px + 20rpx)'}]">
-			<view v-for="(item,index) in list" :key="index">
+		<view v-if="list.length > 0">
+			<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.complainants_" type="line" padding>
 					<view style="display: flex;align-items: center;">
 						<view>电&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;话:</view>
@@ -34,7 +34,7 @@
 					</view>
 					<view style="display: flex;align-items: center;">
 						<view>状&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;态:</view>
-						<view>
+						<view style="color: #7349ff;">
 							<view v-if="item.you_wu_you_xiao_ == '无效投诉'">异常完结</view>
 							<view v-else-if="item.chu_li_jie_guo_sh == '未通知'">异常完结</view>
 							<view v-else-if="item.shi_fou_tong_yi_ == '不同意'">异常完结</view>
@@ -62,6 +62,7 @@
 	export default {
 		data() {
 			return {
+				CustomBar: this.CustomBar,
 				keyword: '',
 				list: [],
 				current: 0,