diff --git a/public/static/inspect/empty.png b/public/static/inspect/empty.png new file mode 100644 index 0000000..0205cee Binary files /dev/null and b/public/static/inspect/empty.png differ diff --git a/src/api/inspect/physicalEnroll/index.ts b/src/api/inspect/physicalEnroll/index.ts new file mode 100644 index 0000000..74b6393 --- /dev/null +++ b/src/api/inspect/physicalEnroll/index.ts @@ -0,0 +1,9 @@ +import request from '@/config/axios' + +/* + * 李传洋 + * PhysicalEnrollApi + */ +export const PhysicalEnrollApi = { + +} diff --git a/src/views/inspect/physicalEnroll/PhotographView.vue b/src/views/inspect/physicalEnroll/PhotographView.vue new file mode 100644 index 0000000..3b21bfa --- /dev/null +++ b/src/views/inspect/physicalEnroll/PhotographView.vue @@ -0,0 +1,384 @@ + + { + updateDialog() + } + " + @close=" + () => { + updateDialog() + } + " + > + + + + + + + + + + + + + 切换 + 重拍 + 拍照 + 确认 + { + closeModal() + } + " + > + 取消 + + + + + + + + + diff --git a/src/views/inspect/physicalEnroll/index.vue b/src/views/inspect/physicalEnroll/index.vue new file mode 100644 index 0000000..ef03a0c --- /dev/null +++ b/src/views/inspect/physicalEnroll/index.vue @@ -0,0 +1,1094 @@ + + + + + + + + + + + + + 人员查询 + + + + + + + + + 未登记 + 已登记 + + + + + + + + + + + + 查询 + + + + + + + + + + + + {{ '' }} + + + + + + + + + 姓名:{{ scope.row.personName }} + + + + 性别:{{ scope.row.sex }} + 年龄:{{ scope.row.age }}岁 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 人像采集 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 修改信息 + + + 删除 + + + 零星新增 + + + + 读取二代身份证 + + + 保存信息 + + + 取消 + + + 打印导检单 + + + + + + + + + + 体检项目 + + { + selectProjectDrawerTabName = 'comboInfo' + selectProjectDrawerShow = true + } + " + size="small" + style=" + margin: 0; + margin-top: -5.2px; + margin-left: 9.4px; + padding-top: 1.18px; + padding-bottom: 0; + background-color: #2d8cf0; + color: rgba(255, 255, 255, 1); + width: 88px; + font-size: 13.4px; + " + v-show="personInfoCustomAdd" + > + 选择项目 + + + + + + {{ scope.$index + 1 }} + + + + + + 姓名:{{ scope.row.personName }} + + + + 性别:{{ scope.row.sex }} + 年龄:{{ scope.row.age }}岁 + + + + + + + + 姓名:{{ scope.row.personName }} + + + + 性别:{{ scope.row.sex }} + 年龄:{{ scope.row.age }}岁 + + + + + + + + 姓名:{{ scope.row.personName }} + + + + 性别:{{ scope.row.sex }} + 年龄:{{ scope.row.age }}岁 + + + + + + + + 姓名:{{ scope.row.personName }} + + + + 性别:{{ scope.row.sex }} + 年龄:{{ scope.row.age }}岁 + + + + + + + + 姓名:{{ scope.row.personName }} + + + + 性别:{{ scope.row.sex }} + 年龄:{{ scope.row.age }}岁 + + + + + + + + 姓名:{{ scope.row.personName }} + + + + 性别:{{ scope.row.sex }} + 年龄:{{ scope.row.age }}岁 + + + + + + + + + + + + + + { + selectProjectDrawerTabName = '' + } + " + > + + + + + + + 选择项目 + + + + + + + + + + + + + + 查询 + + + + + + + + 已选择 {{ comboInfoSelectedData.length }} 项 + + + 清空 + + + + + + {{ scope.$index + 1 }} + + + + + + + 姓名:{{ scope.row.personName }} + + + + 性别:{{ scope.row.sex }} + 年龄:{{ scope.row.age }}岁 + + + + + + + + + + + + + + + + + + + + + {{ item.sectionName }} + + + + + + + 查询 + + + + + + + + 已选择 {{ checkInfoSelectedData.length }} 项 + + + 清空 + + + + + + {{ scope.$index + 1 }} + + + + + + + 姓名:{{ scope.row.personName }} + + + + 性别:{{ scope.row.sex }} + 年龄:{{ scope.row.age }}岁 + + + + + + + + 姓名:{{ scope.row.personName }} + + + + 性别:{{ scope.row.sex }} + 年龄:{{ scope.row.age }}岁 + + + + + + + + + + + + + 确定 + 取消 + + + + + + + + + +