Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ee24350a
authored
Jun 27, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
283f77ac
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
4 deletions
assets/css/stockRecheck/print.scss
pages/container/index.vue
pages/index/index.vue
pages/stockRecheck/print.vue
static/home/@2x.png
assets/css/stockRecheck/print.scss
View file @
ee24350a
...
...
@@ -124,7 +124,7 @@
flex
:
0
0
50%
;
margin-bottom
:
8rpx
;
.label
{
width
:
82
rpx
;
width
:
120
rpx
;
font-size
:
16rpx
;
color
:
#919399
;
}
...
...
pages/container/index.vue
View file @
ee24350a
...
...
@@ -334,6 +334,10 @@ export default {
this
.
input_flag
=
false
;
if
(
this
.
index
==
0
)
{
this
.
searchParams
.
container_sn
=
''
;
}
else
if
(
this
.
index
==
1
)
{
this
.
searchParams
.
create_name
=
''
;
}
else
if
(
this
.
index
==
2
)
{
this
.
searchParams
.
update_name
=
''
;
}
this
.
getData
();
},
...
...
pages/index/index.vue
View file @
ee24350a
...
...
@@ -31,7 +31,7 @@
<text
class=
"text"
>
按货品上架
</text>
</navigator>
<navigator
class=
"box-li column rowCenter verCenter"
url=
"/pages/container/index"
hover-class=
"none"
>
<view
class=
"box row rowCenter verCenter"
><image
src=
"/static/home/@2x
(8)
.png"
></image></view>
<view
class=
"box row rowCenter verCenter"
><image
src=
"/static/home/@2x.png"
></image></view>
<text
class=
"text"
>
容器维护
</text>
</navigator>
<navigator
class=
"box-li column rowCenter verCenter"
url=
"/pages/picking/index"
hover-class=
"none"
>
...
...
pages/stockRecheck/print.vue
View file @
ee24350a
...
...
@@ -89,8 +89,8 @@
<view
class=
"bor"
></view>
<view
class=
"field-item row"
>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
上游
备注:
</text>
<text
class=
"tt"
style=
"max-width: 100%;"
>
{{
detail
.
upstream_remark
}}
</text>
<text
class=
"label"
>
主单仓库
备注:
</text>
<text
class=
"tt"
style=
"max-width: 100%;"
>
{{
detail
.
stock_out_info
.
upstream_remark
}}
</text>
</view>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
收货客户:
</text>
...
...
static/home/@2x.png
0 → 100644
View file @
ee24350a
5.7 KB
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