|
|
@@ -54,6 +54,12 @@
|
|
|
<li>商品名称:<input value="" name="title" type="text" style="width:350px"></li>
|
|
|
<li>仓库品名:<input value="" name="zh" type="text" style="width:350px"></li>
|
|
|
<li>u9料号:<input value="" name="jm" type="text" style="width:250px"></li>
|
|
|
+<li>人发头套编号:<select name="hairnumber" class="select">
|
|
|
+ <option value="-1">请选择</option>
|
|
|
+ <option value="0">未设置</option>
|
|
|
+ <option value="1">已设置</option>
|
|
|
+ </select>
|
|
|
+</li>
|
|
|
<li><span>确 定</span></li>
|
|
|
|
|
|
</ul>
|
|
|
@@ -70,6 +76,7 @@
|
|
|
<td>商品名称</td>
|
|
|
<td>仓库品名</td>
|
|
|
<td>u9料号</td>
|
|
|
+<td>库位</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
@@ -94,11 +101,11 @@ var customon = 1;
|
|
|
function custom(){
|
|
|
$(".data tr").each(function() {
|
|
|
$(this).find('td:eq(0)').css("width","1%");
|
|
|
-$(this).find('td:eq(1)').css("width","20%");
|
|
|
-$(this).find('td:eq(2)').css("width","25%");
|
|
|
-$(this).find('td:eq(3)').css("width","25%");
|
|
|
-$(this).find('td:eq(4)').css("width","20%");
|
|
|
-
|
|
|
+$(this).find('td:eq(1)').css("width","18%");
|
|
|
+$(this).find('td:eq(2)').css("width","23%");
|
|
|
+$(this).find('td:eq(3)').css("width","23%");
|
|
|
+$(this).find('td:eq(4)').css("width","18%");
|
|
|
+$(this).find('td:eq(5)').css("width","12%");
|
|
|
|
|
|
|
|
|
|