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
73c455b6
authored
Jun 13, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
备注
parent
7d19857e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
assets/css/picking/record.scss
pages/picking/record.vue
assets/css/picking/record.scss
View file @
73c455b6
...
@@ -50,6 +50,16 @@
...
@@ -50,6 +50,16 @@
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.desc
{
font-size
:
17rpx
;
color
:
#484b59
;
word-break
:
break-all
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
display
:
-
webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
2
;
}
.tt
{
.tt
{
font-size
:
17rpx
;
font-size
:
17rpx
;
color
:
#1969f9
;
color
:
#1969f9
;
...
...
pages/picking/record.vue
View file @
73c455b6
...
@@ -64,9 +64,13 @@
...
@@ -64,9 +64,13 @@
<text
class=
"label"
>
拣货时间:
</text>
<text
class=
"label"
>
拣货时间:
</text>
<text
class=
"text"
>
{{
item
.
create_time
}}
</text>
<text
class=
"text"
>
{{
item
.
create_time
}}
</text>
</view>
</view>
<view
class=
"input-box row verCenter"
>
<view
class=
"input-box row"
>
<text
class=
"label"
>
备注:
</text>
<text
class=
"label"
>
上游备注:
</text>
<text
class=
"text"
style=
"color: #F98119;"
>
{{
item
.
upstream_remark
}}
</text>
<text
class=
"desc"
>
{{
item
.
upstream_remark
}}
</text>
</view>
<view
class=
"input-box row"
>
<text
class=
"label"
>
明细备注:
</text>
<text
class=
"text"
>
{{
item
.
remark
}}
</text>
</view>
</view>
</view>
</view>
</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