ZN
2026-03-16 6d97adcf82344dcbb084354a7a93240ba52f4f4c
src/views/consumablesLogistics/dispatchLog/Record.vue
@@ -98,6 +98,15 @@
            prop="licensePlateNo"
            show-overflow-tooltip
        />
      <el-table-column label="操作"
                         width="120"
                         align="center">
          <template #default="scope">
            <el-button type="primary"
                       size="mini"
                       @click="handlePreview(scope.row)">导出过磅单</el-button>
          </template>
        </el-table-column>
         </el-table>
         <pagination
            v-show="total > 0"
@@ -214,6 +223,11 @@
};
const expandedRowKeys = ref([]);
// 导出过磅单
const handlePreview = (row) => {
  proxy.$download.name(row.weighbridgeDocPath);
}
// 导出
const handleOut = () => {
   ElMessageBox.confirm("是否确认导出?", "导出", {