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
1188c030
authored
Dec 11, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
货品查询--详情、理货记录的申报方式、是否商检
parent
c78d7194
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
pages/tally/goods.vue
pages/tally/goodsDetail.vue
pages/tally/record.vue
pages/tally/goods.vue
View file @
1188c030
...
...
@@ -23,7 +23,6 @@
<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 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>
...
...
pages/tally/goodsDetail.vue
View file @
1188c030
...
...
@@ -35,8 +35,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 column"
>
<view
class=
"staus_type_val row rowCenter verCenter"
v-if=
"item.is_goods_check == 1"
>
商检
</view>
<view
style=
"color: #484b59;font-size: 28rpx;margin-top: 2rpx;"
>
{{
item
.
declaration_type_val
}}
</view>
</view>
<view
class=
"input-box row verCenter"
style=
"flex: 00 100%;"
>
<text
class=
"label"
>
入仓号:
</text>
...
...
pages/tally/record.vue
View file @
1188c030
...
...
@@ -58,8 +58,9 @@
<text
class=
"label"
>
物料名称:
</text>
<text
class=
"text"
>
{{
item
.
goods_title
}}
</text>
</view>
<view>
<view
class=
"column"
>
<text
class=
"text"
>
{{
item
.
sync_status_val
}}
</text>
<text
class=
"text"
>
{{
item
.
declaration_type_val
}}
</text>
</view>
</view>
<view
class=
"input-box row verCenter bothSide"
style=
"flex: 0 0 100%;"
>
...
...
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