中南财经政法大学,ITSM3.0.2版本

seimin 73b8d4b23d 积分 2 years ago
.vscode 55b3368751 项目初始化 3 years ago
assets 73b8d4b23d 积分 2 years ago
bower_components 28540c4264 巡检二期修改 3 years ago
upload f6862c9bf4 华科开始-报表迁移-认证计费 2 years ago
.DS_Store 55b3368751 项目初始化 3 years ago
.gitignore 3ab5838a69 过滤tar文件 3 years ago
README.md ec5b8ff186 readme修改 2 years ago
bower.json 55b3368751 项目初始化 3 years ago
gulpfile.js 2611b49d32 优化 2 years ago
index.html dd8a112993 优化代码 2 years ago
package-lock.json 626bf85654 部署 3 years ago
package.json f6862c9bf4 华科开始-报表迁移-认证计费 2 years ago

README.md

中南财经政法大学ITSM-PC处理端

ITSM3.0.2版本升级

统一版本(记录数据库修改)

v1.0.1

INSERT INTO `itsm_system_configurations` (`id`, `version`, `keyconfig`, `label`, `orders`, `valueconfig`) VALUES ('86', '2', 'wxBxQuestions', '微信报修常见问题链接', '39', '0');
INSERT INTO `itsm_system_configurations` (`id`, `version`, `keyconfig`, `label`, `orders`, `valueconfig`) VALUES ('87', '2', 'wxGuide', '微信报修服务指南链接', '40', '0');
INSERT INTO `itsm_system_configurations` (`id`, `version`, `keyconfig`, `label`, `orders`, `valueconfig`) VALUES ('88', '2', 'wxClQuestions', '微信处理常见问题链接', '41', '0');
INSERT INTO `itsm_system_configurations` (`id`, `version`, `keyconfig`, `label`, `orders`, `valueconfig`) VALUES ('89', '6', 'ifWorking', '是否开通上下班', '42', '0');
UPDATE `itsm_ui_model` SET `ID`='134946', `VERSION`='1', `_key`='houseNumber', `hidden`='0', `MODEL`='incident', `readonly`='0', `required`='0', `STYLE`='col-xs-4', `VALIDATEPATTERN`=NULL, `VIEW`=NULL, `uiwidgetId`='2', `extjson`='{\"templateOptions\":{\"pkey\":\"incident\"}}', `LABEL`='详细地址', `LAYOUT`='18', `PLACEHOLDER`=NULL, `FORMID`='30', `module_`='2', `delete_flag`='0' WHERE (`ID`='134946');
UPDATE `itsm_ui_model` SET `ID`='134948', `VERSION`='1', `_key`='id', `hidden`='0', `MODEL`='incident', `readonly`='0', `required`='0', `STYLE`='col-xs-4', `VALIDATEPATTERN`=NULL, `VIEW`=NULL, `uiwidgetId`='4', `extjson`='{\"templateOptions\":{\"pkey\":\"incident.place\",\"valueProp\":\"id\",\"labelProp\":\"place\",\"optionsUrl\":\"data/fetchDataList/place\",\"optionsDataKey\":\"list\",\"ApiService\":\"api_user_data\",\"APIService\":\"api_user_data\",\"Restangular\":\"UserRestangular\",\"onChange\":\"(function(item,opts,ts,event,model){console.log(ts.$parent.$parent.$parent.model.incident,\'caca\');if(ts.$parent.$parent.$parent.model.incident.place!=null){opts.templateOptions.linkage(\'room\',{\'room\':{\'place\': {\'id\':item}}},ts.$parent.$parent.$parent.$parent,\'incident\',\'room\');}for(var i=0;i<opts.templateOptions.options.length;i++){if(opts.templateOptions.options[i].id== item){ts.$parent.$parent.$parent.model.incident.area.id=opts.templateOptions.options[i].place.area.id}}})\",\"refresh\":\"(function(searchVal,field,model){api_user_data. fetchDataList(\'place\',{ \'idx\': 0, \'sum\': 1000 ,\'place\':{\'areaId\': model.$parent.$parent.$parent.model.incident.area.id,\'place\': searchVal,\'selectType\':\'pinyin_qs\'}}).then(function(response) {field.templateOptions.options=response.list})})\"},\"hideExpression\":\"\'(model[\\\"isplace\\\"])\'\"}', `LABEL`='地点选择', `LAYOUT`='16', `PLACEHOLDER`=NULL, `FORMID`='30', `module_`='2', `delete_flag`='0' WHERE (`ID`='134948');
INSERT INTO `itsm_ui_model` (`ID`, `VERSION`, `_key`, `hidden`, `MODEL`, `readonly`, `required`, `STYLE`, `VALIDATEPATTERN`, `VIEW`, `uiwidgetId`, `extjson`, `LABEL`, `LAYOUT`, `PLACEHOLDER`, `FORMID`, `module_`, `delete_flag`) VALUES ('135159', '1', 'id', '0', 'incident', '0', '0', 'col-xs-4', NULL, NULL, '4', '{\"templateOptions\":{\"pkey\":\"incident.room\",\"valueProp\":\"id\",\"labelProp\":\"room\",\"optionsUrl\":\"data/fetchDataList/room\",\"optionsDataKey\":\"list\",\"ApiService\":\"api_user_data\",\"APIService\":\"api_user_data\",\"Restangular\":\"UserRestangular\",\"refresh\":\"(function(searchVal,field,model){api_user_data.fetchDataList(\'room\',{ \'idx\': 0, \'sum\': 1000 ,\'room\':{\'place\': {\'id\':model.$parent.$parent.$parent.model.incident.place.id}}}).then(function(response) {field.templateOptions.options=response.list})})\",\"onChange\":\"(function(item,opts,ts,event,model){console.log(item,opts,ts,event,model,\'房间号\',ts.$parent.$parent.$parent.model.incident.houseNumber,model.room);var obj = opts.templateOptions.options.find(v=>v.id == item);ts.$parent.$parent.$parent.model.incident.houseNumber = obj?obj.room:\'\';})\"},\"hideExpression\":\"\'!(model[\\\"isRoom\\\"])\'\"}', '房间号', '17', NULL, '30', '2', '0');