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
925c2828
Commit
925c2828
authored
Jun 30, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
备件申请传值
parent
8c60485b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
14 deletions
+16
-14
XhParts.vue
src/components/createCom/XhParts.vue
+2
-1
pages.json
src/pages.json
+8
-8
addParts.vue
src/pages/parts/addParts.vue
+4
-3
application.vue
src/pages/parts/application.vue
+2
-2
No files found.
src/components/createCom/XhParts.vue
View file @
925c2828
...
...
@@ -68,6 +68,7 @@
},
mounted
()
{
this
.
getWorkOrderParts
()
console
.
log
(
'-------getWorkOrderParts--------'
,
this
.
disabled
)
},
methods
:
{
getWorkOrderParts
()
{
...
...
src/pages.json
View file @
925c2828
...
...
@@ -250,7 +250,7 @@
"path"
:
"deposit/index"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"
配
件押金"
,
"navigationBarTitleText"
:
"
备
件押金"
,
"enablePullDownRefresh"
:
false
}
},
...
...
@@ -267,7 +267,7 @@
"path"
:
"warehouse/index"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"
配
件订单"
,
"navigationBarTitleText"
:
"
备
件订单"
,
"enablePullDownRefresh"
:
false
,
"disableScroll"
:
true
}
...
...
@@ -294,7 +294,7 @@
"path"
:
"warehouse/searchParts"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
" "
,
//
配
件单搜索
"navigationBarTitleText"
:
" "
,
//
备
件单搜索
"enablePullDownRefresh"
:
false
,
"navigationBarBackgroundColor"
:
"#F4F5F7"
,
"disableScroll"
:
true
...
...
@@ -304,7 +304,7 @@
"path"
:
"warehouse/express"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
" "
,
//
配
件单物流
"navigationBarTitleText"
:
" "
,
//
备
件单物流
"enablePullDownRefresh"
:
false
,
"navigationBarBackgroundColor"
:
"#F4F5F7"
,
"disableScroll"
:
true
...
...
@@ -323,7 +323,7 @@
"path"
:
"warehouse/partsDetail"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
""
,
//
配
件详情
"navigationBarTitleText"
:
""
,
//
备
件详情
"enablePullDownRefresh"
:
false
,
"disableScroll"
:
true
}
...
...
@@ -539,7 +539,7 @@
{
"path"
:
"application"
,
"style"
:
{
"navigationBarTitleText"
:
"
配
件申请"
,
"navigationBarTitleText"
:
"
备
件申请"
,
"navigationStyle"
:
"custom"
,
"disableScroll"
:
true
}
...
...
@@ -547,14 +547,14 @@
{
"path"
:
"addParts"
,
"style"
:
{
"navigationBarTitleText"
:
"
配
件选择"
"navigationBarTitleText"
:
"
备
件选择"
}
}
,{
"path"
:
"nodes"
,
"style"
:
{
"navigationBarTitleText"
:
"
配
件申请、返件成功"
,
"navigationBarTitleText"
:
"
备
件申请、返件成功"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
...
...
src/pages/parts/addParts.vue
View file @
925c2828
...
...
@@ -121,8 +121,9 @@ export default {
},
onLoad
(
e
)
{
getApp
().
trackPage
(
'选择配件页'
)
if
(
e
.
categaryId
)
{
if
(
e
)
{
this
.
categoryId
=
e
.
categaryId
this
.
brandId
=
e
.
brandId
this
.
getBrandList
()
}
else
{
this
.
getCategaryList
()
...
...
src/pages/parts/application.vue
View file @
925c2828
...
...
@@ -3,7 +3,7 @@
<w-navbar
title=
"配件申请"
navbar-color=
"#FFFFFF"
/>
<view
class=
"content"
>
<view
class=
"card parts"
>
<view
class=
"title"
v-if=
"isEmptyParts"
>
配
件信息
</view>
<view
class=
"title"
v-if=
"isEmptyParts"
>
备
件信息
</view>
<view
class=
"u-flex u-row-between title"
v-else
>
<view>
选择配件
</view>
<u-icon
name=
"arrow-right"
size=
"24"
color=
"#2272FF"
...
...
@@ -140,7 +140,7 @@ export default {
}
else
{
data
=
{
type
:
1
,
brandId
:
this
.
order
.
b
randId
,
brandId
:
this
.
order
.
lianbaoB
randId
,
categaryId
:
this
.
order
.
categoryId
}
}
...
...
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