src/views/inventoryManagement/receiptManagement/Record.vue
@@ -93,7 +93,7 @@
          </template>
        </el-table-column>
        <el-table-column label="库位"
                         prop="locationName"
                         prop="stockLocation"
                         show-overflow-tooltip/>
        <el-table-column label="入库人"
                         prop="createBy"
@@ -195,6 +195,9 @@
const getList = () => {
  tableLoading.value = true;
  const params = {...page, productType: props.type};
  if (props.type === 1) {
    params.status = 2;
  }
  params.timeStr = searchForm.value.timeStr;
  params.productName = searchForm.value.productName;
  params.recordType = searchForm.value.recordType;