Browse Source

关闭车辆配载卸车按钮

dev-xx
qb 9 months ago
parent
commit
127a7784cd
  1. 7
      src/views/distribution/artery/truckLoadingDetails.vue

7
src/views/distribution/artery/truckLoadingDetails.vue

@ -50,7 +50,7 @@
<el-button type="primary" icon="Edit" @click="handleShowTransfer('add')"
>计划仓更改
</el-button>
<el-button type="primary" icon="List" @click="handleBatchUnLoad">批量卸车</el-button>
<!-- <el-button type="primary" icon="List" @click="handleBatchUnLoad">批量卸车</el-button> -->
</template>
<!-- 三方中转 -->
@ -113,7 +113,10 @@
<el-text
type="text"
@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>

Loading…
Cancel
Save