watchtime

This commit is contained in:
caoqianming 2021-10-06 23:26:13 +08:00
parent 1919e93124
commit b443edc7c4
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<input name="id" type="hidden"> <input name="id" type="hidden">
<input name="drain" type="hidden" id="gasEmitForm_drain"> <input name="drain" type="hidden" id="gasEmitForm_drain">
<div style="margin-bottom:10px"> <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>
<div style="margin-bottom:10px"> <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> <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: 'id', title: 'ID', hidden: true },
{ field: 'drain', title: 'drain', hidden: true }, { field: 'drain', title: 'drain', hidden: true },
{ field: 'drain__name', title: '排放口 ', width: 100 }, { 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_smoke', title: '出:干烟含量', width: 100 },
{ field: 'out_o2', title: '出:氧含量', width: 100 }, { field: 'out_o2', title: '出:氧含量', width: 100 },
{ field: 'out_so2', title: '出:二氧化硫', width: 100 }, { field: 'out_so2', title: '出:二氧化硫', width: 100 },