-
+
+
体检单位
-
+
连续扫码
-
+
条码号
-
+
档案号
-
+
姓名
-
+
检查条码
-
+
检验条码
-
+
性别
-
+
- 读身份证
-
+ 身份证
+
电话
-
+
检查状态
-
+
审核
-
+
上传
-
+
打印
-
+
体检类别
-
+
人员类别
-
+
检查结论
-
+
@@ -111,17 +100,30 @@
+
+
+
+ 查询
+
+
+ 读身份证
+
+
+ 清除条件
+
+
-
+ height="600px" :append-to-body="true">
+
diff --git a/src/components/report/RegisterCheckStatus.vue b/src/components/report/RegisterCheckStatus.vue
index 8b6b558..d783727 100644
--- a/src/components/report/RegisterCheckStatus.vue
+++ b/src/components/report/RegisterCheckStatus.vue
@@ -35,7 +35,7 @@ import { dddw, setCheckStatusColor,listOrderBy } from "../../utlis/proFunc"
export default {
components: {},
- props: ["patientRegisterId"],
+ props: ["patientRegisterId","brushTimes"],
data() {
return {};
},
@@ -87,7 +87,7 @@ export default {
watch: {
//人员ID切换
//体检人员未切换时 也可以强制刷新数据
- "dataTransOpts.refresh.register_check.M": {
+ "brushTimes": {
// immediate:true,
handler(newVal, oldVal) {
console.log(`watch 组合项目列表 newVal: ${newVal} oldVal: ${oldVal} patient_register.id: ${this.patientRegisterId}`);
diff --git a/src/views/fee-settings/cardBill.vue b/src/views/fee-settings/cardBill.vue
index 58c1389..31c0ed1 100644
--- a/src/views/fee-settings/cardBill.vue
+++ b/src/views/fee-settings/cardBill.vue
@@ -49,8 +49,8 @@
style="width: 190px" />
- 充值员
- 收费员
+
@@ -118,7 +118,7 @@ export default {
customerName: '',
idNo: '',
mobileTelephone: '',
- feeUserIds: []
+ operateUserIds: []
}, //查询条件
dataList: [], //列表数据
users: [],
diff --git a/src/views/fee-settings/cardBillSum.vue b/src/views/fee-settings/cardBillSum.vue
index f5827cc..f78c5f5 100644
--- a/src/views/fee-settings/cardBillSum.vue
+++ b/src/views/fee-settings/cardBillSum.vue
@@ -49,8 +49,8 @@
style="width: 190px" />
- 充值员
- 收费员
+
@@ -99,7 +99,7 @@ export default {
customerName: '',
idNo: '',
mobileTelephone: '',
- feeUserIds: []
+ operateUserIds: []
}, //查询条件
dataList: [], //列表数据
users: [],
diff --git a/src/views/report/report.vue b/src/views/report/report.vue
index 0e2851f..276203e 100644
--- a/src/views/report/report.vue
+++ b/src/views/report/report.vue
@@ -7,73 +7,404 @@
体检报告
+