diff --git a/public/sysConfig.json b/public/sysConfig.json index 5964923..4dc018a 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -1,7 +1,7 @@ { - "apiurl": "http://192.168.0.188:9530", + "apiurl": "http://192.168.0.188:9527", "softName": "神豚体检管理系统", - "pacsApi": "http://192.168.0.188:9530", + "pacsApi": "http://192.168.0.188:9527", "dcmViewers": "https://app.mzaktj.com:4436", "pacsApiHttps": "https://app.mzaktj.com:8042", "dict":{ diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 34cae71..a7e7f39 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -2008,6 +2008,7 @@ export default { //滚动加载数据 async scrollFull(scroll, event) { + if (!scroll.judgeFlse) return; // 正在加载时阻止重复触发 diff --git a/src/components/report/TurnoverReport.vue b/src/components/report/TurnoverReport.vue index 3620f35..c74ff66 100644 --- a/src/components/report/TurnoverReport.vue +++ b/src/components/report/TurnoverReport.vue @@ -27,7 +27,8 @@
体检单位 + default-first-option clearable filterable style="margin-left: 10px;width:300px;" size="small" multiple + collapse-tags> {{ item.displayName }} @@ -50,7 +51,8 @@
体检类别 + default-first-option clearable filterable style="margin-left: 10px;width:200px;" size="small" multiple + collapse-tags> {{ item.displayName }} @@ -59,24 +61,29 @@
人员类别 + default-first-option clearable filterable style="margin-left: 10px;width:200px;" size="small" multiple + collapse-tags> {{ item.displayName }}
- 业务员 - + 业务员 +
-
- 查询 - 导出 +
+
+ 查询 +
+
+ 导出 +
@@ -90,7 +97,8 @@ '--' + scope.row.departmentName : '') : scope.row.customerOrgName }}
- + @@ -140,7 +148,7 @@ export default { // isMedicalTypeId: 'Y', isPreRegistration: 'N', isChild: 'Y', - isCustomerOrgRegister:'N', // 是否显示单位体检次数 + isCustomerOrgRegister: 'N', // 是否显示单位体检次数 }, tableData: [], diff --git a/src/components/report/TurnoverReportDetails.vue b/src/components/report/TurnoverReportDetails.vue index ba793d4..5972482 100644 --- a/src/components/report/TurnoverReportDetails.vue +++ b/src/components/report/TurnoverReportDetails.vue @@ -15,12 +15,7 @@ margin-bottom: 10px; ">
-
+
@@ -38,16 +33,24 @@
体检单位 + default-first-option clearable filterable style="margin-left: 10px;width: 300px;" size="small" multiple + collapse-tags> {{ item.displayName }}
+
+ 含预登记 + +
+
+
体检类别 + default-first-option clearable filterable style="margin-left: 10px;width: 200px;" size="small" multiple + collapse-tags> {{ item.displayName }} @@ -56,7 +59,8 @@
人员类别 + default-first-option clearable filterable style="margin-left: 10px;width: 200px;" size="small" multiple + collapse-tags> {{ item.displayName }} @@ -64,7 +68,10 @@
业务员 - + + +
包含预登记 @@ -82,33 +89,81 @@
- - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + 合计: 标准金额 {{ loadOpts.standardAmount }}     应收金额 {{ loadOpts.receivableAmount }} +     实收金额 {{ loadOpts.chargeAmount }} + +
+
+ + 共:{{ loadOpts.totalCount }} 条记录,当前显示:{{ tableData.length }}条。 + +
+