重拨次数:
-
-
+
+
@@ -557,44 +406,27 @@
时间间隔(分):
-
+
短信提醒:
-
-
+
+
短信模板:
-
-
+
+
@@ -859,12 +691,6 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
}).then(() => {
- const loading = this.$loading({
- lock: true,
- text: '保存中,请稍等!',
- spinner: 'el-icon-loading',
- background: 'rgba(0, 0, 0, 0.7)'
- });
this.updata.routeNodeList = this.list;
var newObj = JSON.parse(JSON.stringify(this.updata));
const invalidTimes = [];
@@ -891,13 +717,10 @@ export default {
invalidTimes.push(e);
}
})
- console.log(invalidTimes, 'invalidTimes')
- if(invalidTimes.length>0){
- loading.close();
+ if (invalidTimes.length > 0) {
this.$message.error("时间点在8:00到20:00之间,请修改时间点");
- }else{
+ } else {
signrouteadd(newObj).then((res) => {
- loading.close();
var message = ''
if (this.$route.query.path == "/patient/signRecord") {
message = '保存成功,即将返回签约患者列表'
@@ -925,19 +748,15 @@ export default {
});
});
}, 3000);
+ }).catch(() => {
});
-
}
-
// var nulllength= newObj.routeNodeList.filter(item => item.routeNodeName=="" || item.routeNodeName==null || item.routeNodeName==undefined);
// console.log(nulllength,'nulllength')
// if(nulllength.length>0){
// this.$message.error('节点名称不能为空!');
// return
// }
- console.log(newObj, 'this.newObj')
- console.log(this.updata, 'this.updata')
-
})
},
Typechange(e) {
@@ -1243,6 +1062,7 @@ export default {
display: inline-block !important;
float: inline-start !important;
}
+
::v-deep .el-input.is-disabled .el-input__inner {
background: #fff;
}
@@ -1346,6 +1166,7 @@ export default {
}
}
}
+
.PushMethod {
height: 100px;
padding: 20px;
@@ -1398,6 +1219,7 @@ export default {
width: 73%;
// height: calc(100vh - 320px);
height: 100%;
+
.flextow {
display: flex;
width: 100%;
@@ -1436,6 +1258,7 @@ export default {
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
+
.toptop {
display: flex;
align-items: center;
@@ -1453,9 +1276,11 @@ export default {
padding-left: 12px;
}
}
+
::v-deep .el-timeline-item__node--normal {
left: 0px;
}
+
::v-deep .el-timeline-item__timestamp {
margin: 0 !important;
padding: 0 !important;
@@ -1486,9 +1311,11 @@ export default {
::v-deep .el-form-item__content {
display: inline-block !important;
}
+
::v-deep .el-icon-circle-plus-outline {
cursor: pointer;
}
+
::v-deep .el-icon-delete {
cursor: pointer;
}