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
c78d7194
authored
Dec 10, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移动端--关单封箱弹窗、以及货品查询详情,增加显示参数信息
parent
2a075add
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
pages/tally/closeBox.vue
pages/tally/goods.vue
pages/tally/closeBox.vue
View file @
c78d7194
...
...
@@ -48,8 +48,9 @@
<view
class=
"list"
v-if=
"list.length > 0"
>
<view
class=
"box row"
v-for=
"(item, index) in list"
:key=
"index"
>
<text
class=
"num"
>
{{index+1}}、
</text>
<view
class=
"status-box row"
>
<view
class=
"staus_type_val row rowCenter verCenter"
v-if=
"item.is_goods_check"
>
商检
</view>
<view
class=
"status-box row verCenter"
>
<view
class=
"row"
style=
"font-size: 24rpx;color: #1969f9;margin-right: 18rpx;"
>
{{item.declaration_type_val}}
</view>
<view
class=
"staus_type_val row rowCenter verCenter"
v-if=
"item.is_goods_check == 1"
>
商检
</view>
</view>
<view
class=
"input-box row verCenter"
style=
"flex: 00 100%;"
>
<text
class=
"label"
>
入仓号:
</text>
...
...
pages/tally/goods.vue
View file @
c78d7194
...
...
@@ -22,7 +22,9 @@
<!-- 列表区 -->
<view
class=
"list"
v-if=
"list.length > 0"
>
<view
class=
"box row"
v-for=
"(item, index) in list"
:key=
"index"
>
<view
class=
"status-box row"
>
<view
class=
"status-box row verCenter"
>
<view
class=
"row"
style=
"font-size: 24rpx;color: #1969f9;margin-right: 18rpx;"
>
{{
item
.
declaration_type_val
==
3
?
'两步申报'
:
'非两步申报'
}}
</view>
<view
class=
"row"
style=
"font-size: 24rpx;color: #1969f9;margin-right: 18rpx;"
v-if=
"item.is_goods_check == 1"
>
商检
</view>
<template
v-if=
"item.box_type == 0"
>
<view
class=
"staus_type_val row rowCenter verCenter"
>
{{
item
.
box_type_cn
}}
</view>
</
template
>
...
...
@@ -33,7 +35,7 @@
<view
class=
"input-box row verCenter curr"
style=
"flex: 0 0 100%;"
>
<text
class=
"tt"
style=
"color: #000;font-weight: bold;"
>
{{ item.box_sn }}
</text>
<text
class=
"text"
v-if=
"item.sub_box_qty > 1"
>
({{ item.sub_box_qty }})
</text>
<text
class=
"tt"
style=
"margin-left: 50px;width: 100rpx;"
>
{{item.tally_status_cn}}
</text>
<text
class=
"tt"
style=
"margin-left: 50
r
px;width: 100rpx;"
>
{{item.tally_status_cn}}
</text>
</view>
<view
class=
"input-box 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