diff --git a/src/views/basic-dictionary/ResultStatus.vue b/src/views/basic-dictionary/ResultStatus.vue index f359006..79e5c73 100644 --- a/src/views/basic-dictionary/ResultStatus.vue +++ b/src/views/basic-dictionary/ResultStatus.vue @@ -106,13 +106,13 @@ > --> 单位设置 + + + + 体检中心 + + + + + + + + +
@@ -109,9 +127,9 @@
登记状态 - - 预登记 - 仅本单位同名病人提示 + + 预登记 + 正式登记
@@ -137,9 +155,14 @@ >
- + + + +
取 消 @@ -208,14 +231,16 @@ export default { checked: "", input: "", form: { - nameType: "", + nameType: "N", cardLength: "", isAutoCreateDepartment: "N", // customerOrgId: "", //单位id isAutoCreatePatientNo: "N", cardStartNum: "0", patientName: "", + organizationUnitId: "", }, + examinatioitems: [], //体检中心的数据 value: "", nameType: "1", currentRow: null, @@ -265,7 +290,7 @@ export default { cancelButtonText: "取消", type: "warning", }).then((res) => { - // let targettitle = res.Message; + // let targettitle = res.Message; this.$message.warning(res.Message); }); } @@ -292,41 +317,47 @@ export default { console.log(this.form.customerOrgId); }, - //改进: + //改进: //分析 不要单独按钮,合并到 下一步 按钮 //进度条 //登记状态 选不了 //自动创建部门勾不上 //数据列没有绑定 - async submitBatch(){ - let res = null,confirm=null; - for(let i=0;i { @@ -380,8 +402,19 @@ export default { this.dialogVisible5 = true; this.dialogVisible4 = false; this.slicetdata(); + this.getexamination(); + //获取调用接口的地方 } }, + //获取调用体检中心的接口 + getexamination() { + getapi("/api/app/organization-units/organization-unit-by-is-peis").then( + (res) => { + this.examinatioitems = res.data; + console.log(res, "res"); + } + ); + }, determine() { if (JSON.stringify(this.formrow) == "{}") { this.$message.warning("请选择数据"); diff --git a/src/views/fee-settings/SysParmSet.vue b/src/views/fee-settings/SysParmSet.vue index e322a18..0ac4a82 100644 --- a/src/views/fee-settings/SysParmSet.vue +++ b/src/views/fee-settings/SysParmSet.vue @@ -1,52 +1,98 @@