Commit 13180030 by yangliang

海南新增恒锐足迹采集修改人员属性

parent e5f41199
......@@ -39,7 +39,7 @@ public class DefaultViewConfig implements WebMvcConfigurer {
registry.addViewController("/toObjectKJ").setViewName("rygl/objectKJ");
registry.addViewController("/catchimg").setViewName("rygl/demo");
registry.addViewController("/dnabqdy").setViewName("rygl/dnabqdy");
registry.addViewController("/toHrzjcj").setViewName("rygl/hrzjcj");
registry.addViewController("/toHrzjcjpage").setViewName("rygl/hrzjcj");
registry.addViewController("/iframe1").setViewName("zlcc/iframe1");
registry.addViewController("/iframe2").setViewName("zlcc/iframe2");
registry.addViewController("/iframe3").setViewName("zwbzgl/iframe1");
......
......@@ -924,16 +924,21 @@ public class TbXwRycjController {
//xyrC.setYcmzplj("static/img"+savePath+"/"+rybhstr+"4.jpg");
xyrC.setYCMZPL64(String.valueOf(zpBase64.getBytes().length));
}
if(!"43".equals(user.getUnitcode().substring(0,2))) {
File filejia11 = new File(filePath + "/" + rybhstr + "11.jpg");
if (filejia11.exists()) {
String zpBase64 = GetImageStrs(filePath + "/" + rybhstr + "11.jpg");
xyrC.setR_zjLeftBase64(zpBase64);
}
File filejia12 = new File(filePath + "/" + rybhstr + "12.jpg");
if (filejia12.exists()) {
String zpBase64 = GetImageStrs(filePath + "/" + rybhstr + "12.jpg");
xyrC.setR_zjRightBase64(zpBase64);
if(user.getUnitcode()!=null&&user.getUnitcode().indexOf("46")==0){
Map<String, Object> map = new HashMap<>();
map.put("rybh", xyrC.getRybh());
List<AutoTbRyZp> zjzpxxs = tbRyRyzpService.getTbRyZjzpListByRybh(map);
if(zjzpxxs!=null&&zjzpxxs.size()>0){
for(int i=0;i<zjzpxxs.size();i++){
AutoTbRyZp zjzp = zjzpxxs.get(i);
if("11".equals(zjzp.getZpbw())){
String zpBase64 = GetImageStrsByByte(zjzp.getDzwjnr());
xyrC.setR_zjLeftBase64(zpBase64.replace("\r\n", ""));
}else if("12".equals(zjzp.getZpbw())){
String zpBase64 = GetImageStrsByByte(zjzp.getDzwjnr());
xyrC.setR_zjRightBase64(zpBase64.replace("\r\n", ""));
}
}
}
}
File filejia21 = new File(filePath+"/"+rybhstr+"21.jpg");
......@@ -1322,18 +1327,25 @@ public class TbXwRycjController {
//xyrC.setYcmzplj("static/img"+savePath+"/"+rybhstr+"4.jpg");
xyrC.setYCMZPL64(String.valueOf(zpBase64.getBytes().length));
}
if(!"43".equals(user.getUnitcode().substring(0,2))) {
File filejia11 = new File(filePath + "/" + rybhstr + "11.jpg");
if (filejia11.exists()) {
String zpBase64 = GetImageStrs(filePath + "/" + rybhstr + "11.jpg");
xyrC.setR_zjLeftBase64(zpBase64);
}
File filejia12 = new File(filePath + "/" + rybhstr + "12.jpg");
if (filejia12.exists()) {
String zpBase64 = GetImageStrs(filePath + "/" + rybhstr + "12.jpg");
xyrC.setR_zjRightBase64(zpBase64);
if(user.getUnitcode()!=null&&user.getUnitcode().indexOf("46")==0){
Map<String, Object> map = new HashMap<>();
map.put("rybh", xyrC.getRybh());
List<AutoTbRyZp> zjzpxxs = tbRyRyzpService.getTbRyZjzpListByRybh(map);
if(zjzpxxs!=null&&zjzpxxs.size()>0){
for(int i=0;i<zjzpxxs.size();i++){
AutoTbRyZp zjzp = zjzpxxs.get(i);
if("11".equals(zjzp.getZpbw())){
String zpBase64 = GetImageStrsByByte(zjzp.getDzwjnr());
xyrC.setR_zjLeftBase64(zpBase64.replace("\r\n", ""));
}else if("12".equals(zjzp.getZpbw())){
String zpBase64 = GetImageStrsByByte(zjzp.getDzwjnr());
xyrC.setR_zjRightBase64(zpBase64.replace("\r\n", ""));
}
}
}
}
File filejia21 = new File(filePath+"/"+rybhstr+"21.jpg");
if (filejia21.exists()) {
String zpBase64 = GetImageStrs(filePath+"/"+rybhstr+"21.jpg");
......
......@@ -719,12 +719,29 @@ public class ZjCjController {
@RequestMapping("/doRyxxToZj")
@ResponseBody
public String doRyxxToZj(String rybh,String zjimg_z,String zjimg_y, HttpServletRequest request, HttpServletResponse response) {
public String doRyxxToZj(String rybh, HttpServletRequest request, HttpServletResponse response) {
String zjimg_z="";
String zjimg_y="";
User user = (User)request.getSession().getAttribute("User");
String rststr = "";
AutoTbStRy ryxx = rycjService.getRyxxByRybh(rybh);
Map<String, Object> map = new HashMap<>();
map.put("rybh", rybh);
List<AutoTbRyZp> zjzpxxs = tbRyRyzpService.getTbRyZjzpListByRybh(map);
if(zjzpxxs!=null&&zjzpxxs.size()>0){
for(int i=0;i<zjzpxxs.size();i++){
AutoTbRyZp zjzp = zjzpxxs.get(i);
if("11".equals(zjzp.getZpbw())){
String zpBase64 = GetImageStrsByByte(zjzp.getDzwjnr());
zjimg_z = zpBase64.replace("\r\n", "");
}else if("12".equals(zjzp.getZpbw())){
String zpBase64 = GetImageStrsByByte(zjzp.getDzwjnr());
zjimg_y = zpBase64.replace("\r\n", "");
}
}
}
String xmlstr = getRyxxToZjXml(ryxx,user, zjimg_z, zjimg_y);
Param param = paramService.getParamById("0018");
Param param = paramService.getParamById("0101");
String tempvalue = param.getParamvalue();
if(tempvalue!=null&&!"".equals(tempvalue)){
String temp_arr[] = tempvalue.split("#");
......
.cjy-wrap {
position: fixed;
width: 500px;
height: 504px;
top: 0;
left: 0;
}
.cjy-left {
position: absolute;
top: 0;
bottom: 0;
height: 100%;
left: 0;
right: 202px;
}
.cjy-img-wrap {
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
}
.cjy-img-wrap p {
width: 100%;
height: 100%;
text-align: center;
}
.cjy-img-wrap p img {
width: 210px;
height: 460px;
vertical-align: middle;
}
.cjy-img-wrap p:after {
content: '...';
width: 0;
height: 100%;
display: inline-block;
vertical-align: middle;
overflow: hidden;
}
.cjy-right {
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 200px;
right: 0;
border-left: 1px solid #bddbee;
}
.cjy-r-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 36px;
border-bottom: 1px solid #bddbee;
}
.cjy-btn-gray {
width: 72px;
height: 24px;
line-height: 24px;
text-decoration: none;
color: #FFFFFF;
transition: 0.2s;
background-color: #6D9CB6;
background-repeat: no-repeat;
background-position: left;
margin-top: 6px;
margin-left: 6px;
font-size: 12px;
display: inline-block;
text-align: center;
text-indent: 14px;
}
.cjy-btn-gray:hover {
background-color: #5893B2;
}
.cjy-clear-btn {
background-image: url(../Images/Table_qk_01.png);
}
.cjy-upload-btn {
background-image: url(../Images/Table_cjsc_01.png);
}
.jcy-reset-btn {
background-image: url(../Images/Table_hfsz_01.png);
}
.cjy-auto-btn {
background-image: url(../Images/Table_zdjz_01.png);
}
.cjy-btn-slide {
position: absolute;
top: 9px;
right: 7px;
width: 16px;
height: 16px;
background: url(../Images/16t_up01.png) no-repeat center;
text-decoration: none;
}
.cjy-btn-slide-hide {
background: url(../Images/16t_down01.png) no-repeat center;
}
.cjy-r-oper {
display: none;
position: absolute;
top: 36px;
bottom: 250px;
width: 200px;
right: 0;
}
.cjy-tpds {
font-size: 12px;
margin-left: 6px;
}
.rad-img-1 {
display: inline-block;
width: 16px;
height: 23px;
background: url(../Images/Table_hw01.png) no-repeat center;
vertical-align: middle;
}
.rad-img-2 {
display: inline-block;
width: 18px;
height: 23px;
background: url(../Images/Table_hw02.png) no-repeat center;
vertical-align: middle;
}
.cjy-o-ck {
width: 100%;
height: 36px;
line-height: 36px;
}
.cjy-o-auto {
height: 360px;
width: 100%;
}
.slide-pre-text {
font-size: 12px;
margin: 0 4px;
width: 40px;
}
.item-hide-list {
width: 100%;
height: auto;
padding-bottom: 10px;
position: absolute;
top: 32px;
right: 0;
background-color: #ececec;
z-index: 4;
display: none;
border-bottom: 1px solid #008CDE;
border-top: 1px solid #008CDE;
}
.cjy-d-icon {
position: absolute;
top: 0;
right: 4px;
width: 25px;
height: 25px;
display: inline-block;
background: url(../Images/new_Nav_xz_01.png) no-repeat center;
text-decoration: none;
}
.cjy-d-item {
width: 100%;
font-size: 12px;
position: relative;
height: 28px;
line-height: 28px;
text-align: left;
}
.cjy-d-name {
width: auto;
text-indent: 10px;
display: inline-block;
}
.cjy-d-type {
width: 38px;
text-align: right;
display: inline-block;
position: absolute;
top: 0;
left: 126px;
}
.cjy-download-btn {
background-image: url(../Images/Table_qsst_02.png);
}
.cjy-download-btn-clicked {
background-image: url(../Images/Table_qsst_01.png);
}
.cjy-6-wrap {
width: 266px;
height: 550px;
margin: 100px auto;
background-color: #FFFFFF;
}
.cjy-r-cam {
height: 144px;
position: absolute;
bottom: 4px;
right: 4px;
left: 4px;
}
.cjy-fs-box {
width: 198px;
position: fixed;
top: 0;
left: 4px;
bottom: 0;
border-right: 1px solid #ddd;
}
.cjy-fs-item {
width: 190px;
height: 142px;
margin: 2px;
position: relative;
margin-top: 6px;
}
.cjy-fs-item img {
max-height: 100%;
max-width: 100%;
display: inline-block;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.margin-t-36 {
margin-top: 36px !important;
}
.float-left {
float: left !important;
}
.new-model-small-selected {
position: absolute;
bottom: 0;
right: 0;
width: 24px;
height: 24px;
background: url("../Images/czx_gx01.png") no-repeat center;
background-size: cover;
z-index: 1;
}
.bigview-box-slideBox .oper-box-select {
display: none !important;
}
.new-model-small-unselected {
background-image: none !important;
}
function Base64() {
_keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
this.encode = function(input) {
var output = "";
var chr1, chr2, chr3, enc1, enc2, enc3, enc4;
var i = 0;
input = _utf8_encode(input);
while (i < input.length) {
chr1 = input.charCodeAt(i++);
chr2 = input.charCodeAt(i++);
chr3 = input.charCodeAt(i++);
enc1 = chr1 >> 2;
enc2 = ((chr1 & 3) << 4) | (chr2 >> 4);
enc3 = ((chr2 & 15) << 2) | (chr3 >> 6);
enc4 = chr3 & 63;
if (isNaN(chr2)) {
enc3 = enc4 = 64;
} else if (isNaN(chr3)) {
enc4 = 64;
}
output = output +
_keyStr.charAt(enc1) + _keyStr.charAt(enc2) +
_keyStr.charAt(enc3) + _keyStr.charAt(enc4);
}
return output;
}
this.decode = function(input) {
var output = "";
var chr1, chr2, chr3;
var enc1, enc2, enc3, enc4;
var i = 0;
input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
while (i < input.length) {
enc1 = _keyStr.indexOf(input.charAt(i++));
enc2 = _keyStr.indexOf(input.charAt(i++));
enc3 = _keyStr.indexOf(input.charAt(i++));
enc4 = _keyStr.indexOf(input.charAt(i++));
chr1 = (enc1 << 2) | (enc2 >> 4);
chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
chr3 = ((enc3 & 3) << 6) | enc4;
output = output + String.fromCharCode(chr1);
if (enc3 != 64) {
output = output + String.fromCharCode(chr2);
}
if (enc4 != 64) {
output = output + String.fromCharCode(chr3);
}
}
output = _utf8_decode(output);
return output;
}
_utf8_encode = function(string) {
string = string.replace(/\r\n/g, "\n");
var utftext = "";
for (var n = 0; n < string.length; n++) {
var c = string.charCodeAt(n);
if (c < 128) {
utftext += String.fromCharCode(c);
} else if ((c > 127) && (c < 2048)) {
utftext += String.fromCharCode((c >> 6) | 192);
utftext += String.fromCharCode((c & 63) | 128);
} else {
utftext += String.fromCharCode((c >> 12) | 224);
utftext += String.fromCharCode(((c >> 6) & 63) | 128);
utftext += String.fromCharCode((c & 63) | 128);
}
}
return utftext;
}
_utf8_decode = function(utftext) {
var string = "";
var i = 0;
var c = c1 = c2 = 0;
while (i < utftext.length) {
c = utftext.charCodeAt(i);
if (c < 128) {
string += String.fromCharCode(c);
i++;
} else if ((c > 191) && (c < 224)) {
c2 = utftext.charCodeAt(i + 1);
string += String.fromCharCode(((c & 31) << 6) | (c2 & 63));
i += 2;
} else {
c2 = utftext.charCodeAt(i + 1);
c3 = utftext.charCodeAt(i + 2);
string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
i += 3;
}
}
return string;
}
}
\ No newline at end of file
.slider-container {
width: 300px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
float: left;
}
.slider-container .back-bar {
height: 10px;
position: relative;
}
.slider-container .back-bar .selected-bar {
position: absolute;
height: 100%;
}
.slider-container .back-bar .pointer {
position: absolute;
width: 10px;
height: 10px;
background-color: red;
cursor: col-resize;
opacity: 1;
z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
z-index: 3;
}
.slider-container .back-bar .pointer-label {
position: absolute;
top: -17px;
font-size: 8px;
background: white;
white-space: nowrap;
line-height: 1;
}
.slider-container .back-bar .focused {
z-index: 10;
}
.slider-container .clickable-dummy {
cursor: pointer;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.slider-container .scale {
top: 2px;
position: relative;
}
.slider-container .scale span {
position: absolute;
height: 5px;
border-left: 1px solid #999;
font-size: 0;
}
.slider-container .scale ins {
font-size: 9px;
text-decoration: none;
position: absolute;
left: 0;
top: 5px;
color: #999;
line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
cursor: auto;
}
.theme-green .back-bar {
height: 5px;
border-radius: 2px;
background-color: #eeeeee;
background-color: #e7e7e7;
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .selected-bar {
border-radius: 2px;
background-color: #a1fad0;
background-image: -moz-linear-gradient(top, #1C8ED4, #76fabc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1C8ED4), to(#1C8ED4));
background-image: -webkit-linear-gradient(top, #1C8ED4, #1C8ED4);
background-image: -o-linear-gradient(top, #1C8ED4, #1C8ED4);
background-image: linear-gradient(to bottom, #1C8ED4, #1C8ED4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
.theme-green .back-bar .pointer {
width: 14px;
height: 14px;
top: -5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #AAA;
background-color: #e7e7e7;
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .pointer-label {
color: #606060;
}
.theme-green .back-bar .focused {
color: #606060;
}
.theme-green .scale span {
border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
color: #606060;
}
.theme-blue .back-bar {
height: 5px;
border-radius: 2px;
background-color: #eeeeee;
background-color: #e7e7e7;
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
border-radius: 2px;
background-color: #92c1f9;
background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
width: 14px;
height: 14px;
top: -5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #AAA;
background-color: #e7e7e7;
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
color: #999;
}
.theme-blue .back-bar .focused {
color: #333;
}
.theme-blue .scale span {
border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
color: #999;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
(function ($) {
$.fn.LoadingView = function (options) {
//默认的参数
var defaultOptions = {
waitingSize: 50,
className: "loading",
zIndex: "1",
grayBckClassName: "grayback",
showGrayBck: false
};
$.extend(defaultOptions, options);
//关闭,移除掉
this.close = function () {
this.each(function () {
if (defaultOptions.showGrayBck) {
$(this).find("." + defaultOptions.grayBckClassName).remove();
}
$(this).find("." + defaultOptions.className).remove();
});
};
//隐藏,不显示
this.remain = function () {
this.each(function () {
if (defaultOptions.showGrayBck) {
$(this).find("." + defaultOptions.grayBckClassName).hide();
}
$(this).find("." + defaultOptions.className).hide();
});
}
//设置每一个的显示位置
return this.each(function () {
var container = $(this);
var height = container.height();
var width = container.width();
var left = container.offset().left;
var top = container.offset().top;
if (container.find("." + defaultOptions.className).length > 0) {
return;
}
if (height <= 0) {
height = $(window).height() - top;
}
if (height > $(window).height()) {
height = $(window).height() - top;
}
if (height + top > $(window).height()) {
height = $(window).height() - top;
}
var appendDiv = container;
if (defaultOptions.showGrayBck) {
var grayBck = $("<div class='" + defaultOptions.grayBckClassName + "'></div>");
grayBck.css({ "position": "fixed", "left": left, "top": top, "width": width, "height": height, "z-index": defaultOptions.zIndex - 1, "background-color": "gray", "opacity": "0.5" });
grayBck.appendTo(container);
appendDiv = grayBck;
}
var loadingOffsetLeft = left + (width - defaultOptions.waitingSize) / 2;
var loadingOffsetTop = top + (height - defaultOptions.waitingSize) / 2;
var loaddiv = $("<div class='" + defaultOptions.className + "' ><img style='height:" +
defaultOptions.waitingSize + "px;width:" +
defaultOptions.waitingSize + "px;' src='static/rygl/Images/ajax-loader.gif' /><div>")
.css({ "position": "fixed", "left": loadingOffsetLeft, "top": loadingOffsetTop, "z-index": defaultOptions.zIndex })
.appendTo(appendDiv).show();
});
};
})(jQuery)
\ No newline at end of file
......@@ -442,7 +442,6 @@
$.messager.alert( '提示',"保存成功!");
$.ajax({
url:"/doRyxxToZj?rybh="+$("#rybh").val(),
date:{"zjimg_z":$("#r_zjLeftBase64").val(),"zjimg_y":$("#r_zjRightBase64").val()},
type:"POST",
success:function(data){
if(data==1){
......@@ -510,7 +509,7 @@
}
var rysxstr=$("#rysxstr").val();
if(rysxstr==null||rysxstr==undefined||rysxstr==""){
document.getElementById("rysx01").checked=true;
//document.getElementById("rysx01").checked=true;
}else{
document.getElementById("rysx"+rysxstr).checked=true;
}
......@@ -768,6 +767,18 @@
$.messager.alert( '提示',"简历长度过长!");
return -1;
}
var rysxvadio = document.getElementsByName("rysx");
var rysxval = "";
for(var i=0;i<rysxvadio.length;i++){
if(rysxvadio[i].checked == true){
rysxval = rysxvadio[i].value;
}
}
//alert("人员属性="+rysxval);
if(rysxval==null||rysxval==""){
$.messager.alert( '提示',"人员属性不能为空!");
return -1;
}
if($("#ajlbdm").combobox("getValue")==null||$("#ajlbdm").combobox("getValue")==""){
$.messager.alert( '提示',"案件类别不能为空!");
return -1;
......@@ -1623,21 +1634,21 @@
}
function toHrZjcj(num){
alert("足迹厂商="+ifzj);
//alert("足迹厂商="+ifzj);
if(ifzj==2){
$("#foottype").val(num);
var dialogId='jt';
openUrlForm({
id:dialogId,
url:'dnabqdy',
url:'toHrzjcjpage',
title:'足迹采集',
width:700,
height:550,
cache:false
},[
{
text:'采集完成',
text:'关闭',
handler:function(){
$('#jt').dialog('close');
$(document).unbind("scroll");
......@@ -2234,8 +2245,8 @@
<div class="box">
<div style="font-size: 16px;margin-left: 30px;">
人员属性:
<input style="margin-left: 5%;" type="radio" id="rysx01" name="rysx" value="01" checked>警综犯罪嫌疑人
<input style="margin-left: 5%;" type="radio" id="rysx02" name="rysx" value="02">可疑人员
<input style="margin-left: 5%;" type="radio" id="rysx01" name="rysx" value="01">警综犯罪嫌疑人
<input style="margin-left: 5%;" type="radio" id="rysx02" name="rysx" value="02">违法人员
<input style="margin-left: 5%;" type="radio" id="rysx03" name="rysx" value="03">盘问人员
<input style="margin-left: 5%;" type="radio" id="rysx04" name="rysx" value="04">其他人员
</div>
......
......@@ -4,12 +4,12 @@
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="referrer" content="no-referrer">
<title>嫌疑人足迹采集</title>
<link href="Styles/Style.css" rel="stylesheet" />
<script src="Scripts/jquery-1.8.1.js"></script>
<script src="Scripts/jRange/jquery.range.js"></script>
<script src="Scripts/jquery.loadingview.js"></script>
<script src="Scripts/base64.js"></script>
<link href="Scripts/jRange/jquery.range.css" rel="stylesheet" />
<link href="/static/rygl/css/Style.css" rel="stylesheet" />
<script src="/static/rygl/js/jquery-1.8.1.js"></script>
<script src="/static/rygl/js/jRange/jquery.range.js"></script>
<script src="/static/rygl/js/jquery.loadingview.js"></script>
<script src="/static/rygl/js/base64.js"></script>
<link href="/static/rygl/js/jRange/jquery.range.css" rel="stylesheet" />
<script type="text/javascript">
//采集仪客户端本地端口
var port = 8247;
......@@ -22,7 +22,7 @@
jsonData.AppVersion = '18.12.25.14';
var captureParameter = JSON.stringify(jsonData);
//未连接图片Url
var noConnectImageUrl = 'Images/NotConnectPicture.jpg';
var noConnectImageUrl = 'static/rygl/Images/NotConnectPicture.jpg';
var isConnected = false;
var isStartPreview = false;
var defaultParameter;
......@@ -54,7 +54,7 @@
setTimeout(function () {
const isNotConfig = $("#config").hasClass("cjy-btn-slide-hide");
if (!isNotConfig) {
$("#picture").attr("src", "Images/SettingPicture.png");
$("#picture").attr("src", "static/rygl/Images/SettingPicture.png");
} else {
picture.src = image;
}
......@@ -64,7 +64,7 @@
else {
const isNotConfig = $("#config").hasClass("cjy-btn-slide-hide");
if (!isNotConfig) {
$("#picture").attr("src", "Images/SettingPicture.png");
$("#picture").attr("src", "static/rygl/Images/SettingPicture.png");
} else {
picture.src = image;
}
......@@ -358,6 +358,7 @@
window.parent.document.getElementById("zjleftflag").value = "0";
window.parent.document.getElementById("zjzt").value = "1";
window.parent.document.getElementById("zjifcj").src = "/static/rygl/img/yes.png";
window.parent.jtwc();
//$("#imghead11").attr('src', context);
//$("#r_zjLeftBase64").val(data.Context);
//$("#zjleftflag").val("0");
......@@ -369,6 +370,7 @@
window.parent.document.getElementById("zjrightflag").value = "0";
window.parent.document.getElementById("zjzt").value = "1";
window.parent.document.getElementById("zjifcj").src = "/static/rygl/img/yes.png";
window.parent.jtwc();
//$("#imghead12").attr('src', context);
//$("#r_zjRightBase64").val(data.Context);
//$("#zjrightflag").val("0");
......@@ -460,7 +462,7 @@
$("[data-oper=showCjy]").toggle();
const isNotConfig = $("#config").hasClass("cjy-btn-slide-hide");
if (!isNotConfig && isAnnexCollector) {
$("#picture").attr("src", "Images/SettingPicture.png");
$("#picture").attr("src", "static/rygl/Images/SettingPicture.png");
} else {
$("#picture").attr("src", "");
}
......@@ -529,7 +531,7 @@
<div class="cjy-left">
<div class="cjy-img-wrap">
<p>
<img data-role="image-link" onerror="this.src = 'Images/NotConnectPicture.jpg';" data-jselector="image" src="Images/NotConnectPicture.jpg" id="picture" alt="">
<img data-role="image-link" onerror="this.src = 'static/rygl/Images/NotConnectPicture.jpg';" data-jselector="image" src="static/rygl/Images/NotConnectPicture.jpg" id="picture" alt="">
</p>
</div>
</div>
......@@ -566,7 +568,7 @@
</div>
<div class="clearfix margin-t-36" style="display:none;" data-jselector="annexPic">
<span class="cjy-tpds">附属图预览</span>
<img width="190" height="142" data-role="image-link" onerror="this.src = 'Images/cjy_fst_dk_01.png';"
<img width="190" height="142" data-role="image-link" onerror="this.src = 'static/rygl/Images/cjy_fst_dk_01.png';"
data-jselector="vampPicture" src="" id="vampPicture">
</div>
</div>
......@@ -574,27 +576,27 @@
<div class="cjy-d-item">
<span class="cjy-d-name">标清采集仪驱动</span>
<span class="cjy-d-type">32位</span>
<a href="Download/CaptureDriver(x86).exe" class="cjy-d-icon">&nbsp;</a>
<a href="static/rygl/Download/CaptureDriver(x86).exe" class="cjy-d-icon">&nbsp;</a>
</div>
<div class="cjy-d-item">
<span class="cjy-d-name">标清采集仪驱动</span>
<span class="cjy-d-type">64位</span>
<a href="Download/CaptureDriver(x64).exe" class="cjy-d-icon">&nbsp;</a>
<a href="static/rygl/Download/CaptureDriver(x64).exe" class="cjy-d-icon">&nbsp;</a>
</div>
<div class="cjy-d-item">
<span class="cjy-d-name">高清采集仪驱动</span>
<span class="cjy-d-type">32位</span>
<a href="Download/HDCaptureDriver(x86).exe" class="cjy-d-icon">&nbsp;</a>
<a href="static/rygl/Download/HDCaptureDriver(x86).exe" class="cjy-d-icon">&nbsp;</a>
</div>
<div class="cjy-d-item">
<span class="cjy-d-name">高清采集仪驱动</span>
<span class="cjy-d-type">64位</span>
<a href="Download/HDCaptureDriver(x64).exe" class="cjy-d-icon">&nbsp;</a>
<a href="static/rygl/Download/HDCaptureDriver(x64).exe" class="cjy-d-icon">&nbsp;</a>
</div>
<div class="cjy-d-item">
<span class="cjy-d-name">Everspry FPS Plug-in</span>
<span class="cjy-d-type">32位</span>
<a href="Download/FPSToolsForWindows.exe" class="cjy-d-icon">&nbsp;</a>
<a href="static/rygl/Download/FPSToolsForWindows.exe" class="cjy-d-icon">&nbsp;</a>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment