| | |
| | | <div v-if="selectedLocation.details && selectedLocation.details.length > 0" class="detail-table"> |
| | | <h4>库存明细</h4> |
| | | <el-table :data="selectedLocation.details" border size="small" max-height="400"> |
| | | <el-table-column prop="materielName" label="物料名称" min-width="140" show-overflow-tooltip /> |
| | | <el-table-column prop="serialNumber" label="电芯条码" min-width="160" show-overflow-tooltip /> |
| | | <el-table-column prop="materielName" label="物料名称" min-width="90" show-overflow-tooltip /> |
| | | <el-table-column prop="serialNumber" label="电芯条码" min-width="180" show-overflow-tooltip /> |
| | | <el-table-column prop="inboundOrderRowNo" label="通道号" min-width="100" show-overflow-tooltip /> |
| | | </el-table> |
| | | </div> |
| | |
| | | selectedLocation.value = null |
| | | |
| | | // 清空筛选条件 |
| | | filterStockStatus.value = null |
| | | filterMaterielCode.value = null |
| | | filterBatchNo.value = null |
| | | filterStockStatus.value = null |
| | | filterMaterielCode.value = null |
| | | filterBatchNo.value = null |
| | | const res = await proxy.http.get(`/api/StockInfo/Get3DLayout?warehouseId=${warehouseId}`) |
| | | if (res.status && res.data) { |
| | | const data = res.data |
| | |
| | | selectedLocation.value = null |
| | | |
| | | // 清空所有筛选条件 |
| | | filterStockStatus.value = null |
| | | filterMaterielCode.value = null |
| | | filterBatchNo.value = null |
| | | // filterStockStatus.value = null |
| | | // filterMaterielCode.value = null |
| | | // filterBatchNo.value = null |
| | | |
| | | // 清空筛选选项列表 |
| | | materielCodeList.value = [] |
| | | batchNoList.value = [] |
| | | // // 清空筛选选项列表 |
| | | // materielCodeList.value = [] |
| | | // batchNoList.value = [] |
| | | |
| | | // 加载新仓库数据 |
| | | await loadWarehouseData(warehouseId) |
| | |
| | | } |
| | | |
| | | .detail-content { |
| | | padding: 20px; |
| | | padding: 10px; |
| | | } |
| | | |
| | | .detail-table { |