|
@@ -60,9 +60,9 @@
|
|
快递面单:<select name="printer" class="select" style="width:220px;">
|
|
快递面单:<select name="printer" class="select" style="width:220px;">
|
|
<option value="">选择打印机</option>
|
|
<option value="">选择打印机</option>
|
|
</select>
|
|
</select>
|
|
-发票:<select name="fp_printer" class="select" style="width:220px;">
|
|
|
|
|
|
+<!-- 发票:<select name="fp_printer" class="select" style="width:220px;">
|
|
<option value="">选择打印机</option>
|
|
<option value="">选择打印机</option>
|
|
- </select>
|
|
|
|
|
|
+ </select> -->
|
|
</div>
|
|
</div>
|
|
<a href="javascript:void(0);" class="printing">打 印</a>
|
|
<a href="javascript:void(0);" class="printing">打 印</a>
|
|
<a href="javascript:void(0);" class="exceldy">导出Excel</a>
|
|
<a href="javascript:void(0);" class="exceldy">导出Excel</a>
|
|
@@ -121,10 +121,10 @@ $(this).find('td:eq(10)').css("font-size","12px");
|
|
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);
|
|
- setTimeout(function(){
|
|
|
|
- let h = $("select[name='printer']").html()
|
|
|
|
- $("select[name='fp_printer']").html(h)
|
|
|
|
- },1100)
|
|
|
|
|
|
+ // setTimeout(function(){
|
|
|
|
+ // let h = $("select[name='printer']").html()
|
|
|
|
+ // $("select[name='fp_printer']").html(h)
|
|
|
|
+ // },1100)
|
|
};
|
|
};
|
|
|
|
|
|
</script>
|
|
</script>
|