Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-finance-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-finance-web
Commits
0dfe411e
Commit
0dfe411e
authored
Sep 27, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
药品bug
parent
d82ea29e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
drug-delivery-detail.vue
...agement/drug-delivery-management/drug-delivery-detail.vue
+11
-4
No files found.
src/views/inventory-management/drug-delivery-management/drug-delivery-detail.vue
View file @
0dfe411e
...
...
@@ -781,10 +781,17 @@ export default {
closeOnClickModal
:
false
}).
then
(()
=>
{
drugOut
([
this
.
outForm
]).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'配药成功'
)
this
.
getDetail
()
})
console
.
log
(
'我到这了'
)
if
(
this
.
outForm
.
number
===
0
)
{
console
.
log
(
'进来了'
)
this
.
$modal
.
msgError
(
'库存不足'
)
}
else
{
console
.
log
(
'没进来了'
)
drugOut
([
this
.
outForm
]).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'配药成功'
)
this
.
getDetail
()
})
}
}).
finally
(()
=>
{
/* 最后给特定的id进行设置 */
/* */
...
...
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