Browse Source

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

ld_xuhx 8 years ago
parent
commit
9511f3c553

+ 4 - 0
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gkjyr/xkzxx/xkzxx.jsp

@@ -88,6 +88,7 @@
 					<td class="td-left">产权:</td>
 					<td class="td-right" id="zyfs" colspan="2">${record.cq }</td>
 				</tr>
+				<!--  
 				<tr>
 					<td class="td-left">作业方式:</td>
 					<td class="td-right" id="zywxhwpm" colspan="2">${record.zyfs }</td>
@@ -100,6 +101,7 @@
 					<td class="td-left">审批人:</td>
 					<td class="td-right" id="fzjg" colspan="2">${record.spr }</td>
 				</tr>
+				-->
 				<tr>
 					<td class="td-left">发证机关:</td>
 					<td class="td-right" id="fzrq" colspan="2">${record.fzjg }</td>
@@ -112,6 +114,7 @@
 					<td class="td-left">有效期至:</td>
 					<td class="td-right" id="fzbh" colspan="2"><fmt:formatDate value='${record.yxqz }' pattern="yyyy-MM-dd" type="date" dateStyle="long" /></td>
 				</tr>
+				<!--  
 				<tr>
 					<td class="td-left">作业货物品名:</td>
 					<td class="td-right" id="qynbbh" colspan="2">${record.zyhwpm }</td>
@@ -120,6 +123,7 @@
 					<td class="td-left">企业内部编号:</td>
 					<td class="td-right" id="gkjyxkzh" colspan="2">${record.qynbbh }</td>
 				</tr>
+				-->
 				<tr>
 					<td class="td-left">许可证图片:</td>
 					<td class="td-right" id="fzsmj" colspan="2">

+ 13 - 8
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gkjyr/xkzxx/xkzxxview.jsp

@@ -59,32 +59,37 @@
 				<table class="apply" cellpadding="0" cellspacing="0">
 					<tr>
 						<th>公司名称:&nbsp;</th>
-						<td colspan="3">
+						<td colspan="2">
                         	${record.gkjyrzw }
                         </td>
-                        
+                        <td rowspan="5" >
+                        <div style="text-align: center;">
+                        	<img hspace="2" vspace="2" border="1" align="center" height="180" width="180" src="${app}/xkzxx/getTwoCode?id=${record.id}" onerror="this.src='${app }/static/biz/image/notfind.png'" 
+						onclick="xkzxx.detail.showTwoCode(${flag})" title="二维扫码"/>
+                       </div>
+                        </td>	
 					</tr>
 					<tr>
 					<th>法定代表人:&nbsp;</th>
-						<td colspan="3">
+						<td colspan="2">
 							${record.fddbr }
 						</td>
 					</tr>
 					<tr>
 					<th>办公地址:&nbsp;</th>
-						<td colspan="3">
+						<td colspan="2">
 							${record.dz }
 						</td>
 					</tr>
 					<tr >
 						<th>经营地域:&nbsp;</th>
-						<td colspan="3">
+						<td colspan="2">
 							${record.cq }
 						</td>
 					</tr>
 					<tr>
 						<th>经营范围:&nbsp;</th>
-						<td colspan="3">
+						<td colspan="2">
 							${record.zyqyfw }
 						</td>
 					</tr>
@@ -126,8 +131,8 @@
 							<img src="${app}/xkzxx/getFileList?xkzid=${record.id }&flag=${flag}" onerror="this.src='${app }/static/biz/image/notfind.png'"/>
 						</div>
 						<%} %>
-						<img hspace="2" vspace="2" border="1" align="middle" height="30" width="30" src="${app}/xkzxx/getTwoCode?id=${record.id}" onerror="this.src='${app }/static/biz/image/notfind.png'" 
-						onclick="xkzxx.detail.showTwoCode(${flag})" title="二维扫码"/>
+						<!-- <img hspace="2" vspace="2" border="1" align="middle" height="30" width="30" src="${app}/xkzxx/getTwoCode?id=${record.id}" onerror="this.src='${app }/static/biz/image/notfind.png'" 
+						onclick="xkzxx.detail.showTwoCode(${flag})" title="二维扫码"/> -->
 						<div id="dvTwoCode" class="dvs" title="点击关闭"  onclick="xkzxx.detail.hideTwoCode()">
 							<span><img id="" src="${app}/xkzxx/getTwoCode?id=${record.id}" onerror="this.src='${app }/static/biz/image/notfind.png'"/></span>
 						</div>