|
@@ -581,7 +581,7 @@ jsjdbgds.detail.submitFile = function(){
|
|
|
str =str +"<td style='width:40%'>"+ "<input id='accid' value='"
|
|
|
+ accid
|
|
|
+ "' name='accid' type='hidden'>"
|
|
|
- + "<a class='main_title' href='/jsjy/accessory/download?id="
|
|
|
+ + "<a class='main_title' href='"+$.app+"/accessory/download?id="
|
|
|
+ fjid + "'> " + accContect + "</a>" +"</td>";
|
|
|
|
|
|
str =str+"<td style='width:15%'>"+ '<a class="btn btn-default btn-xs" href="#" onclick="jsjdbgds.detail.delFj(\''
|
|
@@ -929,7 +929,7 @@ jsjdbgds.detail.saveQtfj = function(){
|
|
|
var str = "";
|
|
|
str = "<span id='fjmc'>"
|
|
|
+ "<input value='"+qtfjdid+"' name='qtfjdid' type='hidden'>"
|
|
|
- + "<a class='main_title' href='/jsjy/accessory/download?id="+ qtfjdid +"'> " + accContect +"</a>"
|
|
|
+ + "<a class='main_title' href='"+$.app+"/accessory/download?id="+ qtfjdid +"'> " + accContect +"</a>"
|
|
|
+ "</span>";
|
|
|
str+="<a class='main_title' onclick=\"jsjdbgds.detail.delqtFile('"+ qtfjdid +"');\" >删除文件</a>";
|
|
|
$("#qtfjxq").empty();
|
|
@@ -1003,7 +1003,7 @@ jsjdbgds.detail.xinzengqtfj=function(){
|
|
|
str +="<td>"+trlength+"</td>";
|
|
|
str +="<td>"+"其他附件"+"</td>";
|
|
|
str +="<td>"+ "<span id='fjmc'>"
|
|
|
- + "<a class='main_title' href='/jsjy/accessory/download?id="+ fjdid +"'> " + accContect +"</a>"
|
|
|
+ + "<a class='main_title' href='"+$.app+"/accessory/download?id="+ fjdid +"'> " + accContect +"</a>"
|
|
|
+ "<a onclick='jsjdbgds.detail.delFile(\""+ fjdid +"\");' ></a></span>"+"</td>";
|
|
|
if(qtfj.fbdw!=null){
|
|
|
str +="<td>"+qtfj.fbdw+"</td>";
|
|
@@ -1242,7 +1242,7 @@ jsjdbgds.detail.saveFile = function(){
|
|
|
var str = "";
|
|
|
str = "<span id='fjmc1'>"
|
|
|
+ "<input value='"+accid+"' id='accid' name='accid' type='hidden'>"
|
|
|
- + "<a class='main_title' href='/jsjy/accessory/download?id="+ accid +"'> " + accContect +"</a>"+"</span>";
|
|
|
+ + "<a class='main_title' href='"+$.app+"/accessory/download?id="+ accid +"'> " + accContect +"</a>"+"</span>";
|
|
|
str+="<a class='main_title' onclick=\"jsjdbgds.detail.delFj('"+ accid +"','"+i+"');\" >删除文件</a>"
|
|
|
$("#fjxq").empty();
|
|
|
$("#fjxq").append(str);
|
|
@@ -1296,7 +1296,7 @@ jsjdbgds.detail.submitFile = function() {
|
|
|
+ "<input id='accid' value='"
|
|
|
+ accid
|
|
|
+ "' name='accid' type='hidden'>"
|
|
|
- + "<a class='main_title' href='/jsjy/accessory/download?id="
|
|
|
+ + "<a class='main_title' href='"+$.app+"/accessory/download?id="
|
|
|
+ fjid + "'> " + accContect + "</a>"
|
|
|
+ "</td>";
|
|
|
|