|
|
@@ -144,7 +144,11 @@
|
|
|
v-if="!insertDiscPortVisable"
|
|
|
style="margin-left: 140px"
|
|
|
>
|
|
|
- <el-button type="primary" @click="insertDiscPortVisable = true">
|
|
|
+ <el-button
|
|
|
+ v-auth="'ADDNEWDISCPORT'"
|
|
|
+ type="primary"
|
|
|
+ @click="insertDiscPortVisable = true"
|
|
|
+ >
|
|
|
添加提前卸货港
|
|
|
</el-button>
|
|
|
</div>
|
|
|
@@ -938,12 +942,18 @@
|
|
|
</div>
|
|
|
<div class="hr mt20"></div>
|
|
|
<div class="df aic jcfe mt20" v-if="voyage.voyageStatus == 1">
|
|
|
- <el-button type="primary" class="mr20" @click="cancelVoyage">
|
|
|
+ <el-button
|
|
|
+ v-auth="'CANCELVOYAGE'"
|
|
|
+ type="primary"
|
|
|
+ class="mr20"
|
|
|
+ @click="cancelVoyage"
|
|
|
+ >
|
|
|
取消航次
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
v-if="voyage.canComplete && disabledStatus"
|
|
|
type="primary"
|
|
|
+ v-auth="'FINISHVOYAGE'"
|
|
|
@click="finishVoyage"
|
|
|
>
|
|
|
完成航次
|