Browse Source

提交数据

lvhao 20 hours ago
parent
commit
359e6528a4
1 changed files with 40 additions and 0 deletions
  1. 40 0
      template/erp/whlabel_bh_cj_transfer_detail.html

+ 40 - 0
template/erp/whlabel_bh_cj_transfer_detail.html

@@ -0,0 +1,40 @@
+{Template header}
+<style type="text/css">
+    .calendar {
+        POSITION: absolute;
+    }
+</style>
+<body>
+    <div class="warp">
+        <div class="packing">
+            <div id="datatext">
+                <table class="datatitle data" border="0" style="border-collapse:collapse;">
+                    <tr>
+                        <td>车间</td>
+                        <td>品名</td>
+                        
+                        <td>扫入时间</td>
+                        <td>扫出时间</td>
+                    </tr>
+                    {loop $final_list as $val}
+					<tr >
+						<td>{$transfer_info['title']}</td>
+						<td>{$whlabel_bh_info['pm']}</td>
+						<td>{isset($val['sr_time'])?$val['sr_time']:''}</td>
+                        <td>{isset($val['sc_time'])?$val['sc_time']:''}</td>
+					</tr>
+                    {/loop}
+                </table>
+            </div>
+          
+        </div>
+
+        <div class="button">
+            <font class="fh">关 闭</font>
+        </div>
+    </div>
+    <div class="none fullorderdata"></div>
+    <div class="zm none"></div>
+
+
+{Template footer}