Browse Source

2022.3.15未填报成员功能增加以及已填报列表修改

17613754660 3 years ago
parent
commit
270ae6467c

+ 11 - 11
fhKeeper/formulahousekeeper/timesheet/config/index.js

@@ -1,22 +1,22 @@
 var path = require('path')
 
-//  var ip = '127.0.0.1'
+ var ip = '127.0.0.1'
 // var ip = '192.168.2.36'
 
  
 // var ip = '47.100.37.243' 
-// var ip = '192.168.2.159'
+// var ip = '192.168.2.178'
 
-var os = require('os'), ip = '', ifaces = os.networkInterfaces() // 获取本机ip
+// var os = require('os'), ip = '', ifaces = os.networkInterfaces() // 获取本机ip
 
-for (var i in ifaces) {
-    for (var j in ifaces[i]) {
-        var val = ifaces[i][j]
-        if (val.family === 'IPv4' && val.address !== '127.0.0.1') {
-            ip = val.address
-        }
-    }
-}
+// for (var i in ifaces) {
+//     for (var j in ifaces[i]) {
+//         var val = ifaces[i][j]
+//         if (val.family === 'IPv4' && val.address !== '127.0.0.1') {
+//             ip = val.address
+//         }
+//     }
+// }
 
 module.exports = {
   build: {

File diff suppressed because it is too large
+ 6044 - 3762
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue