|
@@ -23,7 +23,7 @@
|
|
|
<font class="cona " style="color:#fff;background-color: #f33;">当前部门:<font id="dqbm">{$transfer['title']}</font></font>
|
|
|
</li>
|
|
|
<li style="margin-right: 30px;">
|
|
|
- <font class="cona " style="color:#fff;background-color: #f33;">在库数量 (<font id="wwcsl">{$wwcsl}</font>)</font>
|
|
|
+ <font class="cona " style="color:#fff;background-color: #f33;" onclick="zksl()">在库数量 (<font id="wwcsl">{$wwcsl}</font>)</font>
|
|
|
</li>
|
|
|
<li style="margin-right: 30px;">
|
|
|
<font class="cona " style="color:#fff;background-color: #f33;">接收总数 (<font id="jszs">{$jszs}</font>)</font>
|
|
@@ -109,6 +109,10 @@ $("select[name='transfer']").on("change",function(){
|
|
|
window.onload = function() {
|
|
|
if(typeof $("select[name='printer']").length < 1) return;
|
|
|
setTimeout(function(){ wprinter.printer()},1000);};
|
|
|
+
|
|
|
+function zksl(){
|
|
|
+ window.location.href="/whlabel_bh/cj_transfer_detail/12";
|
|
|
+}
|
|
|
</script>
|
|
|
<script type="text/javascript" src="{$theme}js/laydate.js"></script>
|
|
|
|