|
@@ -100,10 +100,11 @@
|
|
|
var dataurl = "/whlabel_bh/wdyindex";var fdataurl = "/whlabel_bh/wdyindex";var excel = "/whlabel_bh/wdyindex";;
|
|
|
var editurl = "/whlabel_bh/edit/";
|
|
|
// var editdj = 1;
|
|
|
-// var editt = "备货 - 修改";
|
|
|
-// var customon = 1;
|
|
|
+var editt = "备货 - 修改";
|
|
|
+var customon = 1;
|
|
|
function custom(){
|
|
|
$(".data tr").each(function() {
|
|
|
+$(this).find('td:eq(0)').css("width","1%");
|
|
|
$(this).find('td:eq(1)').css("width","13%");
|
|
|
$(this).find('td:eq(2)').css("width","40%");
|
|
|
$(this).find('td:eq(3)').css("width","10%");
|
|
@@ -113,6 +114,7 @@ $(this).find('td:eq(6)').css("width","4%");
|
|
|
$(this).find('td:eq(7)').css("width","6%");
|
|
|
$(this).find('td:eq(8)').css("width","8%");
|
|
|
$(this).find('td:eq(9)').css("width","10%");
|
|
|
+
|
|
|
});}
|
|
|
//修改数量
|
|
|
$(".systemwindow").on('click',".gz",function() {
|