Просмотр исходного кода

公司费用汇总办事处明细报表

Chente 6 лет назад
Родитель
Сommit
5c265779ac
5 измененных файлов с 113 добавлено и 12 удалено
  1. 8 8
      css/global.css
  2. 1 1
      saea-dlist-category-year.html
  3. 101 0
      saea-dlist-category-year2.html
  4. 1 1
      saea-dlist-staff-year.html
  5. 2 2
      saea-receipt-add2.html

+ 8 - 8
css/global.css

@@ -323,14 +323,14 @@ table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span
 .table td.span10,.table th.span10{float:none;width:764px;margin-left:0;}
 .table td.span11,.table th.span11{float:none;width:844px;margin-left:0;}
 .table td.span12,.table th.span12{float:none;width:924px;margin-left:0;}
-.table tbody tr.success>td{background-color:#dff0d8;}
-.table tbody tr.error>td{background-color:#f2dede;}
-.table tbody tr.warning>td{background-color:#fcf8e3;}
-.table tbody tr.info>td{background-color:#d9edf7;}
-.table-hover tbody tr.success:hover>td{background-color:#d0e9c6;}
-.table-hover tbody tr.error:hover>td{background-color:#ebcccc;}
-.table-hover tbody tr.warning:hover>td{background-color:#faf2cc;}
-.table-hover tbody tr.info:hover>td{background-color:#c4e3f3;}
+.table tbody tr.success>td,.table tbody tr.success>th{background-color:#dff0d8;}
+.table tbody tr.error>td.table tbody tr.error>th{background-color:#f2dede;}
+.table tbody tr.warning>td,.table tbody tr.warning>th{background-color:#fcf8e3;}
+.table tbody tr.info>td,.table tbody tr.info>th{background-color:#d9edf7;}
+.table-hover tbody tr.success:hover>td,.table-hover tbody tr.success:hover>th{background-color:#d0e9c6;}
+.table-hover tbody tr.error:hover>td,.table-hover tbody tr.error:hover>th{background-color:#ebcccc;}
+.table-hover tbody tr.warning:hover>td,.table-hover tbody tr.warning:hover>th{background-color:#faf2cc;}
+.table-hover tbody tr.info:hover>td,.table-hover tbody tr.info:hover>th{background-color:#c4e3f3;}
 .modalClientTable th {width:55px}
 .modalClientTable td {padding:5px 0;}
 .modalClientTable tr:nth-child(even){background:#f1f1f1}

+ 1 - 1
saea-dlist-category-year.html

@@ -51,7 +51,7 @@
 				<legend>办事处 全年费用汇总</legend>
 				<div class="demandCate">
 					<ul class="cateList">
-	  					<li><a href="#" class="now">办事处</a><a href="saea-dlist-staff-year.html">员工</a></li>
+	  					<li><a href="#" class="now">办事处汇总</a><a href="saea-dlist-category-year2.html">办事处明细</a><a href="saea-dlist-staff-year.html">员工汇总</a></li>
 	  					<li><select><option>2014</option></select>
 									<select onchange="javascript:location.href=this.value;"><option value="saea-dlist-category-year.html">全年</option><option value="saea-dlist-category-month-detail.html">1月(点我)</option><option>2月</option><option>3月</option><option>4月</option><option>5月</option><option>6月</option><option>7月</option><option>8月</option><option>9月</option><option>10月</option><option>11月</option><option>12月</option></select>
 							</li>

Разница между файлами не показана из-за своего большого размера
+ 101 - 0
saea-dlist-category-year2.html


+ 1 - 1
saea-dlist-staff-year.html

@@ -51,7 +51,7 @@
 				<legend><div class="fL"></div>员工 全年费用汇总</legend>
 				<div class="demandCate">
 					<ul class="cateList">
-	  					<li><a href="saea-dlist-category-year.html">办事处</a><a href="#" class="now">员工</a></li>
+	  					<li><a href="saea-dlist-category-year.html">办事处汇总</a><a href="saea-dlist-category-year2.html">办事处明细</a><a href="#" class="now">员工汇总</a></li>
 							<li><select><option>2014</option></select>
 									<select onchange="javascript:location.href=this.value;"><option value="saea-dlist-staff-year.html">全年</option><option value="saea-dlist-staff-month-detail.html">1月(点我)</option><option>2月</option><option>3月</option><option>4月</option><option>5月</option><option>6月</option><option>7月</option><option>8月</option><option>9月</option><option>10月</option><option>11月</option><option>12月</option></select>
 							</li>

+ 2 - 2
saea-receipt-add2.html

@@ -148,11 +148,11 @@
                 <div class="modal-body saeaList">
 					<table class="table table-bordered table-condensed">
 						<tr><th class="taC" colspan="4">出发-到达</th></tr>
-						<tr><th>出发地</th><td><input type="text"></td><th>到达地</th><td><input type="text"></td></tr>
+						<tr><th>出发地</th><td><select><option>省份</option></select><select><option>市区</option></select></td><th>到达地</th><td><select><option>省份</option></select><select><option>市区</option></select></td></tr>
 						<tr><th>出发日期</th><td><input type="date"></td><th>到达日期</th><td><input type="date"></td></tr>
 						<tr><td colspan="4" class="colGray">如果是停留,出发地和到达地填写住宿地。(如:广东省珠海市-广东省珠海市)</td></tr>
 					</table>
-					<select><option>请选择费用</option><option>往来交通费</option><option>室内交通费</option><option>出差住宿费</option><option>出差补助</option><option>其他费用</option></select><a href="#" class="button" data-dismiss="modal" aria-hidden="true">添加费用</a>
+					<select><option>请选择费用</option><option>往来交通费</option><option>室内交通费</option><option>出差住宿费</option><option>出差补助</option><option>其他费用</option></select><a href="#" class="button">添加费用</a>
 					<table class="table table-bordered table-condensed">
 						<tr><th colspan="3" class="taC">费用详情</th></tr>
 						<tr><th>往来交通费</th><td class="taR">¥<input type="number" value="0" placeholder="输入费用" pattern="[0-9]" step="1" min="0" class="span2"></td><td><input type="text" placeholder="填写费用说明"></td></tr>