# 中南财经政法大学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;iv.id == item);ts.$parent.$parent.$parent.model.incident.houseNumber = obj?obj.room:\'\';})\"},\"hideExpression\":\"\'!(model[\\\"isRoom\\\"])\'\"}', '房间号', '17', NULL, '30', '2', '0'); ```