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
9a077c5c
authored
Aug 16, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移动端-拣货、拣货记录、复核、复核记录、打快递单的【主单仓库备注】要支持换行
parent
a37125f8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
assets/css/stockRecheck/print.scss
pages/stockRecheck/print.vue
assets/css/stockRecheck/print.scss
View file @
9a077c5c
...
@@ -68,8 +68,9 @@
...
@@ -68,8 +68,9 @@
.text
{
.text
{
font-size
:
17rpx
;
font-size
:
17rpx
;
color
:
#484b59
;
color
:
#484b59
;
white-space
:
nowrap
;
display
:
-
webkit-box
;
text-overflow
:
ellipsis
;
-webkit-line-clamp
:
3
;
-webkit-box-orient
:
vertical
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.tt
{
.tt
{
...
...
pages/stockRecheck/print.vue
View file @
9a077c5c
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<text
class=
"label"
>
打包箱数:
</text>
<text
class=
"label"
>
打包箱数:
</text>
<text
class=
"text"
>
{{
item
.
box_num
}}
</text>
<text
class=
"text"
>
{{
item
.
box_num
}}
</text>
</view>
</view>
<view
class=
"input-box row
verCenter
"
style=
"flex: 0 0 100%;"
>
<view
class=
"input-box row"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
主单仓库备注:
</text>
<text
class=
"label"
>
主单仓库备注:
</text>
<text
class=
"text"
>
{{
item
.
upstream_remark
}}
</text>
<text
class=
"text"
>
{{
item
.
upstream_remark
}}
</text>
</view>
</view>
...
...
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