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
152afea2
Commit
152afea2
authored
Jul 02, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
快递单复制;去掉已签收;已核销显示为已签收
parent
d9fed99d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
15 deletions
+24
-15
appliedPartsCell.vue
src/components/parts/appliedPartsCell.vue
+8
-4
express.vue
src/pages/mine/warehouse/express.vue
+1
-1
index.vue
src/pages/mine/warehouse/index.vue
+4
-4
partsDetail.vue
src/pages/mine/warehouse/partsDetail.vue
+11
-6
No files found.
src/components/parts/appliedPartsCell.vue
View file @
152afea2
...
@@ -115,15 +115,17 @@
...
@@ -115,15 +115,17 @@
return
this
.
titles
[
String
(
this
.
info
.
status
)]
||
this
.
info
.
statusText
return
this
.
titles
[
String
(
this
.
info
.
status
)]
||
this
.
info
.
statusText
},
},
titles
()
{
titles
()
{
// 待签收 15 待发货 10 待审核 1 已取消 -1 已驳回 -2 已签收 20
// 待签收 15; 待发货 10; 待审核 1; 已取消 -1; 已驳回 -2; 已签收 20;已完成 100;已核销 91
// 已核销展示为已签收
return
{
return
{
'1'
:
'待审核'
,
'1'
:
'待审核'
,
'10'
:
'待发货'
,
'10'
:
'待发货'
,
'15'
:
'
代
签收'
,
'15'
:
'
待
签收'
,
'20'
:
'已签收'
,
'20'
:
'已签收'
,
'-2'
:
'审核未通过'
,
'-2'
:
'审核未通过'
,
'-1'
:
'已取消'
,
'-1'
:
'已取消'
,
'100'
:
'已完成'
'100'
:
'已完成'
,
'91'
:
'已签收'
// 已核销
}
}
},
},
titleColor
()
{
titleColor
()
{
...
@@ -144,7 +146,9 @@
...
@@ -144,7 +146,9 @@
'15'
:
'20'
,
'15'
:
'20'
,
'20'
:
''
,
'20'
:
''
,
'-2'
:
''
,
'-2'
:
''
,
'-1'
:
''
'-1'
:
''
,
'100'
:
''
,
'91'
:
''
}
}
},
},
willStatus
()
{
willStatus
()
{
...
...
src/pages/mine/warehouse/express.vue
View file @
152afea2
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
},
},
handleClick
()
{
handleClick
()
{
uni
.
setClipboardData
({
uni
.
setClipboardData
({
data
:
this
.
info
.
orderN
umber
,
data
:
this
.
info
.
express
.
n
umber
,
success
:
function
()
{
success
:
function
()
{
console
.
log
(
'success'
);
console
.
log
(
'success'
);
}
}
...
...
src/pages/mine/warehouse/index.vue
View file @
152afea2
...
@@ -88,10 +88,10 @@
...
@@ -88,10 +88,10 @@
'name'
:
'待签收'
,
'name'
:
'待签收'
,
'status'
:
15
'status'
:
15
},
},
{
//
{
'name'
:
'已签收'
,
//
'name': '已签收',
'status'
:
20
//
'status': 20
}
//
}
]
]
},
},
currentTab
()
{
currentTab
()
{
...
...
src/pages/mine/warehouse/partsDetail.vue
View file @
152afea2
...
@@ -107,14 +107,17 @@
...
@@ -107,14 +107,17 @@
return
this
.
titles
[
String
(
this
.
info
.
status
)]
||
this
.
info
.
statusText
return
this
.
titles
[
String
(
this
.
info
.
status
)]
||
this
.
info
.
statusText
},
},
titles
()
{
titles
()
{
// 待签收 15; 待发货 10; 待审核 1; 已取消 -1; 已驳回 -2; 已签收 20;已完成 100;已核销 91
// 已核销展示为已签收
return
{
return
{
'1'
:
'待审核'
,
'1'
:
'待审核'
,
'10'
:
'待发货'
,
'10'
:
'待发货'
,
'15'
:
'
代
签收'
,
'15'
:
'
待
签收'
,
'20'
:
'已签收'
,
'20'
:
'已签收'
,
'-2'
:
'审核未通过'
,
'-2'
:
'审核未通过'
,
'-1'
:
'已取消'
,
'-1'
:
'已取消'
,
'100'
:
'已完成'
'100'
:
'已完成'
,
'91'
:
'已签收'
// 已核销
}
}
},
},
total
()
{
// 合计
total
()
{
// 合计
...
@@ -164,13 +167,14 @@
...
@@ -164,13 +167,14 @@
'20'
:
''
,
'20'
:
''
,
'-2'
:
''
,
'-2'
:
''
,
'-1'
:
''
,
'-1'
:
''
,
'100'
:
''
'100'
:
''
,
'91'
:
''
}
}
},
},
buttonOperateType
()
{
buttonOperateType
()
{
return
this
.
operateTypes
[
this
.
info
.
status
]
return
this
.
operateTypes
[
this
.
info
.
status
]
},
},
// 待签收 15
变 已签收 20; 10 待审核 1 变
已取消 -1
// 待签收 15
-> 已签收 20; 待审核 1 ->
已取消 -1
willStatuses
()
{
willStatuses
()
{
return
{
return
{
'1'
:
'-1'
,
'1'
:
'-1'
,
...
@@ -179,7 +183,8 @@
...
@@ -179,7 +183,8 @@
'20'
:
''
,
'20'
:
''
,
'-2'
:
''
,
'-2'
:
''
,
'-1'
:
''
,
'-1'
:
''
,
'100'
:
''
'100'
:
''
,
'91'
:
''
}
}
},
},
willStatus
()
{
willStatus
()
{
...
...
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