diff --git a/src/components/common/MedicalPackageAsbitem.vue b/src/components/common/MedicalPackageAsbitem.vue
index 97426be..9b72a43 100644
--- a/src/components/common/MedicalPackageAsbitem.vue
+++ b/src/components/common/MedicalPackageAsbitem.vue
@@ -2,7 +2,7 @@
-
+
-
-
-
+ ">
+
+
-
-
+
+
{{ dddw(dict.forSex, "id", scope.row.forSexId, "displayName") }}
-
-
-
- {{
- dddw(
- dict.forMaritalStatus,
- "id",
- scope.row.maritalStatusId,
- "displayName"
- )
- }}
-
-
-
-
+
+
+
+ {{
+ dddw(
+ dict.forMaritalStatus,
+ "id",
+ scope.row.maritalStatusId,
+ "displayName"
+ )
+ }}
+
+
+
- {{ scope.row.isActive == "Y" ? "是" : "否" }}
+ {{ scope.row.isWebAppoint == "Y" ? "√" : "" }}
+
+
+
+
+ {{ scope.row.isBasicRecommend == "Y" ? "√" : "" }}
+
+
+
+
+ {{ scope.row.isActive == "Y" ? "√" : "否" }}
-
+
{{
scope.row.creationTime
? moment(scope.row.creationTime).format(
- "yyyy-MM-DD HH:mm:ss"
- )
+ "yyyy-MM-DD HH:mm:ss"
+ )
: ""
}}
-
-
+ " draggable="true">
+
-
-
+ ">
+
-
+ ">
新增
@@ -182,20 +123,13 @@
置低
- 保存排序
+ 保存排序
-
+
@@ -210,55 +144,41 @@
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
-
-
+
+
+
+
+
+
+
+
- 是
- 否
+
-
+
+
+
@@ -266,15 +186,11 @@
@@ -310,6 +226,7 @@ export default {
isActive: "Y",
remark: "",
isWebAppoint: "Y",
+ isBasicRecommend: 'N'
},
formOri: {},
formInit: {},
@@ -359,7 +276,7 @@ export default {
this.initTableData.forEach((item) => {
if (
item.displayName.toLowerCase().indexOf(keyWords.toLowerCase()) >
- -1 ||
+ -1 ||
item.simpleCode.toLowerCase().indexOf(keyWords.toLowerCase()) > -1
// || item.shortName.toLowerCase().indexOf(keyWords.toLowerCase()) > - 1
) {
@@ -377,7 +294,7 @@ export default {
}
const targetTop = this.$refs["medicalPackages"].$el
.querySelectorAll(".el-table__body tr")
- [index - 1].getBoundingClientRect().top;
+ [index - 1].getBoundingClientRect().top;
const containerTop = this.$refs["medicalPackages"].$el
.querySelector(".el-table__body")
.getBoundingClientRect().top;
@@ -503,7 +420,7 @@ export default {
getPackages() {
// /api/app/medicalpackage/getlist
- postapi("/api/app/medicalpackage/GetBasicList", {}).then((res) => {
+ postapi("/api/app/medicalpackage/getmedicalpackagelist", {}).then((res) => {
if (res.code != -1) {
this.medicalPackages = res.data;
this.initTableData = [...res.data];
@@ -546,9 +463,9 @@ export default {
this.$message.warning("请选择需要操作的数据");
return;
}
- getapi(`/api/app/medicalpackage/getmodel?id=${this.form.id}`).then((res=>{
- if(res.code!=-1){
- this.form={...res.data}
+ getapi(`/api/app/medicalpackage/getmodel?id=${this.form.id}`).then((res => {
+ if (res.code != -1) {
+ this.form = { ...res.data }
this.dialogVisible = true;
}
}))
@@ -617,7 +534,7 @@ export default {
}).then(res => {
if (res && res.code != -1) {
medicalPackageAsbitems = res.data;
- if (medicalPackageAsbitems.length > 0) {
+ if (medicalPackageAsbitems.length > 0) {
let detailsBody = {
medicalPackageId,
details: this.madeNewPackageAsbitems(medicalPackageAsbitems, this.form.price)
@@ -625,7 +542,7 @@ export default {
}
}
}).then(res => {
- if (res && res.code != -1) {
+ if (res && res.code != -1) {
// 刷新明细
let id = this.form.id
this.form.id = ''
@@ -634,10 +551,10 @@ export default {
}, 100);
}
})
- .finally(() =>{
- this.dialogVisible = false;
- })
- ;
+ .finally(() => {
+ this.dialogVisible = false;
+ })
+ ;
} else {
//新增
@@ -738,7 +655,7 @@ export default {
Math.round(
(Number(oldPackageAsbitems[i].medicalPackageDetailPrice) +
Number(didTotal)) *
- 100
+ 100
) / 100;
break;
}
@@ -800,10 +717,12 @@ export default {
:deep .el-dialog__footer {
padding: 0px 20px 14px;
}
+
.seachinput {
width: 250px;
margin-right: 110px;
}
+
:deep .seachinput .el-select {
width: 100%;
}
diff --git a/src/views/customerOrg/CustomerOrgGroupEdit.vue b/src/views/customerOrg/CustomerOrgGroupEdit.vue
index 0a75a72..8ff039d 100644
--- a/src/views/customerOrg/CustomerOrgGroupEdit.vue
+++ b/src/views/customerOrg/CustomerOrgGroupEdit.vue
@@ -20,6 +20,8 @@
+
+
@@ -38,6 +40,8 @@
+
+
@@ -49,6 +53,13 @@
+
+
+
+
+
+
+
@@ -100,6 +111,7 @@ export default {
maritalStatusId: "A",
ageLowerLimit: 0,
ageUpperLimit: 200,
+ canAddMoney:0,
jobPost: "",
jobTitle: "",
remark: "",
diff --git a/src/views/customerOrg/customerOrgGroup.vue b/src/views/customerOrg/customerOrgGroup.vue
index 7b0f34d..2967bdd 100644
--- a/src/views/customerOrg/customerOrgGroup.vue
+++ b/src/views/customerOrg/customerOrgGroup.vue
@@ -35,6 +35,7 @@
+
{{ dddw(dict.forSex, "id", scope.row.forSexId, "displayName") }}