diff --git a/index.html b/index.html
index 46161a4..22fe2b7 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,7 @@
实验室检验系统
+
\ No newline at end of file
diff --git a/src/views/liswork/work/components/ddlb.vue b/src/views/liswork/work/components/ddlb.vue
new file mode 100644
index 0000000..e5c72bb
--- /dev/null
+++ b/src/views/liswork/work/components/ddlb.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/liswork/work/components/labpat.vue b/src/views/liswork/work/components/labpat.vue
new file mode 100644
index 0000000..7d88d21
--- /dev/null
+++ b/src/views/liswork/work/components/labpat.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/liswork/work/components/labpatlist.vue b/src/views/liswork/work/components/labpatlist.vue
new file mode 100644
index 0000000..4acde70
--- /dev/null
+++ b/src/views/liswork/work/components/labpatlist.vue
@@ -0,0 +1,206 @@
+
+
+
+
+ 搜索
+
+
+
+
+
+ {{ scope.row.finish === 1 ? '已完成' : '未完成' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/liswork/work/components/labresult.vue b/src/views/liswork/work/components/labresult.vue
new file mode 100644
index 0000000..72fdde4
--- /dev/null
+++ b/src/views/liswork/work/components/labresult.vue
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/liswork/work/index.vue b/src/views/liswork/work/index.vue
new file mode 100644
index 0000000..13aec18
--- /dev/null
+++ b/src/views/liswork/work/index.vue
@@ -0,0 +1,505 @@
+
+
+
+
+ 新增明细
+
+
+ 删除明细
+
+
+ 保存
+
+
+ 初报
+
+
+ 初审
+
+
+ 取消初审
+
+
+ 审核
+
+
+ 取消审核
+
+
+ 预览
+
+
+ 打印
+
+
+ 上一个
+
+
+ 下一个
+
+
+
+
+
+
+ 样本编号
+
+
+
+ 检验日期
+
+
+
+ 部门组别
+
+
+ 仪器
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/mzcx/cydj/index.vue b/src/views/mzcx/cydj/index.vue
new file mode 100644
index 0000000..15f9015
--- /dev/null
+++ b/src/views/mzcx/cydj/index.vue
@@ -0,0 +1,582 @@
+
+
+
+
+
+
+
+
+ 就诊卡号/病历号/磁卡号:
+
+
+
+
+ {{item.label}}
+
+
+ 申请获取期限:
+
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+ 读卡
+
+
+ 查找病人
+
+
+
+
+
+
+
+
+ 查询
+
+
+ 打印
+
+
+ 单打条码
+
+
+ 单打回单
+
+
+ 取消采样
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.sqsj, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.brsr, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.cysj, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+ 条码数:
+ {{ idsnew.length }}
+
+
+ 项目数:
+ {{ totalRows }}
+
+
+ 合计金额:
+ {{ totalPrice.toFixed(2) }}
+
+
+
+
+
+
+
+
diff --git a/vite.config.js b/vite.config.js
index 9f1472c..334026c 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -62,4 +62,7 @@ export default defineConfig(({ mode, command }) => {
}
}
}
+ optimizeDeps: {
+ include: ['jquery', 'select2', 'vue3-select2-component']
+ }
})