|
@@ -17,7 +17,7 @@
|
|
|
<li>扫描时间:<input id="timetk" value="{date('Y-m-d',time()-14*24*3600)} 0:00" name="timetk" type="text" onClick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})">
|
|
|
至 <input id="timetj" value="{date('Y-m-d',time()+24*3600)} 0:00" name="timetj" type="text" onClick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})"></li>
|
|
|
<input type="hidden" name="tid" value="{$transfer['id']}">
|
|
|
-<li><span class="count_list_page">确 定</span></li>
|
|
|
+<li><span>确 定</span></li>
|
|
|
<br/>
|
|
|
<li style="margin-right: 30px;">
|
|
|
<font class="cona " style="color:#fff;background-color: #f33;">当前部门:<font id="dqbm">{$transfer['title']}</font></font>
|
|
@@ -85,12 +85,6 @@ $(this).find('td:eq(8)').css("width","5%");
|
|
|
|
|
|
|
|
|
$("select[name='transfer']").on("change",function(){
|
|
|
- countListPage();
|
|
|
-})
|
|
|
-$(".count_list_page").on("click",function(){
|
|
|
- countListPage();
|
|
|
-})
|
|
|
-function countListPage(){
|
|
|
var tid = $(this).val();
|
|
|
$("input[name='tid']").val(tid);
|
|
|
$("#dqbm").text($("select[name='transfer'] option:selected").text());
|
|
@@ -100,7 +94,7 @@ function countListPage(){
|
|
|
orderinfo:$("input[name='orderinfo']").val(),
|
|
|
timetk:$("input[name='timetk']").val(),
|
|
|
timetj:$("input[name='timetj']").val(),
|
|
|
- pm:$("input[name='pm']").val(),
|
|
|
+ pm:$("input[name='pm']").val()
|
|
|
}
|
|
|
$.post("/whlabel_bh/cj_transfer_log_count",formData,function(res){
|
|
|
if(res.code==1){
|
|
@@ -111,7 +105,7 @@ function countListPage(){
|
|
|
$("#wgzs").text(res.data.wgzs);
|
|
|
}
|
|
|
},'json')
|
|
|
-}
|
|
|
+})
|
|
|
window.onload = function() {
|
|
|
// if(typeof $("select[name='printer']").length < 1) return;
|
|
|
// setTimeout(function(){ wprinter.printer()},1000);
|