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
6d11b013
authored
May 16, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
7da23417
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
20 deletions
pages/tally/abnormalTally.vue
pages/tally/abnormalTally.vue
View file @
6d11b013
...
@@ -67,35 +67,19 @@
...
@@ -67,35 +67,19 @@
<
template
v-else
>
<
template
v-else
>
<text
class=
"t3"
>
{{
item
.
is_goods_check_cn
}}
</text>
<text
class=
"t3"
>
{{
item
.
is_goods_check_cn
}}
</text>
</
template
>
</
template
>
<
template
v-if=
"item.goods_check_confirm_status == 1"
>
<text
class=
"iconfont icon-jinggao31"
style=
"color: #197ADB;"
></text>
<text
class=
"t4"
style=
"margin-left: 2rpx;color: #197ADB;"
>
关务已确认
</text>
</
template
>
<
template
v-else
>
<text
class=
"iconfont icon-jinggao31"
></text>
<text
class=
"t4"
style=
"margin-left: 2rpx;"
>
关务未确认
</text>
</
template
>
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"btn-wrap row"
>
<view
class=
"btn-wrap row"
>
<
template
v-if=
"curr != 3"
>
<
template
v-if=
"curr != 3"
>
<!-- 产地确认,需要商检 关务已确认 -->
<!-- 商检和美产 产地已确认显示装箱 -->
<template
v-if=
"item.origin_confirm_status == 1 && item.is_goods_check == 1 && item.goods_check_confirm_status == 1"
>
<template
v-if=
"item.origin_confirm_status"
>
<view
class=
"btn row rowCenter verCenter"
@
click=
"submitAbnormalBox(1,item.wstydl_id)"
>
装 箱
</view>
</
template
>
<!-- 产地确认,不需要商检 -->
<
template
v-else-if=
"item.origin_confirm_status == 1 && item.is_goods_check == 0"
>
<view
class=
"btn row rowCenter verCenter"
@
click=
"submitAbnormalBox(1,item.wstydl_id)"
>
装 箱
</view>
<view
class=
"btn row rowCenter verCenter"
@
click=
"submitAbnormalBox(1,item.wstydl_id)"
>
装 箱
</view>
</
template
>
</
template
>
</template>
</template>
<
template
v-else
>
<
template
v-else
>
<!-- 产地确认,需要商检 关务已确认 -->
<!-- 已装箱 产地已确认 -->
<template
v-if=
"item.origin_confirm_status == 1 && item.is_goods_check == 1 && item.goods_check_confirm_status == 1"
>
<template
v-if=
"item.origin_confirm_status"
>
<view
class=
"btn row rowCenter verCenter"
@
click=
"submitAbnormalBox(0,item.wstydl_id)"
>
取 出
</view>
</
template
>
<!-- 产地确认,不需要商检 -->
<
template
v-else-if=
"item.origin_confirm_status == 1 && item.is_goods_check == 0"
>
<view
class=
"btn row rowCenter verCenter"
@
click=
"submitAbnormalBox(0,item.wstydl_id)"
>
取 出
</view>
<view
class=
"btn row rowCenter verCenter"
@
click=
"submitAbnormalBox(0,item.wstydl_id)"
>
取 出
</view>
</
template
>
</
template
>
<view
class=
"fix-btn row rowCenter verCenter"
@
click=
"closeBox()"
>
封 箱
</view>
<view
class=
"fix-btn row rowCenter verCenter"
@
click=
"closeBox()"
>
封 箱
</view>
...
...
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