Browse Source

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

ld_xuhx 8 năm trước cách đây
mục cha
commit
c082eb9053

+ 11 - 0
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhbg/lhbgadd.jsp

@@ -129,6 +129,12 @@
 			</td>
 		</tr>
 		<tr>
+		<th align="center" colspan="2"><input type="checkbox" id="tyyyChe" style="width: 10%;" onclick="lhbg.detail.tyyyChe()"/><span style="padding-left: 0px">申请停业歇业:&nbsp;</span></th>
+		<td colspan="3">
+		原&nbsp;&nbsp;&nbsp;因:<input type="text" name="tyyy" id="tyyy"  style="display:inline-table " readonly="readonly" class="form-control"/>
+		</td>
+		</tr>
+		<tr>
 			<th colspan="2">提交材料清单:&nbsp;</th>
 					<td colspan="3">
 					<a href="#" class="file">上传<input type="file" name="file" id="fjid" onchange="lhbg.detail.submitFile()"/></a>
@@ -151,6 +157,11 @@
   	<a class="btn btn-default btn-sm" href="#" onclick="lhbg.detail.save()">
   <i class="glyphicon glyphicon-floppy-disk"></i> 
            保存</a>
+   
+   	<a class="btn btn-default btn-sm" href="#" onclick="lhbg.detail.saveTb()">
+  <i class="glyphicon glyphicon-check"></i> 
+           转报省级</a>        
+           
   <!-- 	<a class="btn btn-default btn-sm" href="#" onclick="lhbg.detail.submit()">
   <i class="glyphicon glyphicon-share"></i> 
            提交</a> -->

+ 17 - 0
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhbg/lhbgedit.jsp

@@ -103,6 +103,20 @@
 			name="xfddbr" id ="xfddbr" value="${record.xfddbr }">
 			</td>
 		</tr>
+			<tr>
+		<th align="center" colspan="2"><input type="checkbox" id="tyyyChe" style="width: 10%;" 
+		<c:if test="${record.tyyy != null}">
+			checked="checked"
+			</c:if>
+		onclick="lhbg.detail.tyyyChe()"/><span style="padding-left: 0px">申请停业歇业:&nbsp;</span></th>
+		<td colspan="3">
+		原&nbsp;&nbsp;&nbsp;因:<input type="text" name="tyyy" id="tyyy"  
+		<c:if test="${record.tyyy == null}">
+			readonly="readonly" 
+			</c:if>
+		style="display:inline-table "  class="form-control" value="${record.tyyy }"/>
+		</td>
+		</tr>
 		<tr>
 			<th colspan="2">提交材料清单:&nbsp;</th>
 					<td colspan="3">
@@ -143,6 +157,9 @@
   	<a class="btn btn-default btn-sm" href="#" onclick="lhbg.detail.save()">
   <i class="glyphicon glyphicon-floppy-disk"></i> 
            保存</a>
+           	<a class="btn btn-default btn-sm" href="#" onclick="lhbg.detail.saveTb()">
+  <i class="glyphicon glyphicon-check"></i> 
+           转报省级</a>     
            </c:if>
            <c:if test="${ssFlag ==0 }">
   	<a class="btn btn-default btn-sm" href="#" onclick="lhbg.detail.submit()">

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhbg/lhbgmain.jsp

@@ -115,8 +115,8 @@
 							           </a>
 							 <c:if test="${lhbg.recordStatus == 1 && lhbg.sftb == 'N' }">     
 							      <c:if test="${ssFlag == 1 }"> 
-							     <a class="btn btn-default btn-xs" href="#"  onclick="lhbg.main.submit('${lhbg.id}')" title="同步">
-						   <i class="glyphicon glyphicon-share"></i>
+							  <%--    <a class="btn btn-default btn-xs" href="#"  onclick="lhbg.main.submit('${lhbg.id}')" title="同步">
+						   <i class="glyphicon glyphicon-share"></i> --%>
 						            </a>
 						            </c:if>
 							  

+ 15 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhbg/lhbgview.jsp

@@ -75,7 +75,7 @@
 					<c:if test="${record.xbgdz != null}">
 					checked="checked"
 					</c:if>
-					 onclick="xkzbg.detail.bgdzChe()" />办公地址:&nbsp;</th>
+					 />办公地址:&nbsp;</th>
 					<td colspan="3">
 					由:<span style="color: white;">一一</span><input type="text" style="display:inline-table " class="form-control" readonly="readonly" name="ybgdz" id ="ybgdz" value="${record.ybgdz }">
 					</td>
@@ -92,7 +92,7 @@
 					<c:if test="${record.xfddbr != null}">
 					checked="checked"
 					</c:if>
-					 id="fddbrChe" onclick="xkzbg.detail.fddbrChe()" />法定代表人:&nbsp;</th>
+					 id="fddbrChe"  />法定代表人:&nbsp;</th>
 					<td colspan="3">
 					由:<span style="color: white;">一一</span><input type="text" style="display:inline-table " class="form-control" readonly="readonly" name="yfddbr" id ="yfddbr" value="${record.yfddbr }">
 					</td>
@@ -106,6 +106,19 @@
 					name="xfddbr" id ="xfddbr" value="${record.xfddbr }">
 					</td>
 				</tr>
+					<tr>
+		<th align="center" colspan="2"><input type="checkbox" id="tyyyChe" style="width: 10%;" 
+		<c:if test="${record.tyyy != null}">
+			checked="checked"
+			</c:if>
+		/><span style="padding-left: 0px">申请停业歇业:&nbsp;</span></th>
+		<td colspan="3">
+		原&nbsp;&nbsp;&nbsp;因:<input type="text" name="tyyy" id="tyyy"  
+		
+			readonly="readonly" 
+		style="display:inline-table "  class="form-control" value="${record.tyyy }"/>
+		</td>
+		</tr>
 				<tr>
 					<th colspan="2">提交材料清单:&nbsp;</th>
 							<td colspan="3">

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhsq/lhsqadd.jsp

@@ -224,7 +224,7 @@
 							
 							<a class="btn btn-default btn-sm" href="#"
 								onclick="lhsq.detail.saveTb()"> <i
-								class="glyphicon glyphicon-floppy-disk"></i> 转报省局
+								class="glyphicon glyphicon-check"></i> 转报省局
 							</a> 
 							
 							<a class="btn btn-default btn-sm" href="#"

+ 4 - 0
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhsq/lhsqedit.jsp

@@ -206,6 +206,10 @@
 								onclick="lhsq.detail.save()"> <i
 								class="glyphicon glyphicon-floppy-disk"></i> 保存
 							</a> 
+								<a class="btn btn-default btn-sm" href="#"
+								onclick="lhsq.detail.saveTb()"> <i
+								class="glyphicon glyphicon-check"></i> 转报省局
+							</a> 
 							</c:if>
 							 <c:if test="${ssFlag == 0 }"> 
 							<a class="btn btn-default btn-sm" href="#"

+ 3 - 3
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhsq/lhsqmain.jsp

@@ -115,9 +115,9 @@
 							 <c:if test="${lhsq.recordStatus == 1 && lhsq.sftb == 'N'}">
 							     
 							      <c:if test="${ssFlag == 1 }"> 
-							     <a class="btn btn-default btn-xs" href="#"  onclick="lhsq.main.submit('${lhsq.id}')" title="同步">
-						   <i class="glyphicon glyphicon-share"></i>
-						            </a>
+							    <%--  <a class="btn btn-default btn-xs" href="#"  onclick="lhsq.main.submit('${lhsq.id}')" title="同步">
+						   <i class="glyphicon glyphicon-share"></i> 
+						            </a>--%>
 						            </c:if>
 							     
 								 <a class="btn btn-default btn-xs" href="#"  onclick="lhsq.main.edit('${lhsq.id}')" title="编辑">

+ 5 - 0
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhyx/lhyxadd.jsp

@@ -194,6 +194,11 @@
   	<a class="btn btn-default btn-sm" href="#" onclick="lhyx.detail.save()">
   <i class="glyphicon glyphicon-floppy-disk"></i> 
            保存</a>
+           
+           <a class="btn btn-default btn-sm" href="#"
+								onclick="lhyx.detail.saveTb()"> <i
+								class="glyphicon glyphicon-check"></i> 转报省局
+							</a> 
  <!--  	<a class="btn btn-default btn-sm" href="#" onclick="lhyx.detail.submit()">
   <i class="glyphicon glyphicon-share"></i> 
            提交</a> -->

+ 4 - 0
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhyx/lhyxedit.jsp

@@ -168,6 +168,10 @@
   	<a class="btn btn-default btn-sm" href="#" onclick="lhyx.detail.save()">
   <i class="glyphicon glyphicon-floppy-disk"></i> 
            保存</a>
+            <a class="btn btn-default btn-sm" href="#"
+								onclick="lhyx.detail.saveTb()"> <i
+								class="glyphicon glyphicon-check"></i> 转报省局
+							</a> 
            </c:if>
            	<c:if test="${ssFlag ==0 }">
   	<a class="btn btn-default btn-sm" href="#" onclick="lhyx.detail.submit()">

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhyx/lhyxmain.jsp

@@ -118,9 +118,9 @@
 							           </a>
 							 <c:if test="${lhyx.recordStatus == 1  && lhyx.sftb == 'N' }">     
 							      <c:if test="${ssFlag == 1  }"> 
-							     <a class="btn btn-default btn-xs" href="#"  onclick="lhyx.main.submit('${lhyx.id}')" title="同步">
+							    <%--  <a class="btn btn-default btn-xs" href="#"  onclick="lhyx.main.submit('${lhyx.id}')" title="同步">
 						  			 <i class="glyphicon glyphicon-share"></i>
-						            </a>
+						            </a> --%>
 						            </c:if>
 								 <a class="btn btn-default btn-xs" href="#"  onclick="lhyx.main.edit('${lhyx.id}')" title="编辑">
 									   <i class="glyphicon glyphicon-pencil"></i>