去掉文件上传文字info 调整取消审核文字
This commit is contained in:
@@ -212,7 +212,7 @@ var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
|
||||
var requestName =requestNameArr[1];
|
||||
|
||||
if(requestName.indexOf("null")==-1&&typeof(indexTableName)!="undefined"&&indexTableName!=null&&indexTableName!=''&&indexTableName.indexOf("null")==-1){
|
||||
$.jBox.open("iframe:${ctx}/basics/serviceDictInfo/requestSelectInfo", "<spring:message code='cancel_approved'/>", 400, 500, { buttons: { '<spring:message code="ok"/>': 1, '<spring:message code="cancel"/>': 0 },
|
||||
$.jBox.open("iframe:${ctx}/basics/serviceDictInfo/requestSelectInfo", "<spring:message code='cancel_approved'/>", 400, 400, { buttons: { '<spring:message code="ok"/>': 1, '<spring:message code="cancel"/>': 0 },
|
||||
submit: function (v, h, f) {
|
||||
if (v == 0) {
|
||||
return true; // close the window
|
||||
|
||||
@@ -328,7 +328,7 @@ function sampleFileValidate(fileType,fileName){
|
||||
</c:choose>
|
||||
</div>
|
||||
<span id="fileNoteInfo" title="<spring:message code="select_file"/>"
|
||||
class="fileNoteInfo" data-icon="" style="cursor:default"> <spring:message code="info"/></span>
|
||||
class="fileNoteInfo" data-icon="" style="cursor:default"></span>
|
||||
<div for="srcFileInfo"></div>
|
||||
<div id="fileErrorNote"></div>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title><spring:message code="${cfgName}"></spring:message></title>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
var fileType=["txt","doc","img","docx","pptx","xlsx","xls","ppt","mp4","flv","asf","wmv","avi","mpeg","mov","dat","m4v","m4p","m4b","webm","ogv","wav","mp3"];//使用是什么格式的后缀
|
||||
var fileType=["txt","doc","img","docx","pptx","xlsx","xls","ppt","mp4","flv","asf","wmv","avi","mpeg","mov","dat","m4v","m4p","\n","m4b","webm","ogv","wav","mp3"];//使用是什么格式的后缀
|
||||
$("#fileNoteInfo").attr("title","<spring:message code='select_file'/>: "+fileType);
|
||||
$("#uploadSrc,#fileInfo").on('click', function() {
|
||||
$("#file").trigger("click");
|
||||
@@ -253,7 +253,7 @@
|
||||
value="${_cfg.rawLen }" />
|
||||
</div>
|
||||
<span id="fileNoteInfo" title="<spring:message code="select_file"/>"
|
||||
class="fileNoteInfo" data-icon="" style="cursor:default"> <spring:message code="info"/></span>
|
||||
class="fileNoteInfo" data-icon="" style="cursor:default"></span>
|
||||
<div for="fileInfo"></div>
|
||||
<div id="fileErrorNote"></div>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$(function(){
|
||||
var leff =$("span[class~='le-ca-fo']").attr("data-original-title")
|
||||
// var leff =$("span[class~='le-ca-fo']").attr("data-original-title")
|
||||
|
||||
$("#contentTable").not(".logTb").find("tbody tr").each(function(i){
|
||||
if($(this).find("input[type='checkbox']").attr("value")==3){
|
||||
@@ -16,9 +16,9 @@ $(function(){
|
||||
success:function(data){//处理返回结果
|
||||
//根据表名跟cfgid获取 requestNumber;
|
||||
if(data.requestTitle!=null){
|
||||
resetLeff.attr("data-original-title",leff+data.requestTitle)
|
||||
resetLeff.attr("data-original-title",data.requestTitle)
|
||||
}else{
|
||||
resetLeff.attr("data-original-title",leff+"")
|
||||
resetLeff.attr("data-original-title","")
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user