lxh hace 2 días
padre
commit
838bb4f895

+ 2 - 2
common/service/config.service.js

@@ -10,9 +10,9 @@ if (process.env.NODE_ENV == "development") {
   // BASE_URL = "http://10.246.183.35:9999"; // 乌兰木伦
   // BASE_URL = "http://10.246.183.35:9999"; // 乌兰木伦
   // BASE_URL = "http://10.120.120.164:9999"; // 察哈素
   // BASE_URL = "http://10.120.120.164:9999"; // 察哈素
   // BASE_URL = "http://182.92.126.35:9999"; // 生产环境
   // BASE_URL = "http://182.92.126.35:9999"; // 生产环境
-  // BASE_URL = "http://172.16.53.16:9999"; //
+  BASE_URL = "http://172.16.53.16:9999"; //大海则
   // BASE_URL = "http://10.246.167.205:9999"; //上湾
   // BASE_URL = "http://10.246.167.205:9999"; //上湾
-  BASE_URL = "http://172.30.157.9:9999"; //元子沟
+  // BASE_URL = "http://172.30.157.9:9999"; //元子沟
   // BASE_URL = "http://10.246.167.205:9999"; //上湾
   // BASE_URL = "http://10.246.167.205:9999"; //上湾
 }
 }
 let staticDomainURL = BASE_URL + "/sys/common/static";
 let staticDomainURL = BASE_URL + "/sys/common/static";

+ 1 - 1
pages/gasreport/components/gasFill.vue

@@ -191,7 +191,7 @@ export default {
   
   
     data() {
     data() {
         return {
         return {
-            nfcShow: false,//是否使用NFC
+            nfcShow: true,//是否使用NFC
             isDisabled: false,
             isDisabled: false,
             isStatus: '',
             isStatus: '',
             deviceId: '',
             deviceId: '',

+ 1 - 1
pages/gasreport/components/gasImgIdentify.vue

@@ -126,7 +126,7 @@
 import api from "@/api/api";
 import api from "@/api/api";
 import moment from 'moment'
 import moment from 'moment'
 import configService from '@/common/service/config.service.js'
 import configService from '@/common/service/config.service.js'
-// import { RHFselcet } from '@/uni_modules/fz-media-selcet';
+import { RHFselcet } from '@/uni_modules/fz-media-selcet';
 export default {
 export default {
     name: 'gasFill',
     name: 'gasFill',
     props: {
     props: {

+ 1 - 1
pages/gasreport/components/popupModal.vue

@@ -32,7 +32,7 @@ export default {
     data() {
     data() {
         return {
         return {
             indexList: [
             indexList: [
-                // { id: 1, label: '瓦斯巡检记录卡管理', },
+                { id: 1, label: '瓦斯巡检记录卡管理', },
                 // { id: 1, label: '图片识别', },
                 // { id: 1, label: '图片识别', },
                 {
                 {
                     id: 2, label: '巡检任务面板', children: [
                     id: 2, label: '巡检任务面板', children: [

+ 1 - 1
pages/gasreport/components/taskBoard.vue

@@ -52,7 +52,7 @@ export default {
             searchTime: '',//检测时间
             searchTime: '',//检测时间
             showCalendar: false,//控制日期选型下拉开启
             showCalendar: false,//控制日期选型下拉开启
             // timeRan: Number(new Date()),
             // timeRan: Number(new Date()),
-            minDate: moment().subtract(7, 'days').format('YYYY-MM-DD'),
+            minDate: moment().subtract(30, 'days').format('YYYY-MM-DD'),
             isShow: true,
             isShow: true,
             loadComponent: '',
             loadComponent: '',
             taskId: '',
             taskId: '',