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
480791fc
Commit
480791fc
authored
Nov 03, 2022
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审批优化
parent
59dba409
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
6 deletions
+27
-6
ShipApproval.vue
src/views/ship-approval/ShipApproval.vue
+27
-6
No files found.
src/views/ship-approval/ShipApproval.vue
View file @
480791fc
...
...
@@ -23,7 +23,7 @@
<van-cell
title=
"产品描述"
:value=
"item.productDesc"
/>
<van-cell
title=
"未发货件数"
:value=
"item.undeliveredQuantity"
/>
<van-cell
title=
"本月计划剩余数"
:value=
"item.monthLeftQty"
/>
<van-cell
title=
"本次要货件数"
:value=
"item.
plan
Quantity"
/>
<van-cell
title=
"本次要货件数"
:value=
"item.
want
Quantity"
/>
</div>
<van-button
class=
"download-btn"
...
...
@@ -67,35 +67,39 @@
</div>
<div
class=
"block form-block"
>
<van-cell-group>
<van-field
v-model=
"conditions.kaStoreShortName"
label=
"卖场简称"
placeholder=
""
/>
<van-field
v-model=
"conditions.kaStoreShortName"
label=
"卖场简称"
placeholder=
""
disabled
/>
<van-field
v-model=
"conditions.kaStoreFullName"
label=
"卖场全称"
placeholder=
""
error-message=
""
disabled
/>
<van-field
v-model=
"conditions.kaStoreArea"
label=
"卖场区域"
placeholder=
""
error-message=
""
disabled
/>
</van-cell-group>
</div>
<div
class=
"block form-block"
>
<van-cell-group>
<van-field
v-model=
"conditions.isShuntTextView"
label=
"是否分流"
placeholder=
""
/>
<van-field
v-model=
"conditions.isShuntTextView"
label=
"是否分流"
placeholder=
""
disabled
/>
<van-field
v-model=
"conditions.shuntDealer"
label=
"分流经销商"
placeholder=
""
error-message=
""
disabled
/>
<van-field
v-model=
"conditions.noticeSheetTypeTextView"
label=
"分流经渠道"
placeholder=
""
error-message=
""
disabled
/>
</van-cell-group>
</div>
...
...
@@ -105,39 +109,44 @@
v-model=
"conditions.shuntReceiveUnitName"
label=
"分流收货单位"
placeholder=
""
disabled
/>
<van-field
v-model=
"conditions.receiveUnitName"
label=
"收货单位"
placeholder=
""
error-message=
""
disabled
/>
<van-field
v-model=
"conditions.spurtCodeUnit"
label=
"喷码单位"
placeholder=
""
error-message=
""
disabled
/>
<van-field
v-model=
"conditions.contacPerson"
label=
"收货联系人"
placeholder=
""
/>
<van-field
v-model=
"conditions.contacPerson"
label=
"收货联系人"
placeholder=
""
disabled
/>
</van-cell-group>
</div>
<div
class=
"block form-block"
>
<van-cell-group>
<van-field
v-model=
"conditions.contactNumber"
label=
"联系人电话"
placeholder=
""
/>
<van-field
v-model=
"conditions.contactNumber"
label=
"联系人电话"
placeholder=
""
disabled
/>
<van-field
v-model=
"conditions.receiveAddress"
label=
"收货地址"
placeholder=
""
error-message=
""
disabled
/>
<van-field
v-model=
"conditions.selfacceptanceTextView"
label=
"是否自提"
placeholder=
""
error-message=
""
disabled
/>
<van-field
v-model=
"conditions.remark"
label=
"备注"
placeholder=
""
/>
<van-field
v-model=
"conditions.remark"
label=
"备注"
placeholder=
""
disabled
/>
</van-cell-group>
</div>
<div
class=
"block"
>
...
...
@@ -346,6 +355,18 @@ export default {
params
.
currentHandleId
=
this
.
taskNode
.
procUnitHandlerId
params
.
currentHandleGroupId
=
this
.
taskNode
.
groupId
params
.
taskId
=
this
.
$route
.
query
.
taskId
if
(
this
.
isShowBase
&&
!
this
.
form
.
baseAuditQuantity
)
{
Toast
(
'请正确填写基地审批量'
)
return
}
if
(
this
.
isShowWarZone
&&
!
this
.
form
.
warAuditQuantity
)
{
Toast
(
'请正确填写战区审批量'
)
return
}
if
(
this
.
isShowWork
&&
!
this
.
form
.
salecenterAuditQuantity
)
{
Toast
(
'请正确填写内勤审批量'
)
return
}
if
(
this
.
conditions
.
id
)
{
const
toast
=
Toast
.
loading
({
message
:
'提交中...'
,
...
...
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