|
|
@ -8,7 +8,7 @@ |
|
|
|
<el-button type="danger" @click="openStop('终止')">终 止</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="listconadd"> |
|
|
|
<div class=""> |
|
|
|
<el-form ref="dataForm" :model="formobj" class="formaddcopy02"> |
|
|
|
<div class="wlInfo"><span>费用申请</span></div> |
|
|
|
<el-row> |
|
|
@ -77,7 +77,7 @@ |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="tleftb">意见</el-col> |
|
|
|
<el-col :span="20" class="trightb"> |
|
|
|
<el-input size="small" v-model="dialogList.comment" placeholder="审批意见" class="addinputw" clearable ></el-input> |
|
|
|
<el-input size="small" v-model="dialogList.comment" placeholder="审批意见" clearable ></el-input> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<div style="text-align:center;margin-top: 20px;"> |
|
|
@ -130,7 +130,9 @@ export default { |
|
|
|
this.linkByParameter.instanceId = obj.instanceId |
|
|
|
this.linkByParameter.taskId = obj.taskId |
|
|
|
this.linkByParameter.taskDefKey = obj.taskDefKey |
|
|
|
console.log(window.sessionStorage.getItem('orgSidPath'), 99999999) |
|
|
|
this.linkByParameter.orgSidPath = window.sessionStorage.getItem('orgSidPath') |
|
|
|
console.log(window.sessionStorage.getItem('userSid'), 99999999) |
|
|
|
this.linkByParameter.userSid = window.sessionStorage.getItem('userSid') |
|
|
|
this.current.taskDefKey = obj.taskDefKey |
|
|
|
this.current.taskName = obj.taskName |
|
|
@ -314,4 +316,20 @@ export default { |
|
|
|
.addinputwOne { |
|
|
|
margin-left: 120px !important; |
|
|
|
} |
|
|
|
.tleftb { |
|
|
|
text-align: right; |
|
|
|
font-size: 14px; |
|
|
|
color: #606266; |
|
|
|
line-height: 40px!important; |
|
|
|
font-weight: 600; |
|
|
|
} |
|
|
|
.headline{ |
|
|
|
height: 40px; |
|
|
|
padding: 10px; |
|
|
|
font-weight: bold; |
|
|
|
font-size: 20px; |
|
|
|
background-color: #0294d7; |
|
|
|
text-align: left; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
</style> |
|
|
|