|
|
@ -313,8 +313,12 @@ |
|
|
|
<el-form class="formadd" > |
|
|
|
<el-row v-show="countersignLink" style="border-top: 1px solid #e0e3eb"> |
|
|
|
<el-col :span="4" class="tleftb"> |
|
|
|
<span v-show="operation == '加签'" class="icon">*</span>加签人员: |
|
|
|
<span v-show="operation == '转办'" class="icon">*</span>转办人员: |
|
|
|
<span v-show="operation == '加签'"> |
|
|
|
<span class="icon">*</span>加签人员: |
|
|
|
</span> |
|
|
|
<span v-show="operation == '转办'"> |
|
|
|
<span class="icon">*</span>转办人员: |
|
|
|
</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="20"> |
|
|
|
<el-form-item> |
|
|
@ -450,6 +454,7 @@ export default { |
|
|
|
nodeDialogVisible: false, |
|
|
|
purchaseVisible: false, // 采购系统 |
|
|
|
currentLink: true, |
|
|
|
countersignLink: false, |
|
|
|
// 环节所需参数 |
|
|
|
linkByParameter: { |
|
|
|
businessSid: '', |
|
|
|