caipin 5 年 前
コミット
27b3f7f7a9
1 ファイル変更16 行追加13 行削除
  1. 16 13
      protected/view/receipt/receiptFee.html

+ 16 - 13
protected/view/receipt/receiptFee.html

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