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

bug312 APP/WEB控货订单下载提单添加限制条件 ,按钮满足条件也置灰问题

parent 65c387c4
......@@ -303,9 +303,9 @@
<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" class="item" effect="dark" :content="$t('orderdetail.noSeeBillLading')" placement="top">
<el-tooltip :disabled="!(orderShowLadingStateStatus=== false && order.ladingState=== true)" class="item" effect="dark" :content="$t('orderdetail.noSeeBillLading')" placement="top">
<div>
<el-button type="text" :disabled="!orderShowLadingStateStatus||(!order.tidanNo || order.ladingState==false)"
<el-button type="text" :disabled="!orderShowLadingStateStatus||!order.tidanNo || order.ladingState==false"
@click.native="showLadingBill=true">{{ $t('orderdetail.showLadingBill') }}</el-button>
</div>
</el-tooltip>
......
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