Commit 0a4d2a08 authored by Smile's avatar Smile Committed by wux

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

parent 779437d3
......@@ -303,11 +303,11 @@
<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 class="item" effect="dark" :content="$t('orderdetail.noSeeBillLading')" placement="top">
<span>
<el-tooltip :disabled="orderShowLadingStateStatus" 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>
</span>
</div>
</el-tooltip>
<el-button type="text" @click.native="declarationOrderId=order.orderId">{{ $t('common.seeDeclaration') }}</el-button>
<!-- <el-button :disabled="true" type="text">{{$t('orderdetail.装箱单未上传')}}</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