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
689dfe15
authored
Aug 19, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
订单详情/移动端--增加显示入仓号、是否商检、申报方式的显示
parent
b3deb8f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pages/tally/index.vue
pages/tally/index.vue
View file @
689dfe15
...
@@ -80,9 +80,10 @@
...
@@ -80,9 +80,10 @@
<view
class=
"list"
v-if=
"form.length > 0"
>
<view
class=
"list"
v-if=
"form.length > 0"
>
<scroll-view
scroll-y=
"true"
class=
"scroll-Y"
>
<scroll-view
scroll-y=
"true"
class=
"scroll-Y"
>
<view
class=
"box"
v-for=
"(item,index) in tallyData.detail"
:key=
"index"
:class=
"{disabled:item.tally_status == 3}"
>
<view
class=
"box"
v-for=
"(item,index) in tallyData.detail"
:key=
"index"
:class=
"{disabled:item.tally_status == 3}"
>
<view
class=
"title pb16 row verCenter"
>
<view
class=
"title pb16 row verCenter"
style=
"position: relative;"
>
<text
class=
"t1"
>
{{item.goods_type}}
</text>
<text
class=
"t1"
>
{{item.goods_type}}
</text>
<text
class=
"t2 row rowCenter verCenter"
v-if=
"item.is_goods_check"
>
检
</text>
<text
class=
"t2 row rowCenter verCenter"
v-if=
"item.is_goods_check"
>
检
</text>
<text
style=
"color: #197adb;font-size: 24rpx;position: absolute;right: 0;top: 0;"
>
{{item.declaration_type_val}}
</text>
</view>
</view>
<view
class=
"pb16 row bothSide verCenter"
>
<view
class=
"pb16 row bothSide verCenter"
>
<view
class=
"row"
style=
"width: 50%;"
>
<view
class=
"row"
style=
"width: 50%;"
>
...
...
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