Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
weChatFlowApprove
Project
Project
Details
Activity
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
刘川
weChatFlowApprove
Commits
43b012ac
Commit
43b012ac
authored
Nov 19, 2025
by
chicheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数量描述调整
parent
731b9f2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ShipApproval.vue
src/views/ship-approval/ShipApproval.vue
+3
-3
No files found.
src/views/ship-approval/ShipApproval.vue
View file @
43b012ac
...
@@ -583,7 +583,7 @@ export default {
...
@@ -583,7 +583,7 @@ export default {
this
.
form
.
baseAuditQuantity
-
0
>
this
.
form
.
baseAuditQuantity
-
0
>
params
.
wantGoodsDetailList
[
0
].
wantQuantity
-
0
params
.
wantGoodsDetailList
[
0
].
wantQuantity
-
0
)
{
)
{
Toast
(
'基地
审批数
量不能大于本次要货数量'
)
Toast
(
'基地
协助
量不能大于本次要货数量'
)
return
return
}
}
}
}
...
@@ -592,7 +592,7 @@ export default {
...
@@ -592,7 +592,7 @@ export default {
Toast
(
'请正确填写战区协助量'
)
Toast
(
'请正确填写战区协助量'
)
return
return
}
else
if
(
this
.
form
.
warAuditQuantity
-
0
>
this
.
form
.
baseAuditQuantity
-
0
)
{
}
else
if
(
this
.
form
.
warAuditQuantity
-
0
>
this
.
form
.
baseAuditQuantity
-
0
)
{
Toast
(
'战区
审批数
量不能大于本次要货数量'
)
Toast
(
'战区
协助
量不能大于本次要货数量'
)
return
return
}
}
}
}
...
@@ -604,7 +604,7 @@ export default {
...
@@ -604,7 +604,7 @@ export default {
Toast
(
'请正确填写内勤协助量'
)
Toast
(
'请正确填写内勤协助量'
)
return
return
}
else
if
(
this
.
form
.
salecenterAuditQuantity
-
0
>
this
.
form
.
warAuditQuantity
-
0
)
{
}
else
if
(
this
.
form
.
salecenterAuditQuantity
-
0
>
this
.
form
.
warAuditQuantity
-
0
)
{
Toast
(
'销售内勤
审批数
量不能大于本次要货数量'
)
Toast
(
'销售内勤
协助
量不能大于本次要货数量'
)
return
return
}
}
}
}
...
...
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