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
e08cb606
Commit
e08cb606
authored
Jun 20, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进度信息模块封装ui代码优化
parent
d3401b54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
prescribing-modle.vue
...ement/registration-queue/components/prescribing-modle.vue
+4
-4
registration-add.vue
...ervice-management/registration-queue/registration-add.vue
+3
-1
No files found.
src/views/service-management/registration-queue/components/prescribing-modle.vue
View file @
e08cb606
...
...
@@ -369,10 +369,10 @@ export default {
{
validator
:
validatePass
,
trigger
:
'change'
}
],
// 自定义药品连锁触发校验
num
:
[
{
required
:
true
,
message
:
'请输入药品数量'
,
trigger
:
'change'
},
+
{
validator
:
validNum
,
trigger
:
'change'
}
]
//
num: [
//
{ required: true, message: '请输入药品数量', trigger: 'change' },
//
+{ validator: validNum, trigger: 'change' }
//
]
}
}
},
...
...
src/views/service-management/registration-queue/registration-add.vue
View file @
e08cb606
...
...
@@ -379,7 +379,9 @@ export default {
methods
:
{
/** 返回跳转列表页 */
goBack
()
{
this
.
$router
.
back
()
this
.
$router
.
push
({
name
:
'Register'
})
},
/** 根据手机号判断宠主是否存在,不存在新增宠主 回显宠主信息*/
checkOwner
()
{
...
...
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