123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- <style>
- .tree-control .tree-input {
- min-height: 34px!important;
- padding-top: 5px;
- }
-
- .tree-control .tree-view .item-container:hover,
- .tree-control .tree-view .selected,
- .tree-control .tree-view .active {
- background-color: #428bca;
- background-image: linear-gradient(#428bca, #428bca)!important;
- background: #428bca;
- color: #fff;
- }
-
- .tree-control .tree-view .item-container:hover .expand,
- .tree-control .tree-view .selected .expand,
- .tree-control .tree-view .active .expand {
- border-left: 10px solid #fff;
- }
-
- .tree-control .tree-view .item-container:hover .expand-opened,
- .tree-control .tree-view .selected .expand-opened,
- .tree-control .tree-view .active .expand-opened {
- border-bottom: 0px solid transparent;
- border-left: 6px solid transparent;
- border-right: 6px solid transparent;
- border-top: 10px solid #fff;
- }
- .jry_history{
- width: 100%;
- height: 40px;
- line-height: 40px;
- background-color: rgb(234,234,234);
- border-radius: 4px
- }
- .jry_history .tit{
- float: left;
- margin-left: 8px;
- font-weight: bold;
- font-size: 16px
- }
- .jry_history .more{
- float: right;
- margin-right: 8px;
- color: rgb(30, 108, 172);
- cursor: pointer;
- }
- .jry_lists_box{
- width: 100%;
- height: 200px;
- background-color: rgb(249,249,249);
- overflow: hidden;
- overflow-y: scroll
- }
- .jry_lists_box .jry_lists{
- width: 100%;
- height: 30px;
- line-height: 30px;
- }
- .jry_lists_box .jry_lists span{
- float: left;
- margin-left: 20px;
- color: rgb(160,160,160)
- }
- .jry_lists_box .jry_lists .yuan{
- width: 10px;
- height: 10px;
- border-radius: 50%;
- background-color: rgb(121,163,196);
- margin-top: 10px
- }
- .jry_lists_box .jry_lists .see{
- color: rgb(24,29,159);
- text-decoration: underline;
- cursor: pointer;
- }
- .jry_lists_box .jry_lists:nth-child(1) span{
- color: black
- }
- .jry_lists_box .jry_lists:nth-child(1) .yuan{
- background-color: rgb(0,67,122);
- }
- .tongguo{
- background-color: rgb(0,83,149);
- border:1px rgb(0,83,149) solid;
- color: white
- }
- .quxiao{
- border:1px black solid;
- background-color: white
- }
- .bohui{
- color: red;
- border: 1px red solid;
- background-color: rgb(250,239,232)
- }
- .bohui_box{
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 9998;
- background-color: rgba(0,0,0,0.5)
- }
- .bohui_box .bohui_ipt_box{
- width: 400px;
- height: 240px;
- background-color: white;
- z-index: 9999;
- margin-left: -200px;
- margin-top: -120px;
- position: fixed;
- left: 50%;
- top: 50%
- }
- .bohui_tit{
- height: 30px;
- line-height: 30px;
- text-align: center;
- border-bottom: 1px rgb(239,239,239) solid;
- font-weight: bold;
- font-size: 16px;
- }
- .bohui_yuanyin{
- padding-left: 20px;
- }
- .bohui_yuanyin .bohui_yuanyin_tit{
- height: 30px;
- line-height: 30px
- }
- .bohui_anniu{
- border-top: 1px rgb(239,239,239) solid;
- margin-top: 11px;
- }
- .bohui_anniu .bohui_baocun{
- width: 50%;
- float: left;
- text-align: center;
- height: 36px;
- line-height: 36px;
- background-color: rgb(246,247,249);
- cursor: pointer;
- }
- .bohui_anniu .bohui_quxiao{
- width: 50%;
- float: left;
- text-align: center;
- height: 36px;
- line-height: 36px;
- background-color: rgb(246,247,249);
- border-left: 1px rgb(239,239,239) solid;
- cursor: pointer;
- }
- .formly-field-ui-input{
- height:62px;
- }
- </style>
- <div ng-controller="knowledgeformCtrl">
- <!--{{title}}-->
- <form>
- <formly-form model="vm.model" fields="vm.fields" options="vm.options" form="vm.form" ng-if="vm.fields.length">
- <div></div>
- <div class="col-xs-12 margin-top-30 margin-bottom-30 text-center">
- <div class="jry_history">
- <span class="tit">历史纪录</span>
- <span class="more" ng-click="to_history()">更多>></span>
- </div>
- <div class="jry_lists_box">
- <div class="jry_lists" ng-repeat="v in historyData" ng-click="other_to_lishi(v)">
- <span>{{v.solutionnumber}}</span>
- <span class="yuan"></span>
- <span>{{v.createtime}}</span>
- <span>{{v.createUser.name}}</span>
- <span><<{{v.title}}>></span>
- <span class="see">查看</span>
- </div>
- </div>
- <button class="btn tongguo" ng-click="jry_shenhe_success()">通过</button>
- <button class="btn quxiao" ng-click="jry_shenhe_close()">取消</button>
- <button class="btn bohui" ng-click="jry_bohuiyuanyin_show()">驳回</button>
- <!-- <button type="button" ladda="ldloading.sm" class="margin-left-5 btn btn-default ladda-button" ng-click="vm.options.resetModel()" translate="form.button.RESET">Reset</button> -->
- </div>
- </formly-form>
- </form>
- <div class="bohui_box" ng-show="bohui_show">
- <div class="bohui_ipt_box">
- <div class="bohui_tit">驳回原因</div>
- <div class="bohui_yuanyin">
- <div class="bohui_yuanyin_tit"><span>*</span>驳回原因:</div>
- <!-- <input type="text" class="bohui_ipt" placeholder="请输入驳回原因"> -->
- <textarea cols="48" rows="7" style="resize: none;" placeholder="请输入驳回原因" ng-model="bohui_YY"></textarea>
- </div>
- <div class="bohui_anniu">
- <div class="bohui_baocun" ng-click="jry_shenhe_bohui()">保存</div>
- <div class="bohui_quxiao" ng-click="bohuiyuanyin_close()">取消</div>
- </div>
- </div>
- </div>
- </div>
|