소스 검색

提交数据

lvhao 4 일 전
부모
커밋
349a63c432
1개의 변경된 파일11개의 추가작업 그리고 6개의 파일을 삭제
  1. 11 6
      template/erp/whlabelfz1_scammgxx.html

+ 11 - 6
template/erp/whlabelfz1_scammgxx.html

@@ -19,7 +19,7 @@
         扫描成品库标签
         {/if}
     </font>
-   (<font style="margin-left: 10px;margin-right:10px;color:red" id="">0</font>)
+   
 </li>
 
 <li style="display: none;"><span>确 定</span></li>
@@ -31,6 +31,7 @@
 <tr>
 <td><label onClick="swapCheck()"><input name="checkbox" type="checkbox" class="regular-checkbox"></label></td>
 <td>编号</td>
+<td>类型</td>
 <td>品名</td>
 <td>扫描标签</td>
 <td>数量</td>
@@ -77,16 +78,20 @@
 </audio>
 <script>
 var sysprint = 1;var transfer = 1;
-var dataurl = "/whlabelfz1/scam_mgxx/";var fdataurl = "/whlabelfz1/scam_mgxx/";
+
+
+
+var dataurl = "/whlabelfz1/mgxxindex/";var fdataurl = "/whlabelfz1/scam_mgxx/";
 var customon = 1;
 function custom() {
     $(".data tr").each(function() {
         $(this).find('td:eq(0)').css("width", "1%");
         $(this).find('td:eq(1)').css("width", "10%");
-        $(this).find('td:eq(2)').css("width", "20%");
-        $(this).find('td:eq(3)').css("width", "10%");
-        $(this).find('td:eq(4)').css("width", "5%");
-        $(this).find('td:eq(5)').css("width", "10%");
+        $(this).find('td:eq(2)').css("width", "5%");
+        $(this).find('td:eq(3)').css("width", "15%");
+        $(this).find('td:eq(4)').css("width", "15%");
+        $(this).find('td:eq(5)').css("width", "5%");
+        $(this).find('td:eq(6)').css("width", "10%");
     });
 }