Commit 6d11b013 by LJM

add

parent 7da23417
Showing with 4 additions and 20 deletions
......@@ -67,35 +67,19 @@
<template v-else>
<text class="t3">{{item.is_goods_check_cn}}</text>
</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 class="btn-wrap row">
<template v-if="curr != 3">
<!-- 产地确认,需要商检 关务已确认 -->
<template v-if="item.origin_confirm_status == 1 && item.is_goods_check == 1 && item.goods_check_confirm_status == 1">
<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">
<!-- 商检和美产 产地已确认显示装箱 -->
<template v-if="item.origin_confirm_status">
<view class="btn row rowCenter verCenter" @click="submitAbnormalBox(1,item.wstydl_id)">装 箱</view>
</template>
</template>
<template v-else>
<!-- 产地确认,需要商检 关务已确认 -->
<template v-if="item.origin_confirm_status == 1 && item.is_goods_check == 1 && item.goods_check_confirm_status == 1">
<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">
<!-- 已装箱 产地已确认 -->
<template v-if="item.origin_confirm_status">
<view class="btn row rowCenter verCenter" @click="submitAbnormalBox(0,item.wstydl_id)">取 出</view>
</template>
<view class="fix-btn row rowCenter verCenter" @click="closeBox()">封 箱</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment