|
@@ -1347,7 +1347,7 @@ $(function($){
|
|
|
$.alerModal({type:"radio",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
|
|
|
closeRadio()
|
|
|
radioSelect()
|
|
|
- bindSaveColPort(param)
|
|
|
+ bindSaveColPort(param,exportURL)
|
|
|
}
|
|
|
})
|
|
|
});
|
|
@@ -1362,7 +1362,7 @@ function radioSelect(){
|
|
|
$(this).siblings().find("input").prop("checked",false)
|
|
|
})
|
|
|
}
|
|
|
-function bindSaveColPort(param){
|
|
|
+function bindSaveColPort(param,exportURL){
|
|
|
$(".savePort", parent.document ).off("click").on("click", function(){
|
|
|
radioCheck = $(".selectDate input[type='radio']:checked", parent.document).attr("data-select")
|
|
|
let time = radioCheck==2?exportTimeLimit.defectTime:exportTimeLimit.normalTime
|