|
|
@@ -28,6 +28,8 @@
|
|
|
<input class="easyui-datetimebox" id="datebeginMaster" name="datebeginMaster" data-options="required:true,prompt:'',tipPosition:'top'" style="width: 165px; height: 32px;">
|
|
|
截止日期:
|
|
|
<input class="easyui-datetimebox" id="dateendMaster" name="dateendMaster" data-options="required:true,prompt:'',tipPosition:'top'" style="width: 165px; height: 32px;">
|
|
|
+ 成型线:
|
|
|
+ <input class="easyui-combobox" id="groutinglineMaster" name="groutinglineMaster" data-options="required:false,prompt:'',tipPosition:'top',url:'../../rpt/rpt.ashx?m=getLine&select=1',method:'get',valueField:'GROUTINGLINECODE',textField:'GROUTINGLINECODE',panelHeight:'300px',editable:true ,multiple:false" style="width: 165px; height: 32px;">
|
|
|
产品编码:
|
|
|
<input class="easyui-combobox" id="goodsMaster" name="goodsMaster" data-options="required:false,prompt:'',tipPosition:'top',url:'../../rpt/rpt.ashx?m=getGoods&select=1',method:'get',valueField:'GOODSID',textField:'GOODSCODE',panelHeight:'300px',editable:true,multiple:true" style="width:165px;height:32px;">
|
|
|
|
|
|
@@ -43,6 +45,7 @@
|
|
|
data-options="method:'get',border:false,singleSelect:true,fit:true,fitColumns:false">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
+ <th data-options="field:'成型线编码',title:'成型线编码',align:'left',sortable:true,width:80"></th>
|
|
|
<th data-options="field:'产品编码',title:'产品编码',align:'left',sortable:true,width:80"></th>
|
|
|
<th data-options="field:'期初数量',title:'期初数量',align:'left',sortable:true,width:80"></th>
|
|
|
<th data-options="field:'接收数量',title:'接收数量',align:'left',sortable:true,width:80"></th>
|