user5 před 1 rokem
rodič
revize
70cc01174c

+ 3 - 3
src/views/human/practice/logwrite/LogWriteList.vue

@@ -237,7 +237,7 @@
 						businessTable: 'human_resources_practice_registration_work_log',
 						businessId: row.id,
 						isShow: false,
-						routePath: '/human/logwrite/LogWriteList'
+						routePath: '/human/practice/logwrite/LogWriteList'
 					}
 				})
 			})
@@ -261,7 +261,7 @@
 					  formTitle: processTitle,
 					  businessId: 'false',
 					  isShow: false,
-					  routePath: '/human/logwrite/LogWriteList'
+					  routePath: '/human/practice/logwrite/LogWriteList'
 				  }
 			  })
 		  })
@@ -330,7 +330,7 @@
 						formTitle: `${data.taskName}`,
 						cUser: cUser,
 						title: `审批【${data.taskName || ''}】`,
-						routePath: '/human/logwrite/LogWriteList'   // 数据处理后需要跳转的页面路径
+						routePath: '/human/practice/logwrite/LogWriteList'   // 数据处理后需要跳转的页面路径
 					}
 				})
 			})

+ 1 - 1
src/views/human/practice/reimburseRegister/ReimburseRegisterAddForm.vue

@@ -36,7 +36,7 @@
 					</el-form-item>
 				</el-col>
 				<el-form v-if="status === 'audit' || status === 'taskFormDetail'" style="width: 100%" :model="inputForm" ref="inputForm" v-loading="loading" :class="method==='view'?'readonly':''"
-						 :disabled="status === 'audit' || status === 'taskFormDetail'" label-width="110px" @submit.native.prevent>
+						 :disabled="status !== 'audit'" label-width="110px" @submit.native.prevent>
 					<el-col :span="12">
 						<el-form-item label="是否实习结束" prop="completePractice" :rules="[{required: true, message: '是否实习结束不能为空', trigger: 'change'}]">
 							<el-radio-group v-model="inputForm.completePractice">