You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.3 KiB
20 lines
1.3 KiB
<div style="padding: 20px;">
|
|
<input class="easyui-combobox lbl-rule" data-options="label: '标签规则:'" limitToList=true labelAlign='right' editable=false style="width:200px">
|
|
|
|
<input class="easyui-textbox lbl-plucode" data-options="label: '商品编码\\条码:',labelWidth:100 " labelAlign='right' editable=true style="width:300px">
|
|
|
|
<input class="easyui-textbox lbl-count" data-options="label: '打印数量:'" labelAlign='right' editable=true style="width:130px">
|
|
|
|
<input class="easyui-combobox lbl-type" data-options="label: '标签类型:'" limitToList=true labelAlign='right' editable=false style="width:200px">
|
|
|
|
<input class="easyui-combobox store-type" data-options="label: '库存情况:',valueField:'id', textField:'text',
|
|
data: [{id:'0',text:'<全部>','selected':true},{id:'1',text:'有库存'},{id:'2',text:'无库存'}]"
|
|
limitToList=true editable=false labelAlign='right' style="width:160px">
|
|
|
|
<input class="easyui-combobox lbl-class" data-options="label: '标签种类:'" limitToList=true labelAlign='right' editable=false style="width:260px">
|
|
|
|
<input class="easyui-combobox lbl-format" data-options="label: '打印格式:'" limitToList=true labelAlign='right' editable=false style="width:260px">
|
|
|
|
|
|
</div>
|