lvhao 1 week ago
parent
commit
3a5dfdba4e
1 changed files with 8 additions and 8 deletions
  1. 8 8
      template/erp/whlabel_type.html

+ 8 - 8
template/erp/whlabel_type.html

@@ -148,7 +148,13 @@
         说明  :<input value="" name="sm" type="text" >
     </div>
    
-    
+    <div  class="diysearch">
+        状态  :<select name="state" class="select">
+            <option value="">请选择</option>
+            <option value="1">正常出库</option>
+            <option value="10">美店零售</option>
+            </select>
+    </div>
    
     <div  class="diysearch">
         入库类型  :<select name="rktype" class="select">
@@ -172,13 +178,7 @@
             <option value="5">形态转换出库</option>
             </select>
     </div>
-    <div  class="diysearch">
-        状态  :<select name="state" class="select">
-            <option value="">请选择</option>
-            <option value="1">正常出库</option>
-            <option value="10">美店零售</option>
-            </select>
-    </div>
+   
     <div  class="diysearch">
         统计时间:<input id="timetk"  value="{date('Y-m-d',time()-29*24*3600)} 0:00" name="ktime" type="text" onClick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})">
         至&nbsp;&nbsp;&nbsp;&nbsp; <input id="timetj" value="{date('Y-m-d',time()+24*3600)} 0:00" name="jtime" type="text" onClick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})">