|
|
@ -50,7 +50,7 @@ |
|
|
|
<el-button type="primary" icon="Edit" @click="handleShowTransfer('add')" |
|
|
|
<el-button type="primary" icon="Edit" @click="handleShowTransfer('add')" |
|
|
|
>计划仓更改 |
|
|
|
>计划仓更改 |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
<el-button type="primary" icon="List" @click="handleBatchUnLoad">批量卸车</el-button> |
|
|
|
<!-- <el-button type="primary" icon="List" @click="handleBatchUnLoad">批量卸车</el-button> --> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 三方中转 --> |
|
|
|
<!-- 三方中转 --> |
|
|
@ -113,7 +113,10 @@ |
|
|
|
<el-text |
|
|
|
<el-text |
|
|
|
type="text" |
|
|
|
type="text" |
|
|
|
@click="handleOrderUnLoad(slotProps.scope)" |
|
|
|
@click="handleOrderUnLoad(slotProps.scope)" |
|
|
|
v-if="Number(slotProps.scope.row.scanStatus) === 1" |
|
|
|
v-if=" |
|
|
|
|
|
|
|
details.pageInfo.type !== 'VehicleStowage' && |
|
|
|
|
|
|
|
Number(slotProps.scope.row.scanStatus) === 1 |
|
|
|
|
|
|
|
" |
|
|
|
> |
|
|
|
> |
|
|
|
包件卸车 |
|
|
|
包件卸车 |
|
|
|
</el-text> |
|
|
|
</el-text> |
|
|
|