Commit 4fe35a43 authored by frank.xa.zhang's avatar frank.xa.zhang

Merge branch 'develop' of…

Merge branch 'develop' of http://code.tech.tax.asia.pwcinternal.com/root/legal-entity-mgt into develop
parents fa8f0004 3aa82b4e
...@@ -904,10 +904,11 @@ ...@@ -904,10 +904,11 @@
var calendarList = document.getElementById('calendarList'); var calendarList = document.getElementById('calendarList');
var html = []; var html = [];
CalendarList.forEach(function (calendar) { CalendarList.forEach(function (calendar) {
html.push('<div class="lnb-calendars-item"><label>' + html.push('<div class="lnb-calendars-item" style="background: ' + calendar.borderColor + ' ;"><label>' +
'<input type="checkbox" class="tui-full-calendar-checkbox-round" value="' + calendar.id + '" checked>' + '<input type="checkbox" class="tui-full-calendar-checkbox-round" value="' + calendar.id + '" checked>' +
'<span style="border-color: ' + calendar.borderColor + '; background-color: ' + calendar.borderColor + ';margin-top:3px;display:inline-block;vertical-align:top;"></span>' + // '<span style="border-color: ' + calendar.borderColor + '; background-color: ' + calendar.borderColor + ';margin-top:3px;display:inline-block;vertical-align:top;"></span>' +
'<span style="display:inline-block;line-height:20px;width:100px;">' + calendar.name + '</span>' + '<span style="margin-top:5px;display:inline-block;vertical-align:top;"></span>' +
'<span style="display:inline-block;line-height:20px;width:80%;color:white;">' + calendar.name + '</span>' +
'</label></div>' '</label></div>'
); );
}); });
...@@ -928,8 +929,8 @@ ...@@ -928,8 +929,8 @@
List.forEach(function (item) { List.forEach(function (item) {
html.push('<div class="lnb-calendars-item"><label>' + html.push('<div class="lnb-calendars-item"><label>' +
'<input type="checkbox" class="tui-full-calendar-checkbox-round" eleType=' + elementId + ' value="' + item.value + '" checked>' + '<input type="checkbox" class="tui-full-calendar-checkbox-round" eleType=' + elementId + ' value="' + item.value + '" checked>' +
'<span class="fa fa-check" style="border-color: ' + color + ';border-size: 1px; margin-top:3px;display:inline-block;vertical-align:top;color:#aaa;line-height:9px;padding-left: 2px;font-size: 11px;"></span>' + '<span class="fa fa-check" style="border-color: ' + color + ';border-size: 1px; margin-top:4px;display:inline-block;vertical-align:top;color:#aaa;line-height:9px;padding-left: 2px;font-size: 11px;"></span>' +
'<span style="display:inline-block;line-height:20px;width:100px;">' + item.name + '</span>' + '<span style="display:inline-block;line-height:20px;width:80%;">' + item.name + '</span>' +
'</label></div>' '</label></div>'
); );
}); });
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
<div id="lnb-calendars" class="lnb-calendars"> <div id="lnb-calendars" class="lnb-calendars">
<div> <div>
<div class="lnb-calendars-item"> <div class="lnb-calendars-item">
<label> <label style="padding: 0 5%;">
<input class="tui-full-calendar-checkbox-round" id="viewAll" type="checkbox" value="all" checked> <input class="tui-full-calendar-checkbox-round" id="viewAll" type="checkbox" value="all" checked>
<span class="fa fa-check" style="border-color: #aaa; border-size: 1px; margin-top: 3px; display: inline-block; vertical-align: top; color: #aaa; line-height: 9px; padding-left: 2px; font-size: 11px; "></span> <span class="fa fa-check" style="border-color: #6e6e6e; border-size: 1px; margin-top: 1px; display: inline-block; vertical-align: top; color: #6e6e6e; line-height: 9px; padding-left: 2px; font-size: 11px; "></span>
<strong>显示所有</strong> <strong>显示所有</strong>
</label> </label>
</div> </div>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</div> </div>
<div id="right"> <div id="right">
<div id="menu"> <div id="menu">
<span class="dropdown"> <span class="dropdown" ng-show="false">
<button id="dropdownMenu-calendarType" class="btn btn-default btn-sm dropdown-toggle" type="button" data-toggle="dropdown" <button id="dropdownMenu-calendarType" class="btn btn-default btn-sm dropdown-toggle" type="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="true"> aria-haspopup="true" aria-expanded="true">
<i id="calendarTypeIcon" class="calendar-icon ic_view_month" style="margin-right: 4px;"></i> <i id="calendarTypeIcon" class="calendar-icon ic_view_month" style="margin-right: 4px;"></i>
...@@ -73,6 +73,8 @@ ...@@ -73,6 +73,8 @@
</ul> </ul>
</span> </span>
<span id="menu-navi"> <span id="menu-navi">
<button type="button" class="btn btn-default btn-sm move-today" data-action="move-today">Agenda</button>
<button type="button" class="btn btn-default btn-sm move-today" data-action="move-today">Month</button>
<button type="button" class="btn btn-default btn-sm move-today" data-action="move-today">今天</button> <button type="button" class="btn btn-default btn-sm move-today" data-action="move-today">今天</button>
<button type="button" class="btn btn-default btn-sm move-day" data-action="move-prev"> <button type="button" class="btn btn-default btn-sm move-day" data-action="move-prev">
<i class="calendar-icon ic-arrow-line-left" data-action="move-prev"></i> <i class="calendar-icon ic-arrow-line-left" data-action="move-prev"></i>
......
...@@ -106,7 +106,7 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span { ...@@ -106,7 +106,7 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span {
#lnb { #lnb {
position: absolute; position: absolute;
width: 200px; width: 13%;
top: 0; top: 0;
bottom: 0; bottom: 0;
border-right: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5;
...@@ -116,7 +116,7 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span { ...@@ -116,7 +116,7 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span {
#right { #right {
position: absolute; position: absolute;
left: 200px; left: 13%;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
...@@ -128,7 +128,7 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span { ...@@ -128,7 +128,7 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span {
} }
.lnb-new-schedule { .lnb-new-schedule {
padding-bottom: 12px; padding: 5% 5% 10% 5%;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
...@@ -139,7 +139,7 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span { ...@@ -139,7 +139,7 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span {
color: #ffffff; color: #ffffff;
border: 0; border: 0;
border-radius: 4px; border-radius: 4px;
padding: 10px 20px; padding: 5% 10%;
font-weight: bold; font-weight: bold;
} }
...@@ -166,7 +166,7 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span { ...@@ -166,7 +166,7 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span {
} }
.lnb-calendars > div { .lnb-calendars > div {
padding: 12px 16px; padding: 12px 5px 12px 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
font-weight: normal; font-weight: normal;
} }
...@@ -179,12 +179,18 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span { ...@@ -179,12 +179,18 @@ input[type=checkbox].tui-full-calendar-checkbox-round+span {
.lnb-calendars-d1 label { .lnb-calendars-d1 label {
font-weight: normal; font-weight: normal;
display: table;
padding: 0 5%;
width: 100%;
} }
.lnb-calendars-item { .lnb-calendars-item {
min-height: 14px; min-height: 14px;
line-height: 14px; line-height: 14px;
padding: 8px 0; padding: 5px 0;
margin: 3px 0;
border: 0;
border-radius: 10px;
} }
.lnb-footer { .lnb-footer {
......
...@@ -1667,4 +1667,22 @@ constant.tagTypeList = { ...@@ -1667,4 +1667,22 @@ constant.tagTypeList = {
"interactionInternationSystem" : 2 "interactionInternationSystem" : 2
}; };
/********key value*****************/
constant.keyValueType = [
{ value: 1, name: '系统公共' },
{ value: 2, name: '自定义' }
]
// 税务日历事项状态
constant.EnumTaxEventFinishStatus = {
Finished: 1,
NotFinished: 0
}
// 税务日历事项类型
constant.EnumTaxEventType = {
UserDefine: 1,
SystemConfig: 2
}
/************************************************cit constant end*************************************************/ /************************************************cit constant end*************************************************/
\ No newline at end of file
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
width: 100%; width: 100%;
} }
.default{ .default{
outline: none;
position: relative; position: relative;
display: inline-block; display: inline-block;
height: 325px; height: 325px;
......
<nav class="navbar-custom-top" role="navigation" style="margin-bottom: 0;border-radius:0"> <nav class="navbar-custom-top" role="navigation" style="margin-bottom: 0;border-radius:0">
<div class="nav-container" style="min-width:1435px"> <div class="nav-container" style="min-width:1435px">
<div class="nav-element-left" style="width: 3%;" ng-click="gotoMainPage()"><img src="app-resources/images/entityDB/u40.png"></div>
<div class="nav-element-left" style="width:250px;text-align:left;font-size:17px;outline:none;" ng-click="gotoMainPage()"> <div class="nav-element-left" style="width:250px;text-align:left;font-size:17px;outline:none;" ng-click="gotoMainPage()">
<i class="fa fa-bullseye" style="color:red;font-size:22px;margin-right:10px"></i>
<span style="font-weight:bold;">Entity Info Database</span> <span style="font-weight:bold;">Entity Info Database</span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment