Parcourir la source

git-svn-id: https://192.168.57.71/svn/jsgkj@1751 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx il y a 8 ans
Parent
commit
64ae3c6c29

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gkjyr/xkzxx/editxkz.jsp

@@ -182,8 +182,8 @@
 			   		<i class="glyphicon glyphicon-floppy-disk"></i>保存
 			   	</a> -->
 			   	<c:if test="${opId != null  }">
-			   	<a class="btn btn-default btn-sm" href="#" onclick="xkzxx.detail.saveFzxkz()">
-			   		<i class="glyphicon glyphicon-floppy-disk"></i>发证
+			   	<a class="btn btn-default btn-xs" href="#" onclick="xkzxx.detail.saveFzxkz()">
+			   		<i class="glyphicon glyphicon-th-list"></i>发证
 			   	</a>
 			   	</c:if>
 					<a class="btn btn-default btn-sm" href="#"  onclick="xkzxx.detail.back()">

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gkjyxkgl/gkjyxkyx/xkzyxaddmain.jsp

@@ -293,7 +293,7 @@
 			</td>
 			<th>有效日期:&nbsp;</th>
 			<td width="30%">
-				<input type="text" style="width: 52%"  class="form-control" readonly="readonly" id="yxrq" name="yxrq" value="${fn:substring(gkjyr.fzrq ,0,10)}">
+				<input type="text" style="width: 52%"  class="form-control" readonly="readonly" id="yxrq" name="yxrq" value="${fn:substring(gkjyr.xkzyxq ,0,10)}">
 			</td>
 		</tr>
 		<tr>

+ 6 - 6
gkjsjy/trunk/WebContent/WEB-INF/pages/sys/todo.jsp

@@ -106,14 +106,14 @@
 							<td>${workitem.senderName }</td>
 							<td>
 								<c:if test="${workitem.status == 0 }">
-								<a class="btn btn-default btn-xs" href="#" onclick="todo.banli('${workitem.processKey}','${workitem.businessKey }')">
-							            <i class="glyphicon glyphicon-search"></i> 
-							            办理</a>
+								<a class="btn btn-default btn-xs" href="#" onclick="todo.banli('${workitem.processKey}','${workitem.businessKey }')" title="办理">
+							            <i class="glyphicon glyphicon-check"></i> 
+							     </a>
 								</c:if>	     
 								<c:if test="${workitem.status == 1 }">
-								<a class="btn btn-default btn-xs" href="#" onclick="todo.banliTh('${workitem.processKey}','${workitem.businessKey }')">
-							            <i class="glyphicon glyphicon-search"></i> 
-							            办理</a>
+								<a class="btn btn-default btn-xs" href="#" onclick="todo.banliTh('${workitem.processKey}','${workitem.businessKey }')" title="办理">
+							            <i class="glyphicon glyphicon-check"></i> 
+							    </a>
 								</c:if>	        
 							</td>
 						</tr>