|
@@ -155,7 +155,9 @@
|
|
>
|
|
>
|
|
<template #append>
|
|
<template #append>
|
|
<el-button
|
|
<el-button
|
|
|
|
+ class="custom-button"
|
|
size="small"
|
|
size="small"
|
|
|
|
+ style="padding-top: 0; padding-bottom: 0"
|
|
@click="updateBookingNumber"
|
|
@click="updateBookingNumber"
|
|
>
|
|
>
|
|
更新订舱号
|
|
更新订舱号
|
|
@@ -178,6 +180,7 @@
|
|
确认集货
|
|
确认集货
|
|
</el-button>
|
|
</el-button>
|
|
<el-button
|
|
<el-button
|
|
|
|
+ class="custom-button"
|
|
v-if="['Arrangement', 'my_request'].includes(currentTab)"
|
|
v-if="['Arrangement', 'my_request'].includes(currentTab)"
|
|
size="small"
|
|
size="small"
|
|
@click="addBulkProduct"
|
|
@click="addBulkProduct"
|
|
@@ -185,6 +188,7 @@
|
|
提交大货集货申请
|
|
提交大货集货申请
|
|
</el-button>
|
|
</el-button>
|
|
<el-button
|
|
<el-button
|
|
|
|
+ class="custom-button"
|
|
v-if="['Arrangement', 'my_request'].includes(currentTab)"
|
|
v-if="['Arrangement', 'my_request'].includes(currentTab)"
|
|
size="small"
|
|
size="small"
|
|
@click="addSample"
|
|
@click="addSample"
|
|
@@ -201,6 +205,7 @@
|
|
放弃下方表格改动
|
|
放弃下方表格改动
|
|
</el-button>
|
|
</el-button>
|
|
<el-button
|
|
<el-button
|
|
|
|
+ class="custom-button"
|
|
size="small"
|
|
size="small"
|
|
:disabled="subList.length < 1"
|
|
:disabled="subList.length < 1"
|
|
@click="exportSubTable"
|
|
@click="exportSubTable"
|
|
@@ -1266,8 +1271,8 @@ const closeMapDrawer = () => {
|
|
</style>
|
|
</style>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.el-button.custom-button {
|
|
.el-button.custom-button {
|
|
- height: 32px;
|
|
|
|
- line-height: 32px;
|
|
|
|
|
|
+ height: 24px;
|
|
|
|
+ line-height: 24px;
|
|
background-image: linear-gradient(
|
|
background-image: linear-gradient(
|
|
171deg,
|
|
171deg,
|
|
rgb(28, 74, 136) 49%,
|
|
rgb(28, 74, 136) 49%,
|