读身份证
@@ -124,7 +124,7 @@ export default {
}
.query {
- margin-left: 10px;
+ margin-right: 10px;
}
.listBtn {
diff --git a/src/components/report/CusOrgOCX.vue b/src/components/report/CusOrgOCX.vue
index 54c0615..20d791b 100644
--- a/src/components/report/CusOrgOCX.vue
+++ b/src/components/report/CusOrgOCX.vue
@@ -390,40 +390,8 @@ export default {
diff --git a/src/store/index.js b/src/store/index.js
index 1c3bbc4..5e4f5b9 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -18,21 +18,21 @@ export default new Vuex.Store({
window: {
pageHeight: 960, //页面高度
pageWidth: 1920, //页面宽度
- shift:false, //是否按下 shift键
- ctrl:false, //是否按下 ctrl键
+ shift: false, //是否按下 shift键
+ ctrl: false, //是否按下 ctrl键
},
- elProgress:{ //通用进度条相关参数
- display:false, //是否显示
- textInside:true,
- strokeWidth:30,
- percentage:0
+ elProgress: { //通用进度条相关参数
+ display: false, //是否显示
+ textInside: true,
+ strokeWidth: 30,
+ percentage: 0
},
customerOrg: {
//体检单位设置
- oprStatus:'',//空,add,edit 三种状态
+ oprStatus: '',//空,add,edit 三种状态
customerOrgTree: [], //体检单位列表
- defaultExpandedKeys:[], //当前选中树的节点
- treeCurrentNodekey:'', //当前选中树的节点
+ defaultExpandedKeys: [], //当前选中树的节点
+ treeCurrentNodekey: '', //当前选中树的节点
treeprops: {
label: "displayName",
value: "id",
@@ -166,7 +166,7 @@ export default new Vuex.Store({
//总检医生
sumDoctorCheck: {
sumDoctorCheckDialogVisible: false,
- sumDiagnosisVisible:false,
+ sumDiagnosisVisible: false,
sumPREdit: {}, //总检医生时间等相关信息(sumPREditInit)
summaryList: [], //综述
suggestionList: [], //建议
@@ -189,6 +189,7 @@ export default new Vuex.Store({
medicalType: [], //体检类别
personnelType: [], //人员类别
maritalStatus: [], //婚姻状况
+ forMaritalStatus: [{ id: '0', displayName: '未婚' },{ id: '1', displayName: '已婚' },{ id: 'A', displayName: '全部' }], //适用婚姻
sexHormoneTerm: [], //性激素期
nation: [], //民族
birthPlace: [], //籍惯 ,出生地
@@ -241,8 +242,8 @@ export default new Vuex.Store({
},
//项目特有的对象数据
- projPriv:{
- idNos:{
+ projPriv: {
+ idNos: {
Code: "Success", //读取成功/失败
Name: "刘滔",
Sex: "男",
@@ -258,7 +259,7 @@ export default new Vuex.Store({
},
},
getters: {
-
+
},
mutations: {
diff --git a/src/views/customerOrg/customerOrgGroup.vue b/src/views/customerOrg/customerOrgGroup.vue
index ab9dfc9..22a0e1b 100644
--- a/src/views/customerOrg/customerOrgGroup.vue
+++ b/src/views/customerOrg/customerOrgGroup.vue
@@ -1,39 +1,22 @@
-
-
-
- 单位分组
- 单位
-
-
-
-
-
-
-
-
-
-
+
diff --git a/src/views/customerOrg/patientRegister.vue b/src/views/customerOrg/patientRegister.vue
index f263a3d..5a811f9 100644
--- a/src/views/customerOrg/patientRegister.vue
+++ b/src/views/customerOrg/patientRegister.vue
@@ -1,13 +1,15 @@