Commit 59cae899 authored by Smile's avatar Smile Committed by wux

bug312 APP/WEB控货订单下载提单添加限制条件 ,添加分批放货提示语

parent bff8835c
......@@ -320,7 +320,7 @@
<image src="../../static/img/see.png"></image>
<text>{{$lang.lang.orderInfo.seeBall}}</text>
</view>
<view v-if="orderData.status>=3" @click="noSeeBillLading" class="see_item">
<view v-if="(orderData.status>=3&&!ordreData.ladingState)||(orderData.status>=3&&!orderShowLadingStateStatus)" @click="noSeeBillLading" class="see_item">
<image src="../../static/img/see.png"></image>
<text class="noBill">{{$lang.lang.orderInfo.seeBall}}</text>
</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 to comment