xiazhengtongxue
9 小时以前 56538e602b927c232ac5b991ef84175edd2ce3ce
Code/WMS/WIDESEA_WMSClient/src/views/stock/stockChat.vue
@@ -67,8 +67,8 @@
                <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>
@@ -777,9 +777,9 @@
        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
@@ -1161,13 +1161,13 @@
    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)
@@ -1375,7 +1375,7 @@
}
.detail-content {
    padding: 20px;
    padding: 10px;
}
.detail-table {