|
@@ -0,0 +1,125 @@
|
|
|
|
+@layout("../../system/layout.html", {title: "人员每日填报温度信息"}){
|
|
|
|
+<table class="form" id="form">
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">创建用户id<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="创建用户id" v-model="basicsPersonnelFillin.userIdCreate" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">创建时间<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="创建时间" v-model="basicsPersonnelFillin.gmtCreate" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">修改时间<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="修改时间" v-model="basicsPersonnelFillin.gmtModified" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">填报日期<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="填报日期" v-model="basicsPersonnelFillin.fillingDate" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">工号<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="工号" v-model="basicsPersonnelFillin.jobNumber" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">姓名<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="姓名" v-model="basicsPersonnelFillin.name" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">本部<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="本部" v-model="basicsPersonnelFillin.selfDepartment" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">部<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="部" v-model="basicsPersonnelFillin.department" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">课<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="课" v-model="basicsPersonnelFillin.course" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">系<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="系" v-model="basicsPersonnelFillin.series" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">班次<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="班次" v-model="basicsPersonnelFillin.classes" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">体温<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="体温" v-model="basicsPersonnelFillin.temperature" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">是否返沪人员(是/否)<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="是否返沪人员(是/否)" v-model="basicsPersonnelFillin.ifReturn" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">有无停留或途径中高风险地区(是/否)<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="有无停留或途径中高风险地区(是/否)" v-model="basicsPersonnelFillin.ifStop" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">有无接触史(是/否)<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="有无接触史(是/否)" v-model="basicsPersonnelFillin.ifContact" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">提交状态(是否)<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="提交状态(是否)" v-model="basicsPersonnelFillin.status" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">健康状态,体温是否超过37.3(是/否)<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="健康状态,体温是否超过37.3(是/否)" v-model="basicsPersonnelFillin.healthStatus" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">备注<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="备注" v-model="basicsPersonnelFillin.remark" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">所属组织(暂时不需要)<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="所属组织(暂时不需要)" v-model="basicsPersonnelFillin.pkOrg" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="formTitle">删除状态(0未删除,1已删除)<font face="宋体">*</font></td>
|
|
|
|
+ <td class="formValue">
|
|
|
|
+ <input type="text" class="form-control" placeholder="删除状态(0未删除,1已删除)" v-model="basicsPersonnelFillin.delFlag" isvalid="yes" checkexpession="NotNull">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+</table>
|
|
|
|
+<script src="${ctxPath}/static/js/basics/basicspersonnelfillin/edit.js"></script>
|
|
|
|
+@}
|