spring
2026-03-18 3687eb8b9ba99dc6c7e93716f97d450061c4a95e
src/views/inventoryManagement/receiptManagement/Record.vue
@@ -54,6 +54,10 @@
                         label="序号"
                         type="index"
                         width="60"/>
        <el-table-column label="产品类型"
                         prop="productType"
                         width="100"
                         show-overflow-tooltip/>
        <el-table-column label="入库批次"
                         prop="inboundBatches"
                         width="280"
@@ -111,7 +115,8 @@
                         width="120"
                         align="center">
          <template #default="scope">
            <el-button type="primary"
            <el-button v-if="scope.row.recordType === '0'"
                       type="primary"
                       size="mini"
                       @click="handlePreview(scope.row)">导出过磅单</el-button>
          </template>