| 
					
				 | 
			
			
				@@ -207,7 +207,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import api from "@/api/api"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import moment from 'moment' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-// import testNfc from "@/common/util/hexiii-nfc.js" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { mapGetters } from "vuex"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import configService from '@/common/service/config.service.js' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export default { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -272,17 +271,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         username: function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return uni.getStorageSync('login_user_info')['realname'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        cardIds: function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            return this.$store.getters.nfcreadtxt 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    watch: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        cardIds: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            handler(newV, oldV) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                this.getCardLists(newV) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            immediate: true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     mounted() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         console.log(uni.getStorageSync('login_user_info'), 'ceshi00-----------') 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1587,33 +1575,11 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.isRule14 = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        //根据NFC读取数据获取监测地点信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        getCardLists(ids) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            let that = this 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            new Promise((resolve, reject) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                api 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    .getCardList({ id: ids }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    .then((response) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        if (response.data.code == 200) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            let data = response.data.result 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            that.formState.jcdd = data.id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            that.deviceId = data.id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //瓦斯新增 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         getAdd() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             let that = this 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             that.isStatus = 'add' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             that.isShowAdd = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            // that.formState.jcy = this.username 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            // if (that.nfcShow) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            //     testNfc.listenNFCStatus() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            //     testNfc.readData(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            //     // //根据NFC读取数据获取监测地点信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            //     // that.getCardLists(ids) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             that.formState = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 id: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 bc: that.indexParam['班次'], 
			 |