|
|
@@ -26,7 +26,7 @@
|
|
|
<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;">
|
|
|
<span class="labelspan" style="width:235px;">产品类别<input class="easyui-combotree" id="goodstypecode" name="goodstypecode" data-options="required:false,prompt:'',tipPosition:'top',url:'../rpt.ashx?m=getGoodsType',method:'get',panelHeight:'200px',editable:true" style="width: 165px; height: 32px;"></span>
|
|
|
- 产品编码:
|
|
|
+ 产品型号:
|
|
|
<input class="easyui-combobox" id="goodsid" name="goodsid" data-options="required:false,prompt:'',tipPosition:'top',url:'../rpt.ashx?m=getGoods&select=1',method:'get',valueField:'GOODSID',textField:'GOODSCODE',panelHeight:'300px',editable:'true',multiple:true" style="width:120px;height:32px;">
|
|
|
窑炉编码:
|
|
|
<input class="easyui-combobox" id="kilnMaster" name="kilnMaster" data-options="required:false,valueField:'value',textField:'text',editable:true,multiple:true,
|
|
|
@@ -48,6 +48,10 @@
|
|
|
data-options="method:'get',border:false,singleSelect:true,fit:true,fitColumns:true">
|
|
|
<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>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
</table>
|
|
|
@@ -73,6 +77,8 @@
|
|
|
var endDate = ctime.getFullYear() + "-" + (ctime.getMonth() + 1) + "-" + ctime.getDate() + " 23:59:59";
|
|
|
$("#datebeginMaster").datetimebox("setValue", beginDate);
|
|
|
$("#dateendMaster").datetimebox("setValue", endDate);
|
|
|
+
|
|
|
+ $("#materiaplan").combobox("select", '1');
|
|
|
});
|
|
|
|
|
|
$("#materiaplan").combobox({
|
|
|
@@ -96,12 +102,11 @@
|
|
|
idField: 'SID',
|
|
|
queryParams: $('#ffMaster').serializeJson(),
|
|
|
url: 'rpt.ashx?m=0&id=' + request('id'),
|
|
|
- fixWidth: 400,
|
|
|
- mergeWidth: 280,
|
|
|
+ fixWidth: 160,
|
|
|
+ mergeWidth: 100,
|
|
|
splitChar: '_',
|
|
|
columnMenu: '#btnColumnMenu',
|
|
|
columnMoving: true,
|
|
|
-
|
|
|
});
|
|
|
|
|
|
}
|