heyang 2 年之前
父節點
當前提交
cda3f52814

+ 19 - 19
pages_manage/aptitudeAudit/aptitudeAuditCheck.vue

@@ -16,7 +16,7 @@
 		<view class="register_li" v-if="status=='zg'">
 		<view class="register_li" v-if="status=='zg'">
 			<view class="register_li_min" v-for="(item,index) in form.airBottlelist" style="border-bottom:0;" >
 			<view class="register_li_min" v-for="(item,index) in form.airBottlelist" style="border-bottom:0;" >
 				<view></view>
 				<view></view>
-				<view>{{item.airConstituents}}-{{item.configName}}:</view>
+				<view>{{item.airName}}-{{item.configName}}:</view>
 				<input v-model="'数量:'+item.bottleNumber" disabled  type="text" >
 				<input v-model="'数量:'+item.bottleNumber" disabled  type="text" >
 			</view>
 			</view>
 		</view>
 		</view>
@@ -119,13 +119,13 @@
 				  title: '资格申请',
 				  title: '资格申请',
 				})
 				})
 			}
 			}
-			
-			
+
+
         },
         },
         onShow(){
         onShow(){
-			
+
         },
         },
-		
+
         methods: {
         methods: {
 			//获取详情
 			//获取详情
 			async getInfo(){
 			async getInfo(){
@@ -139,7 +139,7 @@
 						_this.form.audit=res.audit;
 						_this.form.audit=res.audit;
 						_this.form.airBottlelist=res.airBottlelist;
 						_this.form.airBottlelist=res.airBottlelist;
 						_this.params.id=res.apply.id;
 						_this.params.id=res.apply.id;
-						
+
 					}
 					}
 				}else if(this.status=='zg'){
 				}else if(this.status=='zg'){
 					const {data} = await qualificationDetail({id:this.id})
 					const {data} = await qualificationDetail({id:this.id})
@@ -150,10 +150,10 @@
 						_this.form.audit=res.audit;
 						_this.form.audit=res.audit;
 						_this.form.airBottlelist=res.airBottlelist;
 						_this.form.airBottlelist=res.airBottlelist;
 						_this.params.id=res.apply.id;
 						_this.params.id=res.apply.id;
-						
+
 					}
 					}
 				}
 				}
-			    
+
 			},
 			},
 			lookItem(item){
 			lookItem(item){
 				//查看图片
 				//查看图片
@@ -169,7 +169,7 @@
 			//提交实验室
 			//提交实验室
 			async submitForm(auditStatus){
 			async submitForm(auditStatus){
 				let _this = this;
 				let _this = this;
-				
+
 				if(!_this.params.leadAuditCause){
 				if(!_this.params.leadAuditCause){
 					uni.showToast({
 					uni.showToast({
 					    title: '请输入审核意见!',
 					    title: '请输入审核意见!',
@@ -226,7 +226,7 @@
 					    },2000);
 					    },2000);
 					}
 					}
 				}
 				}
-				
+
 			},
 			},
 			//实验中心
 			//实验中心
 			async submitForm2(auditStatus){
 			async submitForm2(auditStatus){
@@ -277,13 +277,13 @@
 					    },2000);
 					    },2000);
 					}
 					}
 				}
 				}
-				
-				
+
+
 			},
 			},
         },
         },
 		mounted() {
 		mounted() {
 			this.getInfo();
 			this.getInfo();
-		
+
 		}
 		}
     }
     }
 </script>
 </script>
@@ -327,7 +327,7 @@
 					font-weight: 500;
 					font-weight: 500;
 					color: #999999;
 					color: #999999;
 				}
 				}
-				
+
 				>input{
 				>input{
 					flex:1;
 					flex:1;
 					text-align: right;
 					text-align: right;
@@ -336,8 +336,8 @@
 					font-weight: 500;
 					font-weight: 500;
 					color: #333333;
 					color: #333333;
 				}
 				}
-				
-				
+
+
 			}
 			}
 			/* 时间 */
 			/* 时间 */
 			.register_li_min2{
 			.register_li_min2{
@@ -362,7 +362,7 @@
 					color: #333333;
 					color: #333333;
 					line-height: 100rpx;
 					line-height: 100rpx;
 					width: 188rpx;
 					width: 188rpx;
-					
+
 				}
 				}
 				>view:nth-child(2){
 				>view:nth-child(2){
 					font-size: 24rpx;
 					font-size: 24rpx;
@@ -381,7 +381,7 @@
 					text-align: right;
 					text-align: right;
 				}
 				}
 			}
 			}
-			
+
 			.issue_li{
 			.issue_li{
 				margin:34rpx 26rpx 0;
 				margin:34rpx 26rpx 0;
 				display flex;
 				display flex;
@@ -430,7 +430,7 @@
 					box-sizing: border-box;
 					box-sizing: border-box;
 					margin-top: 20rpx;
 					margin-top: 20rpx;
 				}
 				}
-				
+
 			}
 			}
 		}
 		}
 		/* 按钮 */
 		/* 按钮 */

+ 11 - 11
pages_manage/aptitudeAudit/aptitudeAuditDetail.vue

@@ -3,7 +3,7 @@
     <view id="register">
     <view id="register">
 		<viwe v-if="auditStatus==1" class="tip">已通过审核...</viwe>
 		<viwe v-if="auditStatus==1" class="tip">已通过审核...</viwe>
 		<viwe v-if="auditStatus==2 || auditStatus==0" class="reject">{{form.centerAuditStatus==2?'提交的申请被驳回,驳回原因为:'+form.centerAuditCause:form.leadAuditCause}}</viwe>
 		<viwe v-if="auditStatus==2 || auditStatus==0" class="reject">{{form.centerAuditStatus==2?'提交的申请被驳回,驳回原因为:'+form.centerAuditCause:form.leadAuditCause}}</viwe>
-	
+
 		<view class="register_li">
 		<view class="register_li">
 			<view class="register_li_min">
 			<view class="register_li_min">
 				<img class="icon_img" src="@/images/Version3.0/icon_zgsq_sqr.png">
 				<img class="icon_img" src="@/images/Version3.0/icon_zgsq_sqr.png">
@@ -19,7 +19,7 @@
 		<view class="register_li" v-if="status=='zg'">
 		<view class="register_li" v-if="status=='zg'">
 			<view class="register_li_min" v-for="(item,index) in form.airBottlelist" style="border-bottom:0;" >
 			<view class="register_li_min" v-for="(item,index) in form.airBottlelist" style="border-bottom:0;" >
 				<view></view>
 				<view></view>
-				<view>{{item.airConstituents}}-{{item.configName}}:</view>
+				<view>{{item.airName}}-{{item.configName}}:</view>
 				<input v-model="'数量:'+item.bottleNumber" disabled  type="text" >
 				<input v-model="'数量:'+item.bottleNumber" disabled  type="text" >
 			</view>
 			</view>
 		</view>
 		</view>
@@ -29,7 +29,7 @@
 				<view>实验地点:</view>
 				<view>实验地点:</view>
 				<input v-model="form.location" disabled type="text" >
 				<input v-model="form.location" disabled type="text" >
 			</view>
 			</view>
-			<view class="register_li_min">	
+			<view class="register_li_min">
 			    <view></view>
 			    <view></view>
 				<view>使用期限-开始:</view>
 				<view>使用期限-开始:</view>
 				<input v-model="form.startTime" disabled  type="text" >
 				<input v-model="form.startTime" disabled  type="text" >
@@ -55,7 +55,7 @@
 				<img class="issue_img" :src="baseUrl+form.applyCertificate">
 				<img class="issue_img" :src="baseUrl+form.applyCertificate">
 			</view>
 			</view>
 		</view>
 		</view>
-		
+
 		<view  class="sub_btn" v-if="status=='2'" @click="submitForm()">重新申请</view>
 		<view  class="sub_btn" v-if="status=='2'" @click="submitForm()">重新申请</view>
 	</view>
 	</view>
 </template>
 </template>
@@ -88,11 +88,11 @@
 				  title: '资格申请',
 				  title: '资格申请',
 				})
 				})
 			}
 			}
-			
+
         },
         },
         onShow(){
         onShow(){
         },
         },
-		
+
         methods: {
         methods: {
 			//获取详情
 			//获取详情
 			async getInfo(){
 			async getInfo(){
@@ -153,7 +153,7 @@
 			color: #01CC27;
 			color: #01CC27;
 			line-height: 28rpx;
 			line-height: 28rpx;
 			padding: 36rpx 20rpx;
 			padding: 36rpx 20rpx;
-			box-sizing: border-box;	
+			box-sizing: border-box;
 		}
 		}
 		/* 驳回 */
 		/* 驳回 */
 		.reject{
 		.reject{
@@ -165,7 +165,7 @@
 			color: #DC0000;
 			color: #DC0000;
 			line-height: 36rpx;
 			line-height: 36rpx;
 			padding: 36rpx 20rpx;
 			padding: 36rpx 20rpx;
-			box-sizing: border-box;	
+			box-sizing: border-box;
 		}
 		}
 		.register_li{
 		.register_li{
 			background #fff;
 			background #fff;
@@ -199,7 +199,7 @@
 					font-weight: 500;
 					font-weight: 500;
 					color: #999999;
 					color: #999999;
 				}
 				}
-				
+
 				>input{
 				>input{
 					flex:1;
 					flex:1;
 					text-align: right;
 					text-align: right;
@@ -208,8 +208,8 @@
 					font-weight: 500;
 					font-weight: 500;
 					color: #333333;
 					color: #333333;
 				}
 				}
-				
-				
+
+
 			}
 			}
 			.issue_li{
 			.issue_li{
 				margin:34rpx 26rpx 0;
 				margin:34rpx 26rpx 0;

+ 12 - 12
pages_manage/leaveConfirm/amendAir.vue

@@ -1,7 +1,7 @@
 <!--修改气压-->
 <!--修改气压-->
 <template>
 <template>
     <view id="gasRecycle">
     <view id="gasRecycle">
-		<view class="title">{{specificationName.airConstituents}}-{{specificationName.gasLevel}}</view>
+		<view class="title">{{specificationName.airName}}-{{specificationName.gasLevel}}</view>
 		<view class="register_li">
 		<view class="register_li">
 			<view class="register_li_min">
 			<view class="register_li_min">
 				<view>实验地点:</view>
 				<view>实验地点:</view>
@@ -27,7 +27,7 @@
 	import { gasBottleError } from '@/api/index.js'
 	import { gasBottleError } from '@/api/index.js'
 	import { config } from '@/api/request/config.js'
 	import { config } from '@/api/request/config.js'
     export default {
     export default {
-		
+
         name: "gasRecycle",
         name: "gasRecycle",
         data() {
         data() {
             return {
             return {
@@ -40,7 +40,7 @@
 				},
 				},
 				userType:uni.getStorageSync('userType'),
 				userType:uni.getStorageSync('userType'),
 				form:{
 				form:{
-					
+
 				},
 				},
                 dataList:[],
                 dataList:[],
 				imgList:[],
 				imgList:[],
@@ -50,19 +50,19 @@
             }
             }
         },
         },
         onLoad(option) {
         onLoad(option) {
-			
+
 			this.item=JSON.parse(decodeURIComponent(option.item));
 			this.item=JSON.parse(decodeURIComponent(option.item));
 			this.item2=JSON.parse(decodeURIComponent(option.item2));
 			this.item2=JSON.parse(decodeURIComponent(option.item2));
 			this.specificationName=JSON.parse(this.item.specificationName)
 			this.specificationName=JSON.parse(this.item.specificationName)
         },
         },
         onShow() {
         onShow() {
-			
+
         },
         },
 		mounted(){
 		mounted(){
-		  
-			
+
+
 		},
 		},
-        methods: {  
+        methods: {
 			//提交
 			//提交
 			async submitForm(){
 			async submitForm(){
 				let _this = this;
 				let _this = this;
@@ -97,7 +97,7 @@
         display flex;
         display flex;
         flex-direction column;
         flex-direction column;
         overflow hidden;
         overflow hidden;
-		padding-bottom: 400rpx; 
+		padding-bottom: 400rpx;
 		.title{
 		.title{
 			width: 750rpx;
 			width: 750rpx;
 			height: 100rpx;
 			height: 100rpx;
@@ -142,7 +142,7 @@
 					color: #333333;
 					color: #333333;
 				}
 				}
 			}
 			}
-			
+
 		}
 		}
 		.register_li2{
 		.register_li2{
 			background #fff;
 			background #fff;
@@ -204,7 +204,7 @@
 			position: fixed;
 			position: fixed;
 			bottom:30rpx;
 			bottom:30rpx;
 		}
 		}
-		
-		
+
+
 	}
 	}
 </style>
 </style>

+ 11 - 11
pages_student/leaveConfirm/amendAir.vue

@@ -1,7 +1,7 @@
 <!--修改气压-->
 <!--修改气压-->
 <template>
 <template>
     <view id="gasRecycle">
     <view id="gasRecycle">
-		<view class="title">{{specificationName.airConstituents}}-{{specificationName.gasLevel}}</view>
+		<view class="title">{{specificationName.airName}}-{{specificationName.gasLevel}}</view>
 		<view class="register_li">
 		<view class="register_li">
 			<view class="register_li_min">
 			<view class="register_li_min">
 				<view>实验地点:</view>
 				<view>实验地点:</view>
@@ -27,7 +27,7 @@
 	import { gasBottleError } from '@/api/index.js'
 	import { gasBottleError } from '@/api/index.js'
 	import { config } from '@/api/request/config.js'
 	import { config } from '@/api/request/config.js'
     export default {
     export default {
-		
+
         name: "gasRecycle",
         name: "gasRecycle",
         data() {
         data() {
             return {
             return {
@@ -40,7 +40,7 @@
 				},
 				},
 				userType:uni.getStorageSync('userType'),
 				userType:uni.getStorageSync('userType'),
 				form:{
 				form:{
-					
+
 				},
 				},
                 dataList:[],
                 dataList:[],
 				imgList:[],
 				imgList:[],
@@ -55,13 +55,13 @@
 			this.specificationName=JSON.parse(this.item.specificationName)
 			this.specificationName=JSON.parse(this.item.specificationName)
         },
         },
         onShow() {
         onShow() {
-			
+
         },
         },
 		mounted(){
 		mounted(){
-		  
-			
+
+
 		},
 		},
-        methods: {  
+        methods: {
 			//提交
 			//提交
 			async submitForm(){
 			async submitForm(){
 				let _this = this;
 				let _this = this;
@@ -96,7 +96,7 @@
         display flex;
         display flex;
         flex-direction column;
         flex-direction column;
         overflow hidden;
         overflow hidden;
-		padding-bottom: 400rpx; 
+		padding-bottom: 400rpx;
 		.title{
 		.title{
 			width: 750rpx;
 			width: 750rpx;
 			height: 100rpx;
 			height: 100rpx;
@@ -141,7 +141,7 @@
 					color: #333333;
 					color: #333333;
 				}
 				}
 			}
 			}
-			
+
 		}
 		}
 		.register_li2{
 		.register_li2{
 			background #fff;
 			background #fff;
@@ -205,7 +205,7 @@
 			bottom:30rpx;
 			bottom:30rpx;
 			z-index: 1000;
 			z-index: 1000;
 		}
 		}
-		
-		
+
+
 	}
 	}
 </style>
 </style>