|
|
@@ -24,7 +24,10 @@
|
|
|
<input class="easyui-datetimebox" id="datebeginMasterS" name="datebeginMasterS" data-options="required:false,prompt:'',tipPosition:'top'" style="width:165px; height:32px;">
|
|
|
-
|
|
|
<input class="easyui-datetimebox" id="datebeginMasterD" name="datebeginMasterD" data-options="required:false,prompt:'',tipPosition:'top'" style="width:165px; height:32px;">
|
|
|
- 产品类型:
|
|
|
+ 车间:
|
|
|
+ <input class="easyui-combobox" id="workshop" name="workshop" data-options="required:false,valueField:'value',textField:'text',editable:true,multiple:true,
|
|
|
+ data:[{'text': '1车间', 'value': '1'},{'text': '2车间', 'value': '2'},{'text': '3车间', 'value': '3'}]"
|
|
|
+ style=" width: 160px; height: 32px;">产品类型:
|
|
|
<input class="easyui-combotree" id="goodstypecode" name="goodstypecode" data-options="required:false,prompt:'',tipPosition:'top',url:'../../list.ashx?m=getGoodsType',method:'get',panelHeight:'200px',editable:true" style="width: 160px; height: 32px;"></span>
|
|
|
<span class="labelspan">产品条码<input class="easyui-textbox" id="barcode" name="barcode" data-options="required:false,prompt:'',tipPosition:'top',required:false" style="width: 120px; height: 32px;"></span>
|
|
|
<a href="javascript:void(0)" id="btnSearchSubmit" title="清空" class="easyui-linkbutton" plain="false" onclick="$('#ffMaster').form('clear')">清空</a>
|
|
|
@@ -43,6 +46,14 @@
|
|
|
id="DataGrid"
|
|
|
data-options="method:'get',border:false,singleSelect:true,fit:true,fitColumns:true,onDblClickRow: dgDblclickrow">
|
|
|
<thead>
|
|
|
+ <tr>
|
|
|
+ <th data-options="field:'交接时间',title:'交接时间',align:'center',sortable:false"></th>
|
|
|
+ <th data-options="field:'车间',title:'车间',align:'center',sortable:false"></th>
|
|
|
+ <th data-options="field:'产品类型',title:'产品类型',align:'center',sortable:false"></th>
|
|
|
+ <th data-options="field:'产品型号',title:'产品型号',align:'center',sortable:false"></th>
|
|
|
+ <th data-options="field:'产品名称',title:'产品名称',align:'center',sortable:false"></th>
|
|
|
+ <th data-options="field:'产品条码',title:'产品条码',align:'center',sortable:false"></th>
|
|
|
+ </tr>
|
|
|
</thead>
|
|
|
</table>
|
|
|
</div>
|