seimin 2 anni fa
parent
commit
92a2525ad3
3 ha cambiato i file con 13 aggiunte e 1 eliminazioni
  1. 8 0
      README.md
  2. 3 0
      assets/js/controllers/customform/customformCtrl.js
  3. 2 1
      assets/js/main.js

+ 8 - 0
README.md

@@ -1,3 +1,11 @@
1 1
 # 中南财经政法大学ITSM-PC处理端
2 2
 # ITSM3.0.2版本升级
3 3
 
4
+# 统一版本(记录数据库修改)
5
+## v1.0.1
6
+```
7
+INSERT INTO `itsm_system_configurations` (`id`, `version`, `keyconfig`, `label`, `orders`, `valueconfig`) VALUES ('86', '2', 'wxBxQuestions', '微信报修常见问题链接', '39', '0');
8
+INSERT INTO `itsm_system_configurations` (`id`, `version`, `keyconfig`, `label`, `orders`, `valueconfig`) VALUES ('87', '2', 'wxGuide', '微信报修服务指南链接', '40', '0');
9
+INSERT INTO `itsm_system_configurations` (`id`, `version`, `keyconfig`, `label`, `orders`, `valueconfig`) VALUES ('88', '2', 'wxClQuestions', '微信处理常见问题链接', '41', '0');
10
+INSERT INTO `itsm_system_configurations` (`id`, `version`, `keyconfig`, `label`, `orders`, `valueconfig`) VALUES ('89', '6', 'ifWorking', '是否开通上下班', '42', '0');
11
+```

+ 3 - 0
assets/js/controllers/customform/customformCtrl.js

@@ -10993,6 +10993,9 @@ appFormly.config(function config(formlyConfigProvider) {
10993 10993
                         }
10994 10994
                         if (key == "requester") {
10995 10995
                         }
10996
+                        if (key == "room") {
10997
+                          item.templateOptions.options = list;
10998
+                        }
10996 10999
                       }
10997 11000
                     });
10998 11001
                   });

+ 2 - 1
assets/js/main.js

@@ -1,4 +1,5 @@
1
-var app = angular.module('itsmApp', ['itsm-dep']);
1
+console.info('v1.0.1');
2
+var app = angular.module('itsmApp', ['itsm-dep']);
2 3
 var domainName = document.domain;//域名
3 4
 var protocolName = document.location.protocol;//http协议
4 5
 // var appchild = angular.module('itsmApp', ['itsm-dep']);