|
@@ -93,17 +93,6 @@
|
|
|
{/loop}
|
|
|
</select>
|
|
|
</li>
|
|
|
-
|
|
|
-<li>登记人:<input value="" name="recorder" type="text" ></li>
|
|
|
-<br/>
|
|
|
-<li>订单号:<input value="{$orderinfo}" name="orderinfo" type="text" ></li>
|
|
|
-<li>编号:<input value="" name="number" type="text" ></li>
|
|
|
-<li>
|
|
|
- 仓库品名:
|
|
|
- <input value="" name="shipremarks" type="text" >
|
|
|
-</li>
|
|
|
-<li>重发订单编号:<input value="" name="back_no" type="text" ></li>
|
|
|
-
|
|
|
<li>
|
|
|
紧急程度:
|
|
|
<select name="jjcd" class="select">
|
|
@@ -123,6 +112,18 @@
|
|
|
</select>
|
|
|
</li>
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+<li>订单号:<input value="{$orderinfo}" name="orderinfo" type="text" ></li>
|
|
|
+<li>编号:<input value="" name="number" type="text" ></li>
|
|
|
+<li>
|
|
|
+ 仓库品名:
|
|
|
+ <input value="" name="shipremarks" type="text" >
|
|
|
+</li>
|
|
|
+<li>重发订单编号:<input value="" name="back_no" type="text" ></li>
|
|
|
+
|
|
|
+<li>登记人:<input value="" name="recorder" type="text" ></li>
|
|
|
+
|
|
|
<li>
|
|
|
登记时间:
|
|
|
<input id="ktime" value="{date('Y-m-d',time()-90*24*3600)} 0:00" name="ktime" type="text" onClick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})">
|
|
@@ -184,13 +185,13 @@ function custom(){
|
|
|
$(".data tr").each(function() {
|
|
|
$(this).find('td:eq(0)').css("width","1%");
|
|
|
$(this).find('td:eq(1)').css("width","6%");
|
|
|
-$(this).find('td:eq(2)').css("width","8%");
|
|
|
+$(this).find('td:eq(2)').css("width","6%");
|
|
|
$(this).find('td:eq(3)').css("width","9%");
|
|
|
$(this).find('td:eq(4)').css("width","9%");
|
|
|
|
|
|
$(this).find('td:eq(5)').css("width","4%");
|
|
|
|
|
|
-$(this).find('td:eq(6)').css("width","22%");
|
|
|
+$(this).find('td:eq(6)').css("width","24%");
|
|
|
$(this).find('td:eq(7)').css("width","10%");
|
|
|
$(this).find('td:eq(8)').css("width","7%");
|
|
|
$(this).find('td:eq(9)').css("width","4%");
|