| | |
| | | <el-button @click="handleEx()" v-permissions="['business:ywoutinboundrecord:exportExcel']">导出</el-button> |
| | | </div> |
| | | <el-table v-loading="loading" :data="list" stripe> |
| | | <el-table-column prop="doneDate" label="单据日期" min-width="90" show-overflow-tooltip /> |
| | | <el-table-column prop="doneDate" label="单据日期" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="materialCode" label="物料编码" min-width="90" show-overflow-tooltip /> |
| | | <el-table-column prop="materialName" label="物料名称" min-width="90" show-overflow-tooltip /> |
| | | <el-table-column prop="carCodeFront" label="物料分类" min-width="120" show-overflow-tooltip> |
| | |
| | | this.isShowOutDetail = true |
| | | this.$nextTick(() => { |
| | | this.$refs.OutDetailRef.visible = true |
| | | this.$refs.OutDetailRef.getDetail(row.outInBoundId) |
| | | this.$refs.OutDetailRef.getDetail(item.outInBoundId) |
| | | }) |
| | | } |
| | | }, |