Commit e9c0f6e5 authored by Smile's avatar Smile Committed by wux

320 web/app当控货订单是分批放货时才需弹出截图中的提示

parent e123fc02
......@@ -303,7 +303,7 @@
<el-tab-pane :label="$t('orderdetail.activeThree')" name="three">
<el-button type="text" :disabled="order.inWarehouseState == 0 && order.shipmentState == 0" @click="showWarehouseReceipt=true">{{ $t('orderdetail.showWarehouseReceipt') }}</el-button>
<el-tooltip :disabled="!(orderShowLadingStateStatus=== false && order.ladingState=== true)" class="item" effect="dark" :content="$t('orderdetail.noSeeBillLading')" placement="top">
<el-tooltip :disabled="!(orderShowLadingStateStatus=== false && order.ladingState=== true && order.releaseNum!==0)" class="item" effect="dark" :content="$t('orderdetail.noSeeBillLading')" placement="top">
<div>
<el-button type="text" :disabled="!orderShowLadingStateStatus||!order.tidanNo || order.ladingState==false"
@click.native="showLadingBill=true">{{ $t('orderdetail.showLadingBill') }}</el-button>
......
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