123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504 |
- <div class="modal-header">
- <div class="modal-title fontcolor-two fontsizes-14">事件分类选择<button type="button" class="close pull-right" ng-click="cancel()">×</button></div>
- </div>
- <div class="flex">
- <div class="leftList">
- <div class="DingW"><input type="text" class="SJFL_ipt" placeholder="请输入关键字" ng-model="jry_modelLeft" ng-change="left_serch()"><i class="glyphicon glyphicon-search jry_icon"></i></div>
- <div class="head">事件分类</div>
- <div class="body">
- <div class="box-tree" ng-show="jry_modelLeft==''">
- <span ng-if="doing_async">...加载中...</span>
- <!-- <abn-tree tree-data="my_data" tree-control="my_tree" on-select="my_tree_handler(branch)" expand-level="2" icon-leaf="iconfont icon-zuzhijiaose" icon-expand="ti-plus" icon-collapse="ti-minus "></abn-tree> -->
- <abn-tree tree-data="my_data" tree-control="my_tree" on-select="my_tree_handler(branch)" expand-level="2" icon-leaf="iconfont icon-fenlei" icon-expand="ti-plus" icon-collapse="ti-minus"></abn-tree>
- </div>
- <div ng-show="jry_modelLeft!=''">
- <div ng-repeat="n in left_searchData" class="leftSearchData" ng-click="leftSearchGetData($index,n)" ng-class="{true:'leftSearchDatabg'}[$index==indexBG]">
- <i class="indented tree-icon iconfont icon-fenlei"></i><div>{{n.category}}</div>
- </div>
- </div>
- </div>
- </div>
- <div class="rightList">
- <div class="DingW"><input type="text" class="SJMS_ipt" ng-model="jry_modelRight" placeholder="请输入关键字" ng-change="right_serch()"><i class="glyphicon glyphicon-search jry_icon"></i></div>
- <div class="head">事件描述</div>
- <div class="body">
- <!-- <img src="./../../images/404_wushuju.png"> -->
- <div class="noData" ng-show="jry_scricData.length==0"><img src="./../../../../assets/images/404_wushuju.png" alt=""></div>
- <div class="list" ng-repeat="n in jry_scricData">
- <div class="radio_left">
- <input type="radio" name="jry_radio" ng-click="getFormItem(n)">
- </div>
- <div>
- <div class="describe">
- <span>事件描述:</span>
- <span>{{n.describes}}</span>
- </div>
- <div class="weight">
- <span>工单权重:</span>
- <span>{{n.weight.name}}</span>
- </div>
- <div class="priority">
- <span>优先级:</span>
- <span>{{n.priority.name}}</span>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="modal-footer">
- <button class="btn btn-primary" ng-click="ok()" translate="modal.button.OK">OK</button>
- <button class="btn btn-primary btn-o" ng-click="cancel()" translate="modal.button.CANCEL">Cancel</button>
- </div>
- <style>
- .leftSearchData{
- height: 28.4px;
- line-height: 28.4px;
- color: #8e8e93;
- font-size: 14px;
- display: flex;
- padding-left: 11px;
- cursor: pointer;
- }
- .leftSearchDatabg{
- background-color: rgb(0,107,191);
- color:white
- }
- /* .leftSearchData:hover{
- background-color: rgb(238,238,238)
- } */
- .leftSearchData i{
- color: #007AFF
- }
- .leftSearchData div{
- margin-left: 5px
- }
- .jry_icon{
- position: absolute;
- right: 0;
- top: 0;
- display: inline-block;
- width: 20px;
- height: 23px;
- text-align: center;
- line-height: 23px;
- border: 1px rgb(211,211,211) solid;
- background-color: white;
- border-radius: 0 4px 4px 0;
- cursor: pointer;
- }
- .DingW{
- position: relative;
- }
- .SJFL_ipt{
- width: 238px;
- border-radius: 4px 0 0 4px!important;
- }
- .SJMS_ipt{
- width: 561px;
- border-radius: 4px 0 0 4px!important;
- }
- .radio_left{
- width: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .list{
- padding: 10px 0;
- border-bottom: 1px rgb(211,211,211) solid;
- border-top: 1px rgb(211,211,211) solid;
- display: flex
- }
- .body{
- height: 330px;
- overflow: hidden;
- overflow-y: scroll
- }
- .noData{
- /* background: url(./../../images/404_wushuju.png); */
- /* background-size: 100% 100% */
- width: 100%;
- height: 330px;
- line-height: 330px;
- text-align: center
- }
- .flex{
- display: flex
- }
- .leftList{
- width: 30%;
- background-color: rgb(245,245,245);
- height: 400px;
- margin:10px 5px 10px 10px;
- border:1px rgb(211,211,211) solid;
- border-radius: 4px;
- padding: 5px;
- }
- .rightList{
- width: 66%;
- background-color: rgb(245,245,245);
- height: 400px;
- margin:10px 5px 10px 10px;
- border:1px rgb(211,211,211) solid;
- border-radius: 4px;
- padding: 5px;
- }
- .head{
- color: #005395;
- font-size: 12px;
- height: 30px;
- line-height: 30px;
- border-bottom: 1px rgb(211,211,211) solid
- }
- /* 公共css,需要复用 */
-
- .iconfont {
- font-size: 14px;
- }
-
- .nav-pills>li>a {
- border-radius: 0px;
- }
-
- .nav-pills>li.active>a,
- .nav-pills>li.active>a:hover,
- .nav-pills>li.active>a:focus {
- background-color: #006bbf;
- color: white !important;
- }
-
- .panel-tabs,
- .tabbable {
- /* padding: 14px; */
- background-color: white;
- }
-
- .tab-content>.tab-pane,
- .pill-content>.pill-pane {
- padding: 14px;
- border-bottom: 1px solid #eeeeee;
- border-left: 1px solid #eeeeee;
- border-right: 1px solid #eeeeee;
- border-radius: 0px 0px 8px 8px;
- }
-
- .nav-tabs>li.active a,
- .nav-tabs>li.active a:hover,
- .nav-tabs>li.active a:focus {
- background-color: #006bc0;
- color: white;
- }
-
- .nav-tabs {
- border-top: 1px solid #eeeeee;
- border-bottom: 1px solid #eeeeee;
- border-left: 1px solid #eeeeee;
- border-right: 1px solid #eeeeee;
- border-radius: 8px 8px 0 0;
- height: 47px;
- }
-
- .nav-tabs>li {
- border-right: 1px solid #eeeeee;
- }
-
- .nav-tabs>li:last-child {
- border-right: none;
- }
- /* 独立css */
-
- .mainDiv {
- /* background: red; */
- /* padding: 14px; */
- /* height: 50px; */
- overflow: hidden;
- /* zoom: 1; */
- }
-
- .mainDivLeft {
- border-radius: 8px;
- border: 1px solid #eeeeee;
- width: 288px;
- float: left;
- }
-
- .mainDivRight {
- margin-left: 302px;
- border-radius: 8px;
- border: 1px solid #eeeeee;
- }
-
- .mainDiv-head {
- height: 47px;
- line-height: 47px;
- background: #f5f5f5;
- font-size: 16px;
- color: #606367;
- border-radius: 8px 8px 0 0;
- padding-left: 10px;
- padding-right: 4px;
- }
-
- .mainDivLeft-span {
- border: 1px solid;
- /* padding: 15px 0px 15px 0px; */
- padding-left: 15px;
- padding-right: 15px;
- padding-top: 4px;
- padding-bottom: 4px;
- height: 28px;
- line-height: 28px;
- border-radius: 4px;
- margin-right: 10px;
- font-size: 14px;
- }
-
- .mainDiv-head-right {
- display: inline-block;
- float: right;
- }
-
- .edit-left {
- display: inline-block;
- /* float: left; */
- margin-left: 10px;
- }
-
- .span-1 {
- border-color: #006bc0;
- color: #006bc0;
- }
-
- .span-2 {
- border: none;
- color: white;
- background-color: #006bc0;
- }
-
- .span-3 {
- border: none;
- color: white;
- background-color: #fc4c58;
- }
-
- .mainDiv-body {
- border-radius: 8px;
- border: 1px solid #eeeeee;
- margin: 14px;
- padding-top: 14px;
- }
-
- .mainDiv-body-1 {
- height: 50px;
- line-height: 50px;
- font-size: 16px;
- color: #606367;
- padding: 0px 14px;
- border-bottom: 1px solid #eeeeee;
- }
-
- .mainDiv-body-2 {
- height: 70px;
- line-height: 70px;
- font-size: 14px;
- color: #606367;
- padding: 0px 30px;
- border-bottom: 1px solid #eeeeee;
- }
-
- .mainDiv-body-2:last-child {
- border-bottom: none;
- }
-
- .fixHeight {
- height: 450px;
- overflow: auto;
- }
-
- .mainDiv-body-3 {
- height: 50px;
- line-height: 50px;
- font-size: 14px;
- color: #606367;
- padding: 0px 30px;
- border-bottom: 1px solid #eeeeee;
- }
-
- .mainDiv-body-3:last-child {
- border-bottom: none;
- }
-
- .mainDiv-body-img {
- height: 90px;
- border-radius: 4px;
- margin: 14px;
- margin-bottom: 0px;
- overflow: hidden;
- }
-
- .mainDiv-body-noList {
- height: 110px;
- margin: 50px 0;
- text-align: center;
- }
-
- .form-control {
- display: inline-block;
- }
-
- .mainDivLeft-span-1 {
- border: 1px solid;
- padding-left: 15px;
- padding-right: 15px;
- /* padding-top: 4px; */
- /* padding-bottom: 4px; */
- height: 28px;
- line-height: 28px;
- border-radius: 4px;
- margin-right: 10px;
- font-size: 14px;
- display: inline-block;
- }
-
- .mainDivLeft-span-2 {
- border: 1px solid;
- padding-left: 15px;
- padding-right: 15px;
- /* padding-top: 4px; */
- /* padding-bottom: 4px; */
- height: 28px;
- line-height: 28px;
- border-radius: 4px;
- margin-right: 10px;
- font-size: 14px;
- display: inline-block;
- }
-
- .mainDivLeft-span-edit-1 {
- border: 1px solid;
- padding-left: 8px;
- padding-right: 8px;
- /* padding-top: 4px; */
- /* padding-bottom: 4px; */
- height: 22px;
- line-height: 22px;
- border-radius: 2px;
- margin-right: 10px;
- font-size: 12px;
- display: inline-block;
- }
-
- .mainDivLeft-span-edit-2 {
- border: 1px solid;
- padding-left: 8px;
- padding-right: 8px;
- /* padding-top: 4px; */
- /* padding-bottom: 4px; */
- height: 22px;
- line-height: 22px;
- border-radius: 2px;
- margin-right: 10px;
- font-size: 12px;
- display: inline-block;
- }
- /* tab内容css */
-
- .tab-mainDiv {
- border: 1px solid #eeeeee;
- border-radius: 8px;
- /* min-height: 360px; */
- }
-
- .tab-mainDiv-head {
- text-align: center;
- border-bottom: 1px solid #eeeeee;
- height: 34px;
- line-height: 34px;
- font-size: 14px;
- color: #93989e;
- }
-
- .tab-mainDiv-body {
- padding: 14px;
- min-height: 280px;
- max-height: 320px;
- overflow: auto;
- /* padding-top: 14px; */
- /* padding-bottom: 14px; */
- }
-
- .tab-mainDiv-body-lineDiv-50 {
- /* display: inline-block; */
- font-size: 14px;
- color: #93989e;
- margin-right: 14px;
- width: 47%;
- padding-left: 14px;
- }
-
- .tab-mainDiv-body-lineDiv-100 {
- /* display: inline-block; */
- font-size: 14px;
- color: #93989e;
- margin-right: 14px;
- width: 96%;
- padding-left: 14px;
- }
-
- .tab-mainDiv-body-lable {
- padding-bottom: 10px;
- /* width: 370px; */
- }
-
- .tab-mainDiv-body-content {
- padding-bottom: 10px;
- /* width: 370px; */
- }
-
- .tab-mainDiv-body-content>textarea {
- min-height: 68px;
- width: 100%;
- }
-
- .tab-mainDiv-foot {
- /* margin: 14px auto; */
- border-top: 1px solid #eeeeee;
- text-align: center;
- padding: 7px;
- }
-
- .tab-mainDiv-body-button-1 {
- display: inline-block;
- width: 80px;
- height: 34px;
- line-height: 34px;
- font-size: 14px;
- color: white;
- text-align: center;
- background-color: #006bc0;
- border-radius: 4px;
- margin-right: 14px;
- }
-
- .tab-mainDiv-body-button-2 {
- display: inline-block;
- width: 80px;
- height: 34px;
- line-height: 34px;
- font-size: 14px;
- color: #93989e;
- text-align: center;
- background-color: #f5f5f5;
- border-radius: 4px;
- box-sizing: border-box;
- border: 1px solid #eeeeee;
- }
-
-
- .tree-control .tree-view {
- width: inherit;
- z-index: 9999;
- }
- </style>
|