|
|
@@ -239,13 +239,13 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'LodopFuncs'], functi
|
|
|
});
|
|
|
|
|
|
var html = '<div style="margin-top: 20px">' +
|
|
|
- '<label class="col-xs-4 col-sm-2" style="text-align: right;">标签类型:</label>' +
|
|
|
+ '<label class="col-xs-5 col-sm-3" style="text-align: right;">标签类型:</label>' +
|
|
|
'<select class="selectpicker" style="height: 30px;" name="row[type]" id="type">' +
|
|
|
'<option value="v010" >v010大件盒包装(10cmx15cm)</option>' +
|
|
|
'</select>' +
|
|
|
'</div>' +
|
|
|
'<div>' +
|
|
|
- '<label class="col-xs-4 col-sm-2" style="text-align: right;">打印数量:</label>' +
|
|
|
+ '<label class="col-xs-5 col-sm-3" style="text-align: right;">打印数量:</label>' +
|
|
|
'<input id="numn" style="width: 200px;margin-bottom: 2px;" name="row[numn]" type="text" value="4">' +
|
|
|
'</div>' +
|
|
|
'<div class="form-group layer-footer" style="margin-top: 10px">' +
|
|
|
@@ -336,7 +336,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'LodopFuncs'], functi
|
|
|
return item.id;
|
|
|
});
|
|
|
var html = '<div style="margin-top: 20px">' +
|
|
|
- '<label class="col-xs-4 col-sm-2" style="text-align: right;">标签类型:</label>' +
|
|
|
+ '<label class="col-xs-5 col-sm-3" style="text-align: right;">标签类型:</label>' +
|
|
|
'<select class="selectpicker" style="height: 30px;" name="row[type]" id="type">' +
|
|
|
'<option value="v001" datatype="">小件通用型卷烟纸(10cmX2.5cm)</option>' +
|
|
|
'<option value="v002" datatype="">小件细支型卷烟纸(10cmX1.8cm)</option>' +
|
|
|
@@ -351,7 +351,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'LodopFuncs'], functi
|
|
|
'</select>' +
|
|
|
'</div>' +
|
|
|
'<div>' +
|
|
|
- '<label class="col-xs-4 col-sm-2" style="text-align: right;">打印数量:</label>' +
|
|
|
+ '<label class="col-xs-5 col-sm-3" style="text-align: right;">打印数量:</label>' +
|
|
|
'<input id="numn" style="width: 200px;margin-bottom: 2px;" name="row[numn]" type="text" value="1">' +
|
|
|
'</div>' +
|
|
|
'<div class="form-group layer-footer" style="margin-top: 10px">' +
|
|
|
@@ -840,7 +840,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'LodopFuncs'], functi
|
|
|
//自动打码(小件)
|
|
|
var ids = row.id;
|
|
|
var html = '<div style="margin-top: 20px">' +
|
|
|
- '<label class="col-xs-4 col-sm-2" style="text-align: right;">标签类型:</label>' +
|
|
|
+ '<label class="col-xs-5 col-sm-3" style="text-align: right;">标签类型:</label>' +
|
|
|
'<select class="selectpicker" style="height: 30px;" name="row[type]" id="type">' +
|
|
|
'<option value="v001" datatype="">小件通用型卷烟纸(10cmX2.5cm)</option>' +
|
|
|
'<option value="v002" datatype="">小件细支型卷烟纸(10cmX1.8cm)</option>' +
|
|
|
@@ -855,7 +855,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'LodopFuncs'], functi
|
|
|
'</select>' +
|
|
|
'</div>' +
|
|
|
'<div>' +
|
|
|
- '<label class="col-xs-4 col-sm-2" style="text-align: right;">打印数量:</label>' +
|
|
|
+ '<label class="col-xs-5 col-sm-3" style="text-align: right;">打印数量:</label>' +
|
|
|
'<input id="numn" style="width: 200px;margin-bottom: 2px;" name="row[numn]" type="text" value="1">' +
|
|
|
'</div>' +
|
|
|
'<div class="form-group" style="margin-top: 10px">' +
|