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
2b12104c
authored
Oct 31, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat(tallyReceive): 增加拆货标识,优化列表展示
- 在列表项中新增“拆货”标识,提升信息展示的完整性 - 调整样式以支持多行文本显示,增强可读性
parent
89dc288f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
assets/css/tallyReceive/index.scss
pages/tallyReceive/index.vue
assets/css/tallyReceive/index.scss
View file @
2b12104c
...
...
@@ -233,6 +233,7 @@
display
:
-
webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
2
;
line-clamp
:
2
;
}
.ttt
{
...
...
pages/tallyReceive/index.vue
View file @
2b12104c
...
...
@@ -62,6 +62,7 @@
<view
class=
"list row bothSide"
v-if=
"list.length > 0"
>
<view
class=
"box"
v-for=
"(item, index) in list"
:key=
"index"
:class=
"{ curr: filter_list[index] }"
>
<view
class=
"is-watch row rowCenter verCenter"
v-if=
"item.is_watch == 1"
>
看货
</view>
<view
class=
"is-watch row rowCenter verCenter"
v-if=
"item.is_apart == 1"
:style=
"{ top: item.is_watch == 1 ? '136rpx' : '89rpx' }"
>
拆货
</view>
<view
class=
"check-box-icon"
@
click=
"filterChange(index)"
></view>
<view
class=
"text-item row verCenter"
>
<text
class=
"label"
>
入库单号:
</text>
...
...
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