|
@@ -85,6 +85,11 @@ $(this).find('td:eq(8)').css("width","5%");
|
|
|
|
|
|
|
|
|
|
$("select[name='transfer']").on("change",function(){
|
|
$("select[name='transfer']").on("change",function(){
|
|
|
|
+ countListPage();
|
|
|
|
+})
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+function countListPage(){
|
|
var tid = $(this).val();
|
|
var tid = $(this).val();
|
|
$("input[name='tid']").val(tid);
|
|
$("input[name='tid']").val(tid);
|
|
$("#dqbm").text($("select[name='transfer'] option:selected").text());
|
|
$("#dqbm").text($("select[name='transfer'] option:selected").text());
|
|
@@ -105,7 +110,7 @@ $("select[name='transfer']").on("change",function(){
|
|
$("#wgzs").text(res.data.wgzs);
|
|
$("#wgzs").text(res.data.wgzs);
|
|
}
|
|
}
|
|
},'json')
|
|
},'json')
|
|
-})
|
|
|
|
|
|
+}
|
|
window.onload = function() {
|
|
window.onload = function() {
|
|
// if(typeof $("select[name='printer']").length < 1) return;
|
|
// if(typeof $("select[name='printer']").length < 1) return;
|
|
// setTimeout(function(){ wprinter.printer()},1000);
|
|
// setTimeout(function(){ wprinter.printer()},1000);
|