diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonList.vue
index a101ac3..1b04fab 100644
--- a/src/components/doctorCheck/ButtonList.vue
+++ b/src/components/doctorCheck/ButtonList.vue
@@ -26,11 +26,11 @@
-
查询
diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue
index ce44378..d2308ad 100644
--- a/src/components/patientRegister/PatientRegisterEdit.vue
+++ b/src/components/patientRegister/PatientRegisterEdit.vue
@@ -2009,8 +2009,8 @@ export default {
this.$message.warning({ showClose: true, message: fields[Object.keys(fields)[0]][0].message });
return false
}
- // 手机号必填时,再验证手机号是否合法
- if (this.rules['mobileTelephone']) {
+ // 手机号非必填时,如有填手机号,也要再验证手机号是否合法
+ if (this.form['mobileTelephone']) {
if (!isValidMobileNumber(this.form['mobileTelephone'])) {
this.$message.warning({ showClose: true, message: '请填写正确的手机号!' });
return false
@@ -2604,9 +2604,9 @@ export default {
this.printing = true
if (this.LocalConfig.patientRegister.printGuideLabel.indexOf('patient') > -1 && this.LocalConfig.patientRegister.printGuideLabel.indexOf('lis') > -1 && this.LocalConfig.patientRegister.printGuideLabel.indexOf('pacs') > -1) {
if (this.merge_lis_pacs_label == '1') {
- this.guidePrintEasy('0008', isPreview, toOutShell)
+ this.lisPrint('0002', isPreview, toOutShell)
.then(res => {
- return this.lisPrint('0002', isPreview, toOutShell)
+ return this.guidePrintEasy('0008', isPreview, toOutShell)
})
// .then(res => {
// return this.pacsPrint('0004', isPreview, toOutShell)
@@ -2621,12 +2621,12 @@ export default {
this.printing = false
})
} else {
- this.guidePrintEasy('0008', isPreview, toOutShell)
+ this.lisPrint('0002', isPreview, toOutShell)
.then(res => {
- return this.lisPrint('0002', isPreview, toOutShell)
+ return this.pacsPrint('0004', isPreview, toOutShell)
})
.then(res => {
- return this.pacsPrint('0004', isPreview, toOutShell)
+ return this.guidePrintEasy('0008', isPreview, toOutShell)
})
.then(res => {
resolve(res)
@@ -2640,9 +2640,9 @@ export default {
}
} else if (this.LocalConfig.patientRegister.printGuideLabel.indexOf('patient') > -1 && this.LocalConfig.patientRegister.printGuideLabel.indexOf('lis') > -1) {
- this.guidePrintEasy('0008', isPreview, toOutShell)
+ this.lisPrint('0002', isPreview, toOutShell)
.then(res => {
- return this.lisPrint('0002', isPreview, toOutShell)
+ return this.guidePrintEasy('0008', isPreview, toOutShell)
})
.then(res => {
resolve(res)
@@ -2654,9 +2654,9 @@ export default {
this.printing = false
})
} else if (this.LocalConfig.patientRegister.printGuideLabel.indexOf('patient') > -1 && this.LocalConfig.patientRegister.printGuideLabel.indexOf('pacs') > -1) {
- this.guidePrintEasy('0008', isPreview, toOutShell)
+ this.pacsPrint('0004', isPreview, toOutShell)
.then(res => {
- return this.pacsPrint('0004', isPreview, toOutShell)
+ return this.guidePrintEasy('0008', isPreview, toOutShell)
})
.then(res => {
resolve(res)
diff --git a/src/components/patientRegister/PatientRegisterForChoose.vue b/src/components/patientRegister/PatientRegisterForChoose.vue
index f2117f6..e6f46e7 100644
--- a/src/components/patientRegister/PatientRegisterForChoose.vue
+++ b/src/components/patientRegister/PatientRegisterForChoose.vue
@@ -3,44 +3,17 @@
-
-
-
-
-
-
- {{ dddw(dict.sex, "id", scope.row.sexId, "displayName") }}
-
-
+
+
+
+
+
-
-
- {{ scope.row.customerOrgParentName ? scope.row.customerOrgParentName : scope.row.customerOrgName }}
-
-
-
-
- {{ scope.row.customerOrgParentName ? scope.row.customerOrgName : "" }}
-
-
-
-
-
- {{ dddw(dict.medicalPackage, "id", scope.row.medicalPackageId, "displayName") }}
-
-
- {{ dddw(dict.customerOrgGroupAll, "id", scope.row.customerOrgGroupId, "displayName") }}
-
-
-
-
-
-
- {{ dddw(dict.nation, "nationId", scope.row.nationId, "displayName") }}
-
-
-
-
+
+
+
+
+
@@ -48,93 +21,49 @@
-
-
-
-
-
-
-
-
-
- {{ dddw(dict.maritalStatus, "id", scope.row.maritalStatusId, "displayName") }}
-
-
-
-
-
-
- {{ dddw(dict.medicalType, "id", scope.row.medicalTypeId, "displayName") }}
-
-
-
-
-
-
- {{ dddw(dict.personnelType, "id", scope.row.personnelTypeId, "displayName") }}
-
-
-
+
+
+
+
+
+
+
+
+
-
+
{{ scope.row.isVip == "Y" ? "是" : "否" }}
-
-
+
+
{{ moment(scope.row.creationTime).format("yyyy-MM-DD") }}
-
+
{{ scope.row.isUpload == "Y" ? "是" : "否" }}
-
+
{{ dddw(dict.completeFlag, "id", scope.row.completeFlag, "displayName") }}
-
+
-
+
{{ scope.row.isLock == "Y" ? "是" : "否" }}
-
-
+
diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue
index 01f633b..f1f4f94 100644
--- a/src/components/patientRegister/PatientRegisterList.vue
+++ b/src/components/patientRegister/PatientRegisterList.vue
@@ -1000,9 +1000,9 @@ export default {
return new Promise((resolve, reject) => {
// this.merge_lis_pacs_label == '1' 合并检验检查条码
if (this.merge_lis_pacs_label == '1') {
- this.guidePrintPromise("0008", false, row)
+ this.lisPrint(row, "0002", false)
.then((res) => {
- return this.lisPrint(row, "0002", false);
+ return this.guidePrintPromise("0008", false, row);
})
// .then((res) => {
// return this.pacsPrint(row, "0004", false);
@@ -1014,12 +1014,12 @@ export default {
reject(err);
});
} else {
- this.guidePrintPromise("0008", false, row)
+ this.lisPrint(row, "0002", false)
.then((res) => {
- return this.lisPrint(row, "0002", false);
+ return this.pacsPrint(row, "0004", false);
})
.then((res) => {
- return this.pacsPrint(row, "0004", false);
+ return this.guidePrintPromise("0008", false, row);
})
.then((res) => {
resolve(res);
@@ -1036,9 +1036,9 @@ export default {
// 临时加
printGuidePacs(row) {
return new Promise((resolve, reject) => {
- this.guidePrintPromise("0008", false, row)
+ this.pacsPrint(row, "0004", false)
.then((res) => {
- return this.pacsPrint(row, "0004", false);
+ return this.guidePrintPromise("0008", false, row);
})
.then((res) => {
resolve(res);
diff --git a/src/components/sumDoctorCheck/ButtonList.vue b/src/components/sumDoctorCheck/ButtonList.vue
index 9ea42e1..1d0eb56 100644
--- a/src/components/sumDoctorCheck/ButtonList.vue
+++ b/src/components/sumDoctorCheck/ButtonList.vue
@@ -20,10 +20,10 @@
v-show="checkPagePriv(pagePriv.privs, '导入迪安结果')">导入迪安结果
-
-
- AI诊断
+
+
+
+ AI诊断