Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
6dad8845
authored
Jan 14, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
去掉状态
parent
ef9d6402
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
pages/tally/retentionList.vue
pages/tally/retentionList.vue
View file @
6dad8845
...
...
@@ -7,7 +7,7 @@
<text
class=
"iconfont icon-a-juxing111"
@
click=
"clearInput()"
v-if=
"input_flag"
></text>
</view>
<view
class=
"filter-box row verCenter bothSide"
>
<radio-group
@
change=
"handleTallyTypeChange"
>
<radio-group
@
change=
"handleTallyTypeChange"
v-if=
"current != 1"
>
<label
class=
"radio-item"
>
<radio
value=
"0"
style=
"transform:scale(0.7)"
color=
"#197adb"
:checked=
"searchParams.tally_type === '0'"
/>
全部
</label>
...
...
@@ -88,7 +88,7 @@
<view
class=
"input-box row verCenter bothSide"
style=
"flex: 0 0 100%;"
>
<view>
<text
class=
"tt"
style=
"color: #000;font-weight: bold;"
>
{{
item
.
box_sn
}}
</text>
<text
class=
"text"
style=
"font-weight: bold;margin-left: 100rpx;"
>
{{
item
.
box_type_val
}}
</text>
<text
class=
"text"
style=
"font-weight: bold;margin-left: 100rpx;"
></text>
</view>
<view
class=
"column"
style=
"align-items: flex-end;"
>
<text
class=
"text"
style=
"margin-left: 20px;font-weight: bold;color: red;"
>
{{
item
.
box_status_val
}}
</text>
...
...
@@ -210,7 +210,7 @@
}
else
{
this
.
hasMoreData
=
false
;
}
}
else
{
uni
.
showToast
({
title
:
res
.
err_msg
,
...
...
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