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
731b9f2c
Commit
731b9f2c
authored
Nov 19, 2025
by
chicheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数量描述调整
parent
6856999f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
ShipApproval.vue
src/views/ship-approval/ShipApproval.vue
+16
-7
No files found.
src/views/ship-approval/ShipApproval.vue
View file @
731b9f2c
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<van-cell
title=
"本次要货件数"
:value=
"item.wantQuantity"
/>
<van-cell
title=
"本次要货件数"
:value=
"item.wantQuantity"
/>
<van-cell
title=
"年销售计划量"
:value=
"item.yearSalePlanQty"
/>
<van-cell
title=
"年销售计划量"
:value=
"item.yearSalePlanQty"
/>
<van-cell
title=
"月销售计划量"
:value=
"item.monthSalePlanQty"
/>
<van-cell
title=
"月销售计划量"
:value=
"item.monthSalePlanQty"
/>
<van-cell
title=
"当月
审批
量"
:value=
"item.monthAuditQty"
/>
<van-cell
title=
"当月
协助
量"
:value=
"item.monthAuditQty"
/>
<van-cell
title=
"库存量(发货申请时的实时库存)"
:value=
"item.stockQuantity"
/>
<van-cell
title=
"库存量(发货申请时的实时库存)"
:value=
"item.stockQuantity"
/>
<van-cell
title=
"在途量"
:value=
"item.roadQuantity"
/>
<van-cell
title=
"在途量"
:value=
"item.roadQuantity"
/>
<van-cell
title=
"已审在发运量"
:value=
"item.auditShipmentQuantity"
/>
<van-cell
title=
"已审在发运量"
:value=
"item.auditShipmentQuantity"
/>
...
@@ -49,14 +49,14 @@
...
@@ -49,14 +49,14 @@
v-if=
"isShowBase"
v-if=
"isShowBase"
v-model=
"form.baseAuditQuantity"
v-model=
"form.baseAuditQuantity"
:required=
"taskNode.subProcUnitId === 'base'"
:required=
"taskNode.subProcUnitId === 'base'"
label=
"基地
审批
量"
label=
"基地
协助
量"
placeholder=
""
placeholder=
""
:disabled=
"taskNode.subProcUnitId !== 'base'"
:disabled=
"taskNode.subProcUnitId !== 'base'"
/>
/>
<van-field
<van-field
v-if=
"isShowWarZone"
v-if=
"isShowWarZone"
v-model=
"form.warAuditQuantity"
v-model=
"form.warAuditQuantity"
label=
"战区
审批
量"
label=
"战区
协助
量"
:required=
"taskNode.subProcUnitId === 'warZone'"
:required=
"taskNode.subProcUnitId === 'warZone'"
placeholder=
""
placeholder=
""
error-message=
""
error-message=
""
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
v-if=
"isShowWork"
v-if=
"isShowWork"
v-model=
"form.salecenterAuditQuantity"
v-model=
"form.salecenterAuditQuantity"
:required=
"taskNode.subProcUnitId === 'work'"
:required=
"taskNode.subProcUnitId === 'work'"
label=
"内勤
审批
量"
label=
"内勤
协助
量"
placeholder=
""
placeholder=
""
error-message=
""
error-message=
""
:disabled=
"taskNode.subProcUnitId !== 'work'"
:disabled=
"taskNode.subProcUnitId !== 'work'"
...
@@ -577,7 +577,7 @@ export default {
...
@@ -577,7 +577,7 @@ export default {
if
(
this
.
isShowBase
&&
this
.
taskNode
.
subProcUnitId
===
'base'
)
{
if
(
this
.
isShowBase
&&
this
.
taskNode
.
subProcUnitId
===
'base'
)
{
if
(
this
.
form
.
baseAuditQuantity
-
0
<=
0
||
!
Number
(
this
.
form
.
baseAuditQuantity
))
{
if
(
this
.
form
.
baseAuditQuantity
-
0
<=
0
||
!
Number
(
this
.
form
.
baseAuditQuantity
))
{
Toast
(
'请正确填写基地
审批
量'
)
Toast
(
'请正确填写基地
协助
量'
)
return
return
}
else
if
(
}
else
if
(
this
.
form
.
baseAuditQuantity
-
0
>
this
.
form
.
baseAuditQuantity
-
0
>
...
@@ -589,7 +589,7 @@ export default {
...
@@ -589,7 +589,7 @@ export default {
}
}
if
(
this
.
isShowWarZone
&&
this
.
taskNode
.
subProcUnitId
===
'warZone'
)
{
if
(
this
.
isShowWarZone
&&
this
.
taskNode
.
subProcUnitId
===
'warZone'
)
{
if
(
this
.
form
.
warAuditQuantity
-
0
<=
0
||
!
Number
(
this
.
form
.
warAuditQuantity
))
{
if
(
this
.
form
.
warAuditQuantity
-
0
<=
0
||
!
Number
(
this
.
form
.
warAuditQuantity
))
{
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
(
'战区审批数量不能大于本次要货数量'
)
...
@@ -601,7 +601,7 @@ export default {
...
@@ -601,7 +601,7 @@ export default {
this
.
form
.
salecenterAuditQuantity
-
0
<=
0
||
this
.
form
.
salecenterAuditQuantity
-
0
<=
0
||
!
Number
(
this
.
form
.
salecenterAuditQuantity
)
!
Number
(
this
.
form
.
salecenterAuditQuantity
)
)
{
)
{
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
(
'销售内勤审批数量不能大于本次要货数量'
)
...
@@ -902,6 +902,15 @@ export default {
...
@@ -902,6 +902,15 @@ export default {
line-height
:
22px
;
line-height
:
22px
;
color
:
#333
;
color
:
#333
;
}
}
:deep
(
.van-field
)
{
.van-cell__title
{
flex
:
0
0
140px
;
white-space
:
nowrap
;
}
.van-cell__value
{
flex
:
1
;
}
}
}
}
.approval-block
{
.approval-block
{
display
:
flex
;
display
:
flex
;
...
...
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