Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
94456b54
Commit
94456b54
authored
Jun 19, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进度信息模块封装ui代码优化
parent
d25b878c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
registration-detail.vue
...ice-management/registration-queue/registration-detail.vue
+18
-0
No files found.
src/views/service-management/registration-queue/registration-detail.vue
View file @
94456b54
...
@@ -456,6 +456,7 @@ color: #333333;"
...
@@ -456,6 +456,7 @@ color: #333333;"
<prescribing-modle
:is-show=
"showPrescribing"
:visit-form=
"visitForm"
:register-form=
"registerForm"
/>
<prescribing-modle
:is-show=
"showPrescribing"
:visit-form=
"visitForm"
:register-form=
"registerForm"
/>
</div>
</div>
<!--底部返回按钮-->
<!--底部返回按钮-->
<el-button
class=
"queryBtn"
icon=
"el-icon-check"
@
click=
"submitForm"
>
提 交
</el-button>
<el-button
class=
"backBth"
icon=
"el-icon-back"
@
click=
"goBack"
>
返 回
</el-button>
<el-button
class=
"backBth"
icon=
"el-icon-back"
@
click=
"goBack"
>
返 回
</el-button>
</el-form>
</el-form>
</div>
</div>
...
@@ -611,6 +612,23 @@ export default {
...
@@ -611,6 +612,23 @@ export default {
this
.
getInfo
(
this
.
$route
.
params
.
id
)
this
.
getInfo
(
this
.
$route
.
params
.
id
)
},
},
methods
:
{
methods
:
{
// 提交表单
submitForm
()
{
console
.
log
(
'表单参数'
,
this
.
form
)
this
.
$refs
[
'from'
].
validate
(
valid
=>
{
if
(
valid
)
{
// addPosition(this.form).then(res => {
// console.log('添加后的信息', res)
// if (res.code === 200) {
// this.$router.push({
// path: '/administrative-management/position-management'
// })
// this.$message.success('操作成功')
// }
// })
}
})
},
parseTime
,
parseTime
,
selectDictLabel
,
selectDictLabel
,
checkRole
,
checkRole
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment