This commit is contained in:
commit
e644a285c6
|
@ -40,7 +40,7 @@
|
|||
<input name="id" type="hidden">
|
||||
<input name="drain" type="hidden" id="gasEmitForm_drain">
|
||||
<div style="margin-bottom:10px">
|
||||
<input name="watch_time" data-options="label:'监测时间', editable:false, labelWidth:120" class="easyui-datebox" style="width:300px;" required ></input>
|
||||
<input name="watch_time" data-options="label:'监测时间', editable:false, labelWidth:120" class="easyui-datetimebox" style="width:300px;" required ></input>
|
||||
</div>
|
||||
<div style="margin-bottom:10px">
|
||||
<input name="out_smoke" data-options="label:'出:标态干烟气量', labelWidth:120, min:0,precision:2" class="easyui-numberbox" style="width:300px;" required></input>
|
||||
|
@ -137,7 +137,7 @@
|
|||
{ field: 'id', title: 'ID', hidden: true },
|
||||
{ field: 'drain', title: 'drain', hidden: true },
|
||||
{ field: 'drain__name', title: '排放口 ', width: 100 },
|
||||
{ field: 'wath_tiime', title: '监测时间', width: 100 },
|
||||
{ field: 'watch_time', title: '监测时间', width: 100 },
|
||||
{ field: 'out_smoke', title: '出:干烟含量', width: 100 },
|
||||
{ field: 'out_o2', title: '出:氧含量', width: 100 },
|
||||
{ field: 'out_so2', title: '出:二氧化硫', width: 100 },
|
||||
|
|
Loading…
Reference in New Issue