修改
This commit is contained in:
parent
3bd0c0d505
commit
29c09370b0
@ -13,7 +13,11 @@
|
|||||||
>
|
>
|
||||||
<div class="top">
|
<div class="top">
|
||||||
<div class="toptop">
|
<div class="toptop">
|
||||||
<el-select v-model="uitem.routeNodeName" style="width: 87px" disabled>
|
<el-select
|
||||||
|
v-model="uitem.routeNodeName"
|
||||||
|
style="width: 87px"
|
||||||
|
disabled
|
||||||
|
>
|
||||||
<el-option label="出院后" value="AFTER_DISCHARGE" />
|
<el-option label="出院后" value="AFTER_DISCHARGE" />
|
||||||
<el-option label="入院后" value="AFTER_ADMISSION" />
|
<el-option label="入院后" value="AFTER_ADMISSION" />
|
||||||
<el-option label="就诊后" value="AFTER_CONSULTATION" />
|
<el-option label="就诊后" value="AFTER_CONSULTATION" />
|
||||||
@ -25,7 +29,7 @@
|
|||||||
<el-option label="术后" value="POSTOPERATIVE" />
|
<el-option label="术后" value="POSTOPERATIVE" />
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-input
|
<el-input
|
||||||
disabled
|
disabled
|
||||||
v-model="uitem.routeNodeDay"
|
v-model="uitem.routeNodeDay"
|
||||||
style="width: 70px"
|
style="width: 70px"
|
||||||
type="number"
|
type="number"
|
||||||
@ -37,8 +41,10 @@
|
|||||||
<el-card
|
<el-card
|
||||||
v-for="(ulitem, ulindex) in uitem.list"
|
v-for="(ulitem, ulindex) in uitem.list"
|
||||||
:key="ulindex"
|
:key="ulindex"
|
||||||
@click.native="bottomclickevent(ulitem, uindex ,ulindex)"
|
@click.native="bottomclickevent(ulitem, uindex, ulindex)"
|
||||||
:class="listindex == uindex && itemindex == ulindex ? 'cards' : ''"
|
:class="
|
||||||
|
listindex == uindex && itemindex == ulindex ? 'cards' : ''
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<h3 style="height: 20px">{{ ulitem.taskTypeName }}</h3>
|
<h3 style="height: 20px">{{ ulitem.taskTypeName }}</h3>
|
||||||
<el-tag
|
<el-tag
|
||||||
@ -80,8 +86,8 @@
|
|||||||
>
|
>
|
||||||
<el-form-item :label="ite.paramName" :key="ind">
|
<el-form-item :label="ite.paramName" :key="ind">
|
||||||
<el-input
|
<el-input
|
||||||
|
class="textarea"
|
||||||
v-model="ite.paramValue"
|
v-model="ite.paramValue"
|
||||||
style="width: 500px"
|
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
@ -613,7 +619,7 @@ export default {
|
|||||||
name: "Datadetails",
|
name: "Datadetails",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
itemid:null,
|
itemid: null,
|
||||||
// 药品
|
// 药品
|
||||||
baseDrugList: [],
|
baseDrugList: [],
|
||||||
loading: true,
|
loading: true,
|
||||||
@ -858,7 +864,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 圆点按钮
|
// 圆点按钮
|
||||||
nurseclick(row) {
|
nurseclick(row) {
|
||||||
this.getParamslistData[this.indexdata].ids=row.id
|
this.getParamslistData[this.indexdata].ids = row.id
|
||||||
this.getParamslistData[this.indexdata].forEach(el => {
|
this.getParamslistData[this.indexdata].forEach(el => {
|
||||||
// console.log(row[el.paramKey], 'row[el.paramKey]----------')
|
// console.log(row[el.paramKey], 'row[el.paramKey]----------')
|
||||||
el.paramValue = row[el.paramKey]
|
el.paramValue = row[el.paramKey]
|
||||||
@ -902,18 +908,19 @@ export default {
|
|||||||
});
|
});
|
||||||
inserList(this.getParamslistData).then(res => {
|
inserList(this.getParamslistData).then(res => {
|
||||||
this.$modal.msgSuccess("提交成功!");
|
this.$modal.msgSuccess("提交成功!");
|
||||||
this.indexdata=null
|
this.indexdata = null
|
||||||
loading.close();
|
loading.close();
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
bottomclickevent(ulitem,uindex,ulindex) {
|
bottomclickevent(ulitem, uindex, ulindex) {
|
||||||
console.log(ulitem,uindex,ulindex)
|
|
||||||
|
console.log(ulitem, uindex, ulindex)
|
||||||
|
this.getParamslistData =[]
|
||||||
this.itemdata = ulitem
|
this.itemdata = ulitem
|
||||||
this.taskPartitionList = []
|
this.taskPartitionList = []
|
||||||
this.querytParams.id = ulitem.routeNodeId
|
this.querytParams.id = ulitem.routeNodeId
|
||||||
this.getParamslistData = []
|
|
||||||
this.getParams()
|
this.getParams()
|
||||||
this.listindex = uindex
|
this.listindex = uindex
|
||||||
this.itemindex = ulindex;
|
this.itemindex = ulindex;
|
||||||
@ -938,12 +945,11 @@ export default {
|
|||||||
}
|
}
|
||||||
this.indexdata = index
|
this.indexdata = index
|
||||||
|
|
||||||
console.log(item, index)
|
|
||||||
},
|
},
|
||||||
additem(index) {
|
additem(index) {
|
||||||
this.moban[0].forEach(e=>{
|
this.moban[0].forEach(e => {
|
||||||
e.paramValue=""
|
e.paramValue = ""
|
||||||
e.id=""
|
e.id = ""
|
||||||
})
|
})
|
||||||
const newVal = JSON.parse(JSON.stringify(this.moban[0]))
|
const newVal = JSON.parse(JSON.stringify(this.moban[0]))
|
||||||
// const newVal = JSON.parse(JSON.stringify(this.getParamslistData[0]))
|
// const newVal = JSON.parse(JSON.stringify(this.getParamslistData[0]))
|
||||||
@ -964,7 +970,14 @@ export default {
|
|||||||
::v-deep .el-card__body {
|
::v-deep .el-card__body {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
::v-deep .el-select .el-input.is-disabled .el-input__inner{
|
||||||
|
background: #fff !important;
|
||||||
|
}
|
||||||
|
::v-deep .el-input.is-disabled .el-input__inner{
|
||||||
|
background: #fff !important;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
.routeCheckStatus {
|
.routeCheckStatus {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
@ -976,90 +989,22 @@ export default {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottomform {
|
|
||||||
background-color: #f2f4f5;
|
|
||||||
margin-top: 10px;
|
|
||||||
|
|
||||||
.card {
|
|
||||||
background-color: #fff;
|
|
||||||
width: 100%;
|
|
||||||
height: 200px;
|
|
||||||
margin: 20px 0 0;
|
|
||||||
padding: 20px 50px 0px 20px;
|
|
||||||
|
|
||||||
.flextwo {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
margin-top: 20px;
|
|
||||||
|
|
||||||
.text {
|
|
||||||
font-size: 13px;
|
|
||||||
color: #64666a;
|
|
||||||
}
|
|
||||||
|
|
||||||
::v-deep .el-input__inner {
|
|
||||||
color: black !important;
|
|
||||||
background-color: #fff !important;
|
|
||||||
cursor: default !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.textarea {
|
|
||||||
width: 90%;
|
|
||||||
padding: 0 10px;
|
|
||||||
height: 50px;
|
|
||||||
line-height: 50px;
|
|
||||||
// border: 1px solid #DCDFE6;
|
|
||||||
border-radius: 5px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
::v-deep .el-input {
|
|
||||||
padding: 0 10px;
|
|
||||||
width: 50%;
|
|
||||||
color: black;
|
|
||||||
font-size: 13px;
|
|
||||||
height: 40px;
|
|
||||||
line-height: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
::v-deep .el-input__inner {
|
|
||||||
color: black;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.flex {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
|
|
||||||
.pushMethod {
|
|
||||||
height: 30px;
|
|
||||||
line-height: 30px;
|
|
||||||
font-size: 13px;
|
|
||||||
color: #64666a;
|
|
||||||
|
|
||||||
::v-deep .el-input__inner {
|
|
||||||
color: black;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
span {
|
|
||||||
color: black;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.topform {
|
.topform {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 15px 70px 30px 15px;
|
padding: 15px 70px 30px 15px;
|
||||||
::v-deep .el-card {
|
.form{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.box-card {
|
||||||
|
// width:calc(100% - 149px);
|
||||||
|
|
||||||
width: 85%;
|
width: 85%;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
padding-top: 25px;
|
padding-top: 25px;
|
||||||
|
.textarea {
|
||||||
|
width: 500px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
right: -20px;
|
right: -20px;
|
||||||
@ -1077,31 +1022,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
div {
|
|
||||||
display: flex;
|
|
||||||
padding-left: 10px;
|
|
||||||
font-weight: 600;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select {
|
|
||||||
font-weight: 550;
|
|
||||||
margin-left: 20%;
|
|
||||||
font-size: 12px;
|
|
||||||
|
|
||||||
.el-input {
|
|
||||||
width: 200px;
|
|
||||||
height: 30px !important;
|
|
||||||
line-height: 30px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -1113,7 +1033,6 @@ export default {
|
|||||||
::v-deep .el-card {
|
::v-deep .el-card {
|
||||||
margin-top: 20px !important;
|
margin-top: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timelist {
|
.timelist {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -1121,7 +1040,6 @@ export default {
|
|||||||
// height: 680px;
|
// height: 680px;
|
||||||
// height: calc(100vh - 294px);
|
// height: calc(100vh - 294px);
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
|
||||||
.timetitle {
|
.timetitle {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -1134,7 +1052,6 @@ export default {
|
|||||||
padding: 15px 0 0 !important;
|
padding: 15px 0 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.texts {
|
.texts {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
@ -1145,7 +1062,6 @@ export default {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.cards {
|
.cards {
|
||||||
border: 1px solid #409eff;
|
border: 1px solid #409eff;
|
||||||
border-left: 5px solid #409eff;
|
border-left: 5px solid #409eff;
|
||||||
@ -1159,7 +1075,6 @@ export default {
|
|||||||
.toptop {
|
.toptop {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
@ -1187,4 +1102,4 @@ export default {
|
|||||||
::v-deep .el-timeline-item__content {
|
::v-deep .el-timeline-item__content {
|
||||||
transform: translateY(-2%);
|
transform: translateY(-2%);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user