diff --git a/src/main/resources/templates/scanning/finalrolls.ftl b/src/main/resources/templates/scanning/finalrolls.ftl index 939892a..c1e49a6 100644 --- a/src/main/resources/templates/scanning/finalrolls.ftl +++ b/src/main/resources/templates/scanning/finalrolls.ftl @@ -35,9 +35,9 @@
Roll No: - Scanning machine: + Scanning Machine: Create Date: - 到: + to: Search Download current query list
@@ -151,7 +151,7 @@ //设置href $("#downExcel").attr("href", url); } - + function downSerial(rollNo){ var url = "/scanning/down/currentSerialNumber?query_rollNo="+rollNo; //设置href diff --git a/src/main/resources/templates/scanning/finalrollsScan.ftl b/src/main/resources/templates/scanning/finalrollsScan.ftl index 5958515..5924e12 100644 --- a/src/main/resources/templates/scanning/finalrollsScan.ftl +++ b/src/main/resources/templates/scanning/finalrollsScan.ftl @@ -35,9 +35,9 @@
Roll No: - Scanning machine: + Scanning Machine: Create Date: - 到: + to: Search Download current query list
@@ -131,17 +131,17 @@ } }); } - + function formatLodopPrint(value, row){ var action = ""+value+""; return action; } - + function lodopPrint(rollNo){ var url = "/print/finalrollScan/"+rollNo+"/"; //设置href $("#lodopPrint"+rollNo).attr("href", url); - } + } function formatDtlAction(value, row){ return "Scan and delivery"; @@ -179,7 +179,7 @@ //设置href $("#downExcel").attr("href", url); } - + function downSerial(rollNo){ var url = "/scanning/down/currentSerialNumber?query_rollNo="+rollNo; //设置href diff --git a/src/main/resources/templates/scanning/jobs.ftl b/src/main/resources/templates/scanning/jobs.ftl index 7492fa9..f603328 100644 --- a/src/main/resources/templates/scanning/jobs.ftl +++ b/src/main/resources/templates/scanning/jobs.ftl @@ -15,11 +15,11 @@ data-options="pagination: true, showFooter: true, singleSelect:true, fitColumns:true , url:'/scanning/jobs/all',method:'get',pageSize:20,toolbar:'#tb'"> - Scanning machine number + Scanning Machine Number <#--Created By--> <#--Created Time--> - Database url - Scanning channel + Database Url + Scanning Channel Actions diff --git a/src/main/resources/templates/scanning/reworkRollCheck.ftl b/src/main/resources/templates/scanning/reworkRollCheck.ftl index 9b5da5a..02317ab 100644 --- a/src/main/resources/templates/scanning/reworkRollCheck.ftl +++ b/src/main/resources/templates/scanning/reworkRollCheck.ftl @@ -8,7 +8,7 @@ - + @@ -43,10 +43,10 @@ Search <#if currentUser.isAdmin> - Batch close + Batch Close <#if currentUser.isAdmin || currentUser.authorities?contains("closeorder")> - Force close + Force Close diff --git a/src/main/resources/templates/scanning/rollCheck.ftl b/src/main/resources/templates/scanning/rollCheck.ftl index db78bdd..c0a9adf 100644 --- a/src/main/resources/templates/scanning/rollCheck.ftl +++ b/src/main/resources/templates/scanning/rollCheck.ftl @@ -19,7 +19,7 @@ - + @@ -138,12 +138,12 @@ var action = ""+value+""; return action; } */ - + function lodopPrint(rollNo){ var url = "/print/finalrollScan/"+rollNo+"/"; //设置href $("#lodopPrint"+rollNo).attr("href", url); - } + } function formatDtlAction(value, row){ return "Scan and delivery"; @@ -181,7 +181,7 @@ $('#scan_Qty').textbox('textbox').attr('readonly',true); $("#noScan_Qty").textbox('setValue',ret.ret.noScanQty); $('#noScan_Qty').textbox('textbox').attr('readonly',true); - $('#dlgDtls').dialog('open').dialog('center').dialog('setTitle',orderNo+':Detail'); + $('#dlgDtls').dialog('open').dialog('center').dialog('setTitle',orderNo+':Detail'); }else{ $.messager.alert('Error',ret.errorMsg, 'error'); } @@ -222,7 +222,7 @@ }else{ $.messager.alert('Error',ret.errorMsg, 'error'); } - }); + }); } //未扫描报告 function unscannedReport(rollNo){ @@ -233,7 +233,7 @@ }else{ $.messager.alert('Error',ret.errorMsg, 'error'); } - }); + }); } //结单 function closedRoll(orderNo,serialRowStart,serialRowEnd,rollNo){ @@ -254,9 +254,9 @@ function closedAllRoll(){ $.messager.confirm('Confirm','Are you sure to close the SO existing empty roll ?',function(r){ if (r){ - $.messager.progress({ - title: 'Point', - msg: 'Please Wait……', + $.messager.progress({ + title: 'Point', + msg: 'Please Wait……', text: '', interval: 300 }); diff --git a/src/main/resources/templates/scanning/slittingCheck.ftl b/src/main/resources/templates/scanning/slittingCheck.ftl index d2d33ce..f4470d7 100644 --- a/src/main/resources/templates/scanning/slittingCheck.ftl +++ b/src/main/resources/templates/scanning/slittingCheck.ftl @@ -18,7 +18,7 @@ - + @@ -130,12 +130,12 @@ return "To be closed"; } } - + function lodopPrint(rollNo){ var url = "/print/finalrollScan/"+rollNo+"/"; //设置href $("#lodopPrint"+rollNo).attr("href", url); - } + } function formatDtlAction(value, row){ return "Scan and delivery"; @@ -169,7 +169,7 @@ $('#scan_Qty').textbox('textbox').attr('readonly',true); $("#noScan_Qty").textbox('setValue',ret.ret.noScanQty); $('#noScan_Qty').textbox('textbox').attr('readonly',true); - $('#dlgDtls').dialog('open').dialog('center').dialog('setTitle',orderNo+':Detail'); + $('#dlgDtls').dialog('open').dialog('center').dialog('setTitle',orderNo+':Detail'); }else{ $.messager.alert('Error',ret.errorMsg, 'error'); } @@ -210,7 +210,7 @@ }else{ $.messager.alert('Error',ret.errorMsg, 'error'); } - }); + }); } //未扫描报告 function unscannedReport(rollNo){ @@ -221,7 +221,7 @@ }else{ $.messager.alert('Error',ret.errorMsg, 'error'); } - }); + }); } //结单 function closedRoll(orderNo,rowFrom,rowTo,slittingNo){ @@ -242,9 +242,9 @@ function closedAllRoll(){ $.messager.confirm('Confirm','Are you sure to close the SO existing empty roll ?',function(r){ if (r){ - $.messager.progress({ - title: 'Point', - msg: 'Please Wait……', + $.messager.progress({ + title: 'Point', + msg: 'Please Wait……', text: '', interval: 300 }); diff --git a/src/main/resources/templates/user/index.ftl b/src/main/resources/templates/user/index.ftl index 2bcad4c..727d4b9 100644 --- a/src/main/resources/templates/user/index.ftl +++ b/src/main/resources/templates/user/index.ftl @@ -86,7 +86,7 @@
-