caipin hace 5 años
padre
commit
ccb717d1ef

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
protected/controller/SoftController.php


+ 18 - 4
protected/view/receipt/receiptFee.html

@@ -278,46 +278,60 @@
 						<table class="table table-bordered table-condensed" >
 							<tr><th class="taC" colspan="3">日常相关费用</th></tr>
 							<tr>
+							<div class="cost-item">
 							<!-- loop acItem -->
 		  							<!-- if {{acItem' value.category}} =="日常相关费用" -->
 			  							<!-- if {{acItem' value.name}}!='市内出租费' --> 
-										<td>{{acItem' value.name}}</td>
+										<span>{{acItem' value.name}}</span>
 			  							<!-- endif -->
 		  							<!-- endif -->
 	  						<!-- endloop -->
+							</div>
 	  						</tr>
 	  						
 							<tr><th class="taC" colspan="3">其他</th></tr>
 							<tr>
+							<div class="cost-item">
 							<!-- loop acItem -->
 		  						<!-- if {{acItem' value.category}} =="其他" -->
-		  							<td>{{acItem' value.name}}</td>
+		  							<span>{{acItem' value.name}}</span>
 		  						<!-- endif -->
 	  						<!-- endloop -->
+							</div>
+							
 	  						</tr>
 						</table>
 						<!--差旅相关费用-->
 						<table class="table table-bordered table-condensed" style="display:none">
 							<tr><th class="taC" colspan="3">差旅相关费用</th></tr>
 							<tr>
+							<div class="cost-item">
 							<!-- loop acItem -->
 		  						<!-- if {{acItem' value.category}} =="差旅相关费用" -->
-		  							<td>{{acItem' value.name}}</td>
+		  							<span>{{acItem' value.name}}</span>
 		  						<!-- endif -->
 	  						<!-- endloop -->
+							</div>
+							
+							
 							</tr>
 						</table>
 						<!--内部培训费用-->
 						<table class="table table-bordered table-condensed" style="display:none">
 							<tr><th class="taC" colspan="3">内部培训费用</th></tr>
 							<tr>
+							<div class="cost-item">
 							<!-- loop acItem -->
 		  						<!-- if {{acItem' value.category}} =="差旅相关费用" -->
 		  						
-		  							<td>{{acItem' value.name}}</td>
+		  							<span>{{acItem' value.name}}</span>
 		  						
 		  						<!-- endif -->
 	  						<!-- endloop -->
+							</div>
+							
+							
+							
 							</tr>
 						</table>
 					</div>