|
|
|
@ -32,11 +32,11 @@
|
|
|
|
|
@click="handleExport">导 出 |
|
|
|
|
</el-button> |
|
|
|
|
</template> |
|
|
|
|
<template #menu="{size,row,index}"> |
|
|
|
|
<el-button type="primary" text icon="el-icon-view" v-if="row.trayStatus !=='3'" @click="losses(row)">报 损</el-button> |
|
|
|
|
<el-button type="primary" text icon="el-icon-view" v-if="row.trayStatus !=='3'" @click="Details(row)">在 托 详 情</el-button> |
|
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="losses(row)">历 史 记 录</el-button> |
|
|
|
|
</template> |
|
|
|
|
<!-- <template #menu="{size,row,index}">--> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-view" v-if="row.trayStatus !=='3'" @click="losses(row)">报 损</el-button>--> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-view" v-if="row.trayStatus !=='3'" @click="Details(row)">在 托 详 情</el-button>--> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-view" @click="losses(row)">历 史 记 录</el-button>--> |
|
|
|
|
<!-- </template>--> |
|
|
|
|
</avue-crud> |
|
|
|
|
<el-dialog :title="'确认破损'" |
|
|
|
|
v-model="damagedBox" |
|
|
|
|