Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
1b277a63
Commit
1b277a63
authored
Jun 29, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
已完成状态
parent
e4b1b532
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
11 deletions
+15
-11
appliedPartsCell.vue
src/components/parts/appliedPartsCell.vue
+4
-3
applyList.vue
src/components/parts/applyList.vue
+7
-5
partsDetail.vue
src/pages/mine/warehouse/partsDetail.vue
+4
-3
No files found.
src/components/parts/appliedPartsCell.vue
View file @
1b277a63
...
...
@@ -104,9 +104,9 @@
'width'
:
'100%'
,
}
},
// 待签收 15;待发货 10;待审核 1;已取消 -1;已驳回 -2;已签收 20
// 待签收 15;待发货 10;待审核 1;已取消 -1;已驳回 -2;已签收 20
; 已完成 100
title
()
{
return
this
.
titles
[
String
(
this
.
info
.
status
)]
return
this
.
titles
[
String
(
this
.
info
.
status
)]
||
this
.
info
.
statusText
},
titles
()
{
// 待签收 15 待发货 10 待审核 1 已取消 -1 已驳回 -2 已签收 20
...
...
@@ -116,7 +116,8 @@
'15'
:
'代签收'
,
'20'
:
'已签收'
,
'-2'
:
'审核未通过'
,
'-1'
:
'已取消'
'-1'
:
'已取消'
,
'100'
:
'已完成'
}
},
titleColor
()
{
...
...
src/components/parts/applyList.vue
View file @
1b277a63
...
...
@@ -9,8 +9,10 @@
<swiper
class=
"swiper"
:indicator-dots=
"true"
style=
"height: 100%;"
:current=
"currentIndex"
>
<swiper-item
v-for=
"(item, index) in list"
:key=
"index"
>
<view
class=
"cell-view"
>
<view
class=
"shadow-view"
>
<AppliedCell
@
operate=
"handleOperate"
@
express=
"handleClickExpress"
@
action=
"handleClickCell"
:info=
"item"
:type=
"vertical"
class=
"applied-cell"
></AppliedCell>
</view>
</view>
</swiper-item>
</swiper>
</view>
...
...
@@ -147,9 +149,9 @@
.cell-view
{
height
:
100%
;
padding-bottom
:
100rpx
;
display
:
flex
;
flex-direction
:
column
;
.
applied-cell
{
//
display: flex;
//
flex-direction: column;
.
shadow-view
{
border-radius
:
12rpx
;
margin
:
30rpx
;
height
:
100%
;
...
...
src/pages/mine/warehouse/partsDetail.vue
View file @
1b277a63
...
...
@@ -86,9 +86,9 @@
'width'
:
'100%'
,
}
},
// 待签收 15;待发货 10;待审核 1;已取消 -1;已驳回 -2;已签收 20
// 待签收 15;待发货 10;待审核 1;已取消 -1;已驳回 -2;已签收 20
; 100 已完成
title
()
{
return
this
.
titles
[
String
(
this
.
info
.
status
)]
return
this
.
titles
[
String
(
this
.
info
.
status
)]
||
this
.
info
.
statusText
},
titles
()
{
return
{
...
...
@@ -97,7 +97,8 @@
'15'
:
'代签收'
,
'20'
:
'已签收'
,
'-2'
:
'审核未通过'
,
'-1'
:
'已取消'
'-1'
:
'已取消'
,
'100'
:
'已完成'
}
},
total
()
{
// 合计
...
...
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