From b6db02f5ff1c06cbfdda090ade5719f2d45f5b6f Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 23 四月 2026 14:48:23 +0800
Subject: [PATCH] 文件上传得路径转换

---
 src/pages/equipmentManagement/repair/add.vue | 1134 +++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 741 insertions(+), 393 deletions(-)

diff --git a/src/pages/equipmentManagement/repair/add.vue b/src/pages/equipmentManagement/repair/add.vue
index 0940052..076acb0 100644
--- a/src/pages/equipmentManagement/repair/add.vue
+++ b/src/pages/equipmentManagement/repair/add.vue
@@ -1,435 +1,783 @@
 <template>
-	<view class="repair-add">
-		<!-- 浣跨敤閫氱敤椤甸潰澶撮儴缁勪欢 -->
-		<PageHeader :title="operationType === 'edit' ? '缂栬緫鎶ヤ慨' : '鏂板鎶ヤ慨'" @back="goBack" />
-		
-		<!-- 琛ㄥ崟鍐呭 -->
-		<u-form @submit="sendForm" ref="formRef" :rules="formRules" :model="form" label-width="110">
-			<!-- 鍩烘湰淇℃伅 -->
-			<u-cell-group title="鍩烘湰淇℃伅">
-				<u-form-item label="璁惧鍚嶇О" prop="deviceLedgerId" required border-bottom>
-					<u-input
-						v-model="deviceNameText"
-						placeholder="璇烽�夋嫨璁惧鍚嶇О"
-						@click="showDevicePicker"
-						clearable
-						readonly=""
-					/>
-					<template #right>
-						<u-icon name="scan" @click="startScan" class="scan-icon" />
-					</template>
-				</u-form-item>
-				<u-form-item label="瑙勬牸鍨嬪彿" prop="deviceModel" border-bottom>
-					<u-input
-						v-model="form.deviceModel"
-						placeholder="璇疯緭鍏ヨ鏍煎瀷鍙�"
-						clearable
-					/>
-				</u-form-item>
-				<u-form-item label="鎶ヤ慨鏃ユ湡" prop="repairTime" required border-bottom>
-					<u-input
-						v-model="form.repairTime"
-						placeholder="璇烽�夋嫨鎶ヤ慨鏃ユ湡"
-						readonly
-						@click="showDatePicker"
-						clearable
-					/>
-					<template #right>
-						<u-icon name="arrow-right" @click="showDatePicker"></u-icon>
-					</template>
-				</u-form-item>
-				<u-form-item label="鎶ヤ慨浜�" prop="repairName" required border-bottom>
-					<u-input
-						v-model="form.repairName"
-						placeholder="璇疯緭鍏ユ姤淇汉"
-						clearable
-					/>
-				</u-form-item>
-				<u-form-item label="鏁呴殰鐜拌薄" prop="remark" required border-bottom>
-					<u-textarea
-						v-model="form.remark"
-						rows="3"
-						placeholder="璇疯緭鍏ユ晠闅滅幇璞�"
-						clearable
-						count
-						maxlength="200"
-					/>
-				</u-form-item>
-			</u-cell-group>
-			
-			<!-- 鎻愪氦鎸夐挳 -->
-			<view class="footer-btns">
-				<u-button class="cancel-btn" @click="goBack">鍙栨秷</u-button>
-				<u-button class="save-btn" type="primary" @click="sendForm" :loading="loading">淇濆瓨</u-button>
-			</view>
-		</u-form>
-
-		<!-- 璁惧閫夋嫨鍣� -->
-		<up-action-sheet
-			:show="showDevice"
-			:actions="deviceActionList"
-			title="閫夋嫨璁惧鍚嶇О"
-			@select="onDeviceSelect"
-			@close="showDevice = false"
-		/>
-
-		<!-- 鏃ユ湡閫夋嫨鍣� -->
-		<up-datetime-picker
-			:show="showDate"
-			v-model="pickerDateValue"
-			@confirm="onDateConfirm"
-			@cancel="showDate = false"
-			mode="date"
-		/>
-	</view>
+  <view class="repair-add">
+    <!-- 浣跨敤閫氱敤椤甸潰澶撮儴缁勪欢 -->
+    <PageHeader :title="operationType === 'edit' ? '缂栬緫鎶ヤ慨' : '鏂板鎶ヤ慨'"
+                @back="goBack" />
+    <!-- 琛ㄥ崟鍐呭 -->
+    <u-form @submit="sendForm"
+            ref="formRef"
+            :rules="formRules"
+            :model="form"
+            label-width="110">
+      <!-- 鍩烘湰淇℃伅 -->
+      <u-cell-group title="鍩烘湰淇℃伅">
+        <u-form-item label="璁惧鍚嶇О"
+                     prop="deviceLedgerId"
+                     required
+                     border-bottom>
+          <u-input v-model="deviceNameText"
+                   placeholder="璇烽�夋嫨璁惧鍚嶇О"
+                   @click="showDevicePicker"
+                   clearable
+                   readonly="" />
+          <template #right>
+            <u-icon name="scan"
+                    @click="startScan"
+                    class="scan-icon" />
+          </template>
+        </u-form-item>
+        <u-form-item label="瑙勬牸鍨嬪彿"
+                     prop="deviceModel"
+                     border-bottom>
+          <u-input v-model="form.deviceModel"
+                   placeholder="璇疯緭鍏ヨ鏍煎瀷鍙�"
+                   clearable />
+        </u-form-item>
+        <u-form-item label="鎶ヤ慨鏃ユ湡"
+                     prop="repairTime"
+                     required
+                     border-bottom>
+          <u-input v-model="form.repairTime"
+                   placeholder="璇烽�夋嫨鎶ヤ慨鏃ユ湡"
+                   readonly
+                   @click="showDatePicker"
+                   clearable />
+          <template #right>
+            <u-icon name="arrow-right"
+                    @click="showDatePicker"></u-icon>
+          </template>
+        </u-form-item>
+        <u-form-item label="鎶ヤ慨鐘舵��"
+                     prop="repairTime"
+                     required
+                     border-bottom>
+          <u-input v-model="repairStatusText"
+                   placeholder="璇烽�夋嫨鎶ヤ慨鐘舵��"
+                   readonly
+                   @click="openRepairStatusPicker"
+                   clearable />
+          <template #right>
+            <u-icon name="arrow-right"
+                    @click="openRepairStatusPicker"></u-icon>
+          </template>
+        </u-form-item>
+        <u-form-item label="鎶ヤ慨浜�"
+                     prop="repairName"
+                     required
+                     border-bottom>
+          <u-input v-model="form.repairName"
+                   placeholder="璇疯緭鍏ユ姤淇汉"
+                   clearable />
+        </u-form-item>
+        <u-form-item label="鏁呴殰鐜拌薄"
+                     prop="remark"
+                     required
+                     border-bottom>
+          <u-textarea v-model="form.remark"
+                      rows="3"
+                      placeholder="璇疯緭鍏ユ晠闅滅幇璞�"
+                      clearable
+                      count
+                      maxlength="200" />
+        </u-form-item>
+      <u-form-item label="鏁呴殰鍥剧墖"
+                   border-bottom>
+        <view class="repair-image-upload">
+          <u-button type="primary"
+                    @click="chooseRepairImage"
+                    :loading="uploading"
+                    :disabled="uploading">
+            {{ uploading ? "涓婁紶涓�..." : "涓婁紶鏁呴殰鍥剧墖" }}
+          </u-button>
+          <view v-if="repairImageList.length"
+                class="repair-image-list">
+            <view v-for="(file, index) in repairImageList"
+                  :key="file.id || index"
+                  class="repair-image-item">
+              <image :src="getFileAccessUrl(file)"
+                     mode="aspectFill"
+                     class="repair-image-preview"
+                     @click="previewRepairImage(index)" />
+              <view class="repair-image-delete"
+                    @click="removeRepairImage(file, index)">
+                <u-icon name="close"
+                        size="12"
+                        color="#fff" />
+              </view>
+            </view>
+          </view>
+        </view>
+      </u-form-item>
+      </u-cell-group>
+      <!-- 鎻愪氦鎸夐挳 -->
+      <view class="footer-btns">
+        <u-button class="cancel-btn"
+                  @click="goBack">鍙栨秷</u-button>
+        <u-button class="save-btn"
+                  type="primary"
+                  @click="sendForm"
+                  :loading="loading">淇濆瓨</u-button>
+      </view>
+    </u-form>
+    <!-- 璁惧閫夋嫨鍣� -->
+    <up-action-sheet :show="showDevice"
+                     :actions="deviceActionList"
+                     title="閫夋嫨璁惧鍚嶇О"
+                     @select="onDeviceSelect"
+                     @close="showDevice = false" />
+    <!-- 鏃ユ湡閫夋嫨鍣� -->
+    <up-datetime-picker :show="showDate"
+                        v-model="pickerDateValue"
+                        @confirm="onDateConfirm"
+                        @cancel="showDate = false"
+                        mode="date" />
+  </view>
 </template>
 
 <script setup>
-import { ref, computed, onMounted, onUnmounted } from 'vue';
-import { onShow } from '@dcloudio/uni-app';
-import PageHeader from '@/components/PageHeader.vue';
-import { getDeviceLedger } from '@/api/equipmentManagement/ledger';
-import { addRepair, editRepair, getRepairById } from '@/api/equipmentManagement/repair';
-import dayjs from "dayjs";
-import { formatDateToYMD } from '@/utils/ruoyi';
-const showToast = (message) => {
-	uni.showToast({
-		title: message,
-		icon: 'none'
-	})
-}
+  import { ref, computed, onMounted, onUnmounted } from "vue";
+  import { onLoad, onShow } from "@dcloudio/uni-app";
+  import PageHeader from "@/components/PageHeader.vue";
+  import config from "@/config";
+  import { getToken } from "@/utils/auth";
+  import { getDeviceLedger } from "@/api/equipmentManagement/ledger";
+  import {
+    addRepair,
+    delRepairFile,
+    editRepair,
+    getRepairFileList,
+    getRepairById,
+  } from "@/api/equipmentManagement/repair";
+  import dayjs from "dayjs";
+  import { formatDateToYMD } from "@/utils/ruoyi";
+  const showToast = message => {
+    uni.showToast({
+      title: message,
+      icon: "none",
+    });
+  };
 
-defineOptions({
-	name: "璁惧鎶ヤ慨琛ㄥ崟",
-});
+  defineOptions({
+    name: "璁惧鎶ヤ慨琛ㄥ崟",
+  });
 
-// 琛ㄥ崟寮曠敤
-const formRef = ref(null);
-const operationType = ref('add');
-const loading = ref(false);
-const showDevice = ref(false);
-const showDate = ref(false);
-const pickerDateValue = ref(Date.now());
+  // 琛ㄥ崟寮曠敤
+  const formRef = ref(null);
+  const operationType = ref("add");
+  const loading = ref(false);
+  const showDevice = ref(false);
+  const showDate = ref(false);
+  const pickerDateValue = ref(Date.now());
+  const uploading = ref(false);
+  const repairImageList = ref([]);
+  const currentRepairId = ref(undefined);
+  const pageInited = ref(false);
 
-// 璁惧閫夐」
-const deviceOptions = ref([]);
-const deviceNameText = ref('');
-const deviceActionList = computed(() => {
-	return deviceOptions.value.map(item => ({
-		name: item.deviceName,
-		value: item.id
-	}));
-});
+  // 璁惧閫夐」
+  const deviceOptions = ref([]);
+  const deviceNameText = ref("");
+  const deviceActionList = computed(() => {
+    return deviceOptions.value.map(item => ({
+      name: item.deviceName,
+      value: item.id,
+    }));
+  });
 
-// 鎵爜鐩稿叧鐘舵��
-const isScanning = ref(false);
-const scanTimer = ref(null);
+  // 鎵爜鐩稿叧鐘舵��
+  const isScanning = ref(false);
+  const scanTimer = ref(null);
 
-// 琛ㄥ崟楠岃瘉瑙勫垯
-const formRules = {
-	deviceLedgerId: [{ required: true, trigger: "change", message: "璇烽�夋嫨璁惧鍚嶇О" }],
-	repairTime: [{ required: true, trigger: "change", message: "璇烽�夋嫨鎶ヤ慨鏃ユ湡" }],
-	repairName: [{ required: true, trigger: "blur", message: "璇疯緭鍏ユ姤淇汉" }],
-	remark: [{ required: true, trigger: "blur", message: "璇疯緭鍏ユ晠闅滅幇璞�" }],
-};
+  // 琛ㄥ崟楠岃瘉瑙勫垯
+  const formRules = {
+    deviceLedgerId: [
+      { required: true, trigger: "change", message: "璇烽�夋嫨璁惧鍚嶇О" },
+    ],
+    repairTime: [
+      { required: true, trigger: "change", message: "璇烽�夋嫨鎶ヤ慨鏃ユ湡" },
+    ],
+    repairName: [{ required: true, trigger: "blur", message: "璇疯緭鍏ユ姤淇汉" }],
+    remark: [{ required: true, trigger: "blur", message: "璇疯緭鍏ユ晠闅滅幇璞�" }],
+  };
 
-// 浣跨敤 ref 澹版槑琛ㄥ崟鏁版嵁
-const form = ref({
-	deviceLedgerId: undefined, // 璁惧ID
-	deviceModel: undefined, // 瑙勬牸鍨嬪彿
-	repairTime: dayjs().format("YYYY-MM-DD"), // 鎶ヤ慨鏃ユ湡
-	repairName: undefined, // 鎶ヤ慨浜�
-	remark: undefined, // 鏁呴殰鐜拌薄
-});
+  // 浣跨敤 ref 澹版槑琛ㄥ崟鏁版嵁
+  const form = ref({
+    deviceLedgerId: undefined, // 璁惧ID
+    deviceModel: undefined, // 瑙勬牸鍨嬪彿
+    repairTime: dayjs().format("YYYY-MM-DD"), // 鎶ヤ慨鏃ユ湡
+    repairName: undefined, // 鎶ヤ慨浜�
+    remark: undefined, // 鏁呴殰鐜拌薄
+  });
 
-// 鍔犺浇璁惧鍒楄〃
-const loadDeviceName = async () => {
-	try {
-		const { data } = await getDeviceLedger();
-		deviceOptions.value = data || [];
-	} catch (e) {
-		showToast('鑾峰彇璁惧鍒楄〃澶辫触');
-	}
-};
+  const normalizeFileUrl = (rawUrl = "") => {
+    let fileUrl = rawUrl || "";
+    const javaApi = config.baseUrl;
+    const localPrefixes = ["wxfile://", "file://", "content://", "blob:", "data:"];
 
-// 璁剧疆璁惧瑙勬牸鍨嬪彿
-const setDeviceModel = (id) => {
-	const option = deviceOptions.value.find((item) => item.id === id);
-	if (option) {
-		form.value.deviceModel = option.deviceModel;
-		deviceNameText.value = option.deviceName;
-	}
-};
+    if (localPrefixes.some(prefix => fileUrl.startsWith(prefix))) {
+      return fileUrl;
+    }
 
-// 鍔犺浇琛ㄥ崟鏁版嵁锛堢紪杈戞ā寮忥級
-const loadForm = async (id) => {
-	if (id) {
-		operationType.value = 'edit';
-		try {
-			const { code, data } = await getRepairById(id);
-			if (code == 200) {
-				form.value.deviceLedgerId = data.deviceLedgerId;
-				form.value.deviceModel = data.deviceModel;
-				form.value.repairTime = dayjs(data.repairTime).format("YYYY-MM-DD");
-				form.value.repairName = data.repairName;
-				form.value.remark = data.remark;
-				// 璁剧疆璁惧鍚嶇О鏄剧ず
-				const device = deviceOptions.value.find(item => item.id === data.deviceLedgerId);
-				if (device) {
-					deviceNameText.value = device.deviceName;
-				}
-			}
-		} catch (e) {
-			showToast('鑾峰彇璇︽儏澶辫触');
-		}
-	} else {
-		// 鏂板妯″紡
-		operationType.value = 'add';
-	}
-};
+    if (fileUrl && fileUrl.indexOf("\\") > -1) {
+      const lowerPath = fileUrl.toLowerCase();
+      const uploadPathIndex = lowerPath.indexOf("uploadpath");
 
-// 鎵弿浜岀淮鐮佸姛鑳�
-const startScan = () => {
-	if (isScanning.value) {
-		showToast('姝e湪鎵弿涓紝璇风◢鍊�...');
-		return;
-	}
-	
-	// 璋冪敤uni-app鐨勬壂鐮丄PI
-	uni.scanCode({
-		scanType: ['qrCode', 'barCode'],
-		success: (res) => {
-			handleScanResult(res.result);
-		},
-		fail: (err) => {
-			console.error('鎵爜澶辫触:', err);
-			showToast('鎵爜澶辫触锛岃閲嶈瘯');
-		}
-	});
-};
+      if (uploadPathIndex > -1) {
+        fileUrl = fileUrl.substring(uploadPathIndex).replace(/\\/g, "/");
+      } else {
+        fileUrl = fileUrl.replace(/\\/g, "/");
+      }
+    }
+    fileUrl = fileUrl.replace(/^\/?uploadPath/, "/profile");
 
-// 澶勭悊鎵爜缁撴灉
-const handleScanResult = (scanResult) => {
-	if (!scanResult) {
-		showToast('鎵爜缁撴灉涓虹┖');
-		return;
-	}
-	
-	isScanning.value = true;
-	showToast('鎵爜鎴愬姛');
-	
-	// 3绉掑悗澶勭悊鎵爜缁撴灉
-	scanTimer.value = setTimeout(() => {
-		processScanResult(scanResult);
-		isScanning.value = false;
-	}, 100);
-};
-function getDeviceIdByRegExp(url) {
-	// 鍖归厤deviceId=鍚庨潰鐨勬暟瀛�
-	const reg = /deviceId=(\d+)/;
-	const match = url.match(reg);
-	// 濡傛灉鍖归厤鍒扮粨鏋滐紝杩斿洖鏁板瓧绫诲瀷锛屽惁鍒欒繑鍥瀗ull
-	return match ? Number(match[1]) : null;
-}
+    if (fileUrl && !fileUrl.startsWith("http")) {
+      if (!fileUrl.startsWith("/")) fileUrl = "/" + fileUrl;
+      fileUrl = javaApi + fileUrl;
+    }
 
-// 澶勭悊鎵爜缁撴灉骞跺尮閰嶈澶�
-const processScanResult = (scanResult) => {
-	const deviceId = getDeviceIdByRegExp(scanResult);
-	const matchedDevice = deviceOptions.value.find(item => item.id == deviceId);
-	
-	if (matchedDevice) {
-		// 鎵惧埌鍖归厤鐨勮澶囷紝鑷姩濉厖
-		form.value.deviceLedgerId = matchedDevice.id;
-		deviceNameText.value = matchedDevice.deviceName;
-		form.value.deviceModel = matchedDevice.deviceModel;
-		showToast('璁惧淇℃伅宸茶嚜鍔ㄥ~鍏�');
-	} else {
-		// 鏈壘鍒板尮閰嶇殑璁惧
-		showToast('鏈壘鍒板尮閰嶇殑璁惧锛岃鎵嬪姩閫夋嫨');
-	}
-};
+    return fileUrl;
+  };
 
-// 鏄剧ず璁惧閫夋嫨鍣�
-const showDevicePicker = () => {
-	showDevice.value = true;
-};
+  const getFileAccessUrl = (file = {}) => {
+    if (file?.link) {
+      if (String(file.link).startsWith("http")) return file.link;
+      return normalizeFileUrl(file.link);
+    }
+    return normalizeFileUrl(file?.url || file?.tempFilePath || "");
+  };
 
-// 纭璁惧閫夋嫨
-const onDeviceSelect = (e) => {
-	form.value.deviceLedgerId = e.value;
-	setDeviceModel(e.value);
-	showDevice.value = false;
-};
+  const normalizeId = raw => {
+    if (raw === null || raw === undefined) return undefined;
+    const val = String(raw).trim();
+    if (!val || val === "undefined" || val === "null") return undefined;
+    return val;
+  };
 
-// 鏄剧ず鏃ユ湡閫夋嫨鍣�
-const showDatePicker = () => {
-	showDate.value = true;
-};
+  const resolveRepairId = () => {
+    const pages = getCurrentPages();
+    const currentPage = pages[pages.length - 1] || {};
+    const routeId = normalizeId(currentPage?.options?.id);
+    const memoryId = normalizeId(currentRepairId.value);
+    const storageId = normalizeId(uni.getStorageSync("repairId"));
+    return memoryId || routeId || storageId;
+  };
 
-// 纭鏃ユ湡閫夋嫨
-const onDateConfirm = (e) => {
-	form.value.repairTime = formatDateToYMD(e.value);
-	pickerDateValue.value = dayjs(e.value).format("YYYY-MM-DD");
-	showDate.value = false;
-};
+  const getPageId = () => {
+    const id = resolveRepairId();
+    currentRepairId.value = id;
+    return id;
+  };
 
-onShow(() => {
-	// 椤甸潰鏄剧ず鏃惰幏鍙栧弬鏁�
-	getPageParams();
-});
+  const fetchRepairFileList = async id => {
+    if (!id) {
+      repairImageList.value = [];
+      return;
+    }
+    try {
+      const { code, data } = await getRepairFileList(id);
+      if (code === 200) {
+        repairImageList.value = Array.isArray(data) ? data : [];
+      } else {
+        repairImageList.value = [];
+      }
+    } catch (e) {
+      repairImageList.value = [];
+    }
+  };
 
-onMounted(() => {
-	// 椤甸潰鍔犺浇鏃惰幏鍙栬澶囧垪琛ㄥ拰鍙傛暟
-	loadDeviceName();
-	getPageParams();
-});
+  const chooseRepairImage = () => {
+    uni.chooseImage({
+      count: 9,
+      sizeType: ["original", "compressed"],
+      sourceType: ["album", "camera"],
+      success: res => {
+        const id = getPageId();
+        const files = res.tempFiles || [];
+        if (!files.length) return;
+        if (id) {
+          uploadRepairImages(files, id);
+          return;
+        }
+        if (operationType.value === "edit") {
+          showToast("鏈幏鍙栧埌鎶ヤ慨ID锛岃杩斿洖鍒楄〃鍚庨噸璇�");
+          return;
+        }
+        // 鏂板妯″紡涓存椂涓婁紶锛氬厛鏈湴鏆傚瓨锛屼繚瀛樻姤淇悗鍐嶈嚜鍔ㄤ笂浼犵粦瀹�
+        const tempItems = files.map((file, idx) => {
+          const filePath = file.path || file.tempFilePath;
+          return {
+            id: `temp_${Date.now()}_${idx}`,
+            url: filePath,
+            tempFilePath: filePath,
+            name: file.name || `temp_${Date.now()}_${idx}.jpg`,
+            isTemp: true,
+          };
+        });
+        repairImageList.value = [...repairImageList.value, ...tempItems];
+        showToast("宸蹭复鏃舵坊鍔狅紝淇濆瓨鎶ヤ慨鍚庤嚜鍔ㄤ笂浼�");
+      },
+      fail: () => {
+        showToast("閫夋嫨鍥剧墖澶辫触");
+      },
+    });
+  };
 
-// 缁勪欢鍗歌浇鏃舵竻鐞嗗畾鏃跺櫒
-onUnmounted(() => {
-	if (scanTimer.value) {
-		clearTimeout(scanTimer.value);
-	}
-});
+  const uploadRepairImages = async (files, repairId) => {
+    const commonId = normalizeId(repairId);
+    if (!commonId) {
+      showToast("鏈幏鍙栧埌鎶ヤ慨ID锛屼笂浼犲け璐�");
+      return;
+    }
+    const token = getToken();
+    if (!token) {
+      showToast("鐧诲綍宸插け鏁堬紝璇烽噸鏂扮櫥褰�");
+      return;
+    }
+    uploading.value = true;
+    try {
+      for (const file of files) {
+        const filePath = file.path || file.tempFilePath;
+        if (!filePath) continue;
+        await new Promise((resolve, reject) => {
+          uni.uploadFile({
+            url: `${config.baseUrl}/device/repair/uploadFile`,
+            filePath,
+            name: "file",
+            formData: {
+              deviceRepairId: commonId,
+              type: 13,
+            },
+            header: {
+              Authorization: `Bearer ${token}`,
+            },
+            success: uploadRes => {
+              try {
+                const parsed = JSON.parse(uploadRes.data || "{}");
+                if (uploadRes.statusCode === 200 && parsed.code === 200) {
+                  resolve(parsed);
+                } else {
+                  reject(new Error(parsed.msg || "涓婁紶澶辫触"));
+                }
+              } catch (err) {
+                reject(new Error("涓婁紶鍝嶅簲瑙f瀽澶辫触"));
+              }
+            },
+            fail: () => reject(new Error("涓婁紶澶辫触")),
+          });
+        });
+      }
+      showToast("涓婁紶鎴愬姛");
+      await fetchRepairFileList(commonId);
+    } catch (e) {
+      showToast(e?.message || "涓婁紶澶辫触");
+    } finally {
+      uploading.value = false;
+    }
+  };
 
-// 鎻愪氦琛ㄥ崟
-const sendForm = async () => {
-	try {
-		// 鎵嬪姩楠岃瘉琛ㄥ崟
-		let isValid = true;
-		let errorMessage = '';
-		if (!form.value.deviceLedgerId) {
-			isValid = false;
-			errorMessage = '璇烽�夋嫨璁惧鍚嶇О';
-		} else if (!form.value.repairTime || form.value.repairTime.trim() === '') {
-			isValid = false;
-			errorMessage = '璇烽�夋嫨鎶ヤ慨鏃ユ湡';
-		} else if (!form.value.repairName || form.value.repairName.trim() === '') {
-			isValid = false;
-			errorMessage = '璇疯緭鍏ユ姤淇汉';
-		} else if (!form.value.remark || form.value.remark.trim() === '') {
-			isValid = false;
-			errorMessage = '璇疯緭鍏ユ晠闅滅幇璞�';
-		}
+  const previewRepairImage = index => {
+    const urls = repairImageList.value
+      .map(item => getFileAccessUrl(item))
+      .filter(Boolean);
+    if (!urls.length) return;
+    uni.previewImage({
+      urls,
+      current: urls[index] || urls[0],
+    });
+  };
 
-		if (!isValid) {
-			showToast(errorMessage);
-			return;
-		}
+  const removeRepairImage = (file, index) => {
+    if (!file?.id || file?.isTemp) {
+      repairImageList.value.splice(index, 1);
+      return;
+    }
+    uni.showModal({
+      title: "鎻愮ず",
+      content: "纭鍒犻櫎璇ュ浘鐗囧悧锛�",
+      success: async res => {
+        if (!res.confirm) return;
+        try {
+          const { code } = await delRepairFile(file.id);
+          if (code === 200) {
+            repairImageList.value.splice(index, 1);
+            showToast("鍒犻櫎鎴愬姛");
+          } else {
+            showToast("鍒犻櫎澶辫触");
+          }
+        } catch (e) {
+          showToast("鍒犻櫎澶辫触");
+        }
+      },
+    });
+  };
 
-		loading.value = true;
-		const id = getPageId();
+  // 鎶ヤ慨鐘舵�侀�夐」
+  const repairStatusOptions = ref([
+    { name: "寰呯淮淇�", value: "0" },
+    { name: "瀹岀粨", value: "1" },
+    { name: "澶辫触", value: "2" },
+  ]);
+  const repairStatusText = ref("");
 
-		// 鍑嗗鎻愪氦鏁版嵁
-		const submitData = { ...form.value };
+  // 鎵撳紑鎶ヤ慨鐘舵�侀�夋嫨鍣�
+  const openRepairStatusPicker = () => {
+    uni.showActionSheet({
+      itemList: repairStatusOptions.value.map(item => item.name),
+      success: res => {
+        form.value.status = repairStatusOptions.value[res.tapIndex].value;
+        repairStatusText.value = repairStatusOptions.value[res.tapIndex].name;
+      },
+    });
+  };
 
-		const { code } = id
-			? await editRepair({ id: id, ...submitData })
-			: await addRepair(submitData);
+  // 鍔犺浇璁惧鍒楄〃
+  const loadDeviceName = async () => {
+    try {
+      const { data } = await getDeviceLedger();
+      deviceOptions.value = data || [];
+    } catch (e) {
+      showToast("鑾峰彇璁惧鍒楄〃澶辫触");
+    }
+  };
 
-		if (code == 200) {
-			showToast(`${id ? "缂栬緫" : "鏂板"}鎶ヤ慨鎴愬姛`);
-			setTimeout(() => {
-				uni.navigateBack();
-			}, 1500);
-		} else {
-			loading.value = false;
-		}
-	} catch (e) {
-		loading.value = false;
-		showToast('琛ㄥ崟楠岃瘉澶辫触');
-	}
-};
+  // 璁剧疆璁惧瑙勬牸鍨嬪彿
+  const setDeviceModel = id => {
+    const option = deviceOptions.value.find(item => item.id === id);
+    if (option) {
+      form.value.deviceModel = option.deviceModel;
+      deviceNameText.value = option.deviceName;
+    }
+  };
 
-// 杩斿洖涓婁竴椤�
-const goBack = () => {
-	uni.removeStorageSync('repairId');
-	uni.navigateBack();
-};
+  // 鍔犺浇琛ㄥ崟鏁版嵁锛堢紪杈戞ā寮忥級
+  const loadForm = async id => {
+    if (id) {
+      operationType.value = "edit";
+      try {
+        const { code, data } = await getRepairById(id);
+        if (code == 200) {
+          form.value.deviceLedgerId = data.deviceLedgerId;
+          form.value.deviceModel = data.deviceModel;
+          form.value.repairTime = dayjs(data.repairTime).format("YYYY-MM-DD");
+          form.value.repairName = data.repairName;
+          form.value.remark = data.remark;
+          await fetchRepairFileList(id);
+          repairStatusText.value =
+            repairStatusOptions.value.find(item => item.value == data.status)
+              ?.name || "";
+          // 璁剧疆璁惧鍚嶇О鏄剧ず
+          const device = deviceOptions.value.find(
+            item => item.id === data.deviceLedgerId
+          );
+          if (device) {
+            deviceNameText.value = device.deviceName;
+          }
+        }
+      } catch (e) {
+        showToast("鑾峰彇璇︽儏澶辫触");
+      }
+    } else {
+      // 鏂板妯″紡
+      operationType.value = "add";
+    }
+  };
 
-// 鑾峰彇椤甸潰鍙傛暟
-const getPageParams = () => {
-	// 浣跨敤uni.getStorageSync鑾峰彇id
-	const id = uni.getStorageSync('repairId');
-	
-	// 鏍规嵁鏄惁鏈塱d鍙傛暟鏉ュ垽鏂槸鏂板杩樻槸缂栬緫
-	if (id) {
-		// 缂栬緫妯″紡锛岃幏鍙栬鎯�
-		loadForm(id);
-		// 鍙�夛細鑾峰彇鍚庢竻闄ゅ瓨鍌ㄧ殑id锛岄伩鍏嶅奖鍝嶅悗缁搷浣�
-		uni.removeStorageSync('repairId');
-	} else {
-		// 鏂板妯″紡
-		loadForm();
-	}
-};
+  // 鎵弿浜岀淮鐮佸姛鑳�
+  const startScan = () => {
+    if (isScanning.value) {
+      showToast("姝e湪鎵弿涓紝璇风◢鍊�...");
+      return;
+    }
 
-// 鑾峰彇椤甸潰ID
-const getPageId = () => {
-	// 浣跨敤uni.getStorageSync鑾峰彇id
-	const id = uni.getStorageSync('repairId');
-	return id;
-};
+    // 璋冪敤uni-app鐨勬壂鐮丄PI
+    uni.scanCode({
+      scanType: ["qrCode", "barCode"],
+      success: res => {
+        handleScanResult(res.result);
+      },
+      fail: err => {
+        console.error("鎵爜澶辫触:", err);
+        showToast("鎵爜澶辫触锛岃閲嶈瘯");
+      },
+    });
+  };
+
+  // 澶勭悊鎵爜缁撴灉
+  const handleScanResult = scanResult => {
+    if (!scanResult) {
+      showToast("鎵爜缁撴灉涓虹┖");
+      return;
+    }
+
+    isScanning.value = true;
+    showToast("鎵爜鎴愬姛");
+
+    // 3绉掑悗澶勭悊鎵爜缁撴灉
+    scanTimer.value = setTimeout(() => {
+      processScanResult(scanResult);
+      isScanning.value = false;
+    }, 100);
+  };
+  function getDeviceIdByRegExp(url) {
+    // 鍖归厤deviceId=鍚庨潰鐨勬暟瀛�
+    const reg = /deviceId=(\d+)/;
+    const match = url.match(reg);
+    // 濡傛灉鍖归厤鍒扮粨鏋滐紝杩斿洖鏁板瓧绫诲瀷锛屽惁鍒欒繑鍥瀗ull
+    return match ? Number(match[1]) : null;
+  }
+
+  // 澶勭悊鎵爜缁撴灉骞跺尮閰嶈澶�
+  const processScanResult = scanResult => {
+    const deviceId = getDeviceIdByRegExp(scanResult);
+    const matchedDevice = deviceOptions.value.find(item => item.id == deviceId);
+
+    if (matchedDevice) {
+      // 鎵惧埌鍖归厤鐨勮澶囷紝鑷姩濉厖
+      form.value.deviceLedgerId = matchedDevice.id;
+      deviceNameText.value = matchedDevice.deviceName;
+      form.value.deviceModel = matchedDevice.deviceModel;
+      showToast("璁惧淇℃伅宸茶嚜鍔ㄥ~鍏�");
+    } else {
+      // 鏈壘鍒板尮閰嶇殑璁惧
+      showToast("鏈壘鍒板尮閰嶇殑璁惧锛岃鎵嬪姩閫夋嫨");
+    }
+  };
+
+  // 鏄剧ず璁惧閫夋嫨鍣�
+  const showDevicePicker = () => {
+    showDevice.value = true;
+  };
+
+  // 纭璁惧閫夋嫨
+  const onDeviceSelect = e => {
+    form.value.deviceLedgerId = e.value;
+    setDeviceModel(e.value);
+    showDevice.value = false;
+  };
+
+  // 鏄剧ず鏃ユ湡閫夋嫨鍣�
+  const showDatePicker = () => {
+    showDate.value = true;
+  };
+
+  // 纭鏃ユ湡閫夋嫨
+  const onDateConfirm = e => {
+    form.value.repairTime = formatDateToYMD(e.value);
+    pickerDateValue.value = dayjs(e.value).format("YYYY-MM-DD");
+    showDate.value = false;
+  };
+
+  onLoad(options => {
+    const routeId = normalizeId(options?.id);
+    const storageId = normalizeId(uni.getStorageSync("repairId"));
+    const id = routeId || storageId;
+    currentRepairId.value = id || undefined;
+    pageInited.value = true;
+  });
+
+  onShow(() => {
+    // onLoad 宸叉嬁鍒� id 鍚庯紝鍐嶆寜褰撳墠 id 鍒濆鍖栭〉闈�
+    if (!pageInited.value) return;
+    getPageParams();
+  });
+
+  onMounted(() => {
+    // 椤甸潰鍔犺浇鏃跺厛鑾峰彇璁惧鍒楄〃
+    loadDeviceName();
+  });
+
+  // 缁勪欢鍗歌浇鏃舵竻鐞嗗畾鏃跺櫒
+  onUnmounted(() => {
+    if (scanTimer.value) {
+      clearTimeout(scanTimer.value);
+    }
+  });
+
+  // 鎻愪氦琛ㄥ崟
+  const sendForm = async () => {
+    try {
+      // 鎵嬪姩楠岃瘉琛ㄥ崟
+      let isValid = true;
+      let errorMessage = "";
+      if (!form.value.deviceLedgerId) {
+        isValid = false;
+        errorMessage = "璇烽�夋嫨璁惧鍚嶇О";
+      } else if (!form.value.repairTime || form.value.repairTime.trim() === "") {
+        isValid = false;
+        errorMessage = "璇烽�夋嫨鎶ヤ慨鏃ユ湡";
+      } else if (!form.value.repairName || form.value.repairName.trim() === "") {
+        isValid = false;
+        errorMessage = "璇疯緭鍏ユ姤淇汉";
+      } else if (!form.value.remark || form.value.remark.trim() === "") {
+        isValid = false;
+        errorMessage = "璇疯緭鍏ユ晠闅滅幇璞�";
+      }
+
+      if (!isValid) {
+        showToast(errorMessage);
+        return;
+      }
+
+      loading.value = true;
+      const id = getPageId();
+
+      // 鍑嗗鎻愪氦鏁版嵁
+      const submitData = { ...form.value };
+
+      const result = id
+        ? await editRepair({ id: id, ...submitData })
+        : await addRepair(submitData);
+      const { code, data } = result || {};
+
+      if (code == 200) {
+        // 鏂板鍦烘櫙锛氫复鏃跺浘鐗囧湪淇濆瓨鎴愬姛鍚庤嚜鍔ㄤ笂浼犲苟缁戝畾鏂版姤淇崟
+        if (!id) {
+          const newId = data?.id || data?.repairId || data;
+          if (newId) {
+            currentRepairId.value = newId;
+            const tempFiles = repairImageList.value
+              .filter(item => item?.isTemp && (item.tempFilePath || item.url))
+              .map(item => ({
+                path: item.tempFilePath || item.url,
+                tempFilePath: item.tempFilePath || item.url,
+              }));
+            if (tempFiles.length) {
+              await uploadRepairImages(tempFiles, newId);
+            }
+          }
+        }
+        showToast(`${id ? "缂栬緫" : "鏂板"}鎶ヤ慨鎴愬姛`);
+        setTimeout(() => {
+          uni.navigateBack();
+        }, 1500);
+      } else {
+        loading.value = false;
+      }
+    } catch (e) {
+      loading.value = false;
+      showToast("琛ㄥ崟楠岃瘉澶辫触");
+    }
+  };
+
+  // 杩斿洖涓婁竴椤�
+  const goBack = () => {
+    uni.removeStorageSync("repairId");
+    uni.navigateBack();
+  };
+
+  // 鑾峰彇椤甸潰鍙傛暟
+  const getPageParams = () => {
+    const id = resolveRepairId();
+    currentRepairId.value = id || undefined;
+
+    // 鏍规嵁鏄惁鏈塱d鍙傛暟鏉ュ垽鏂槸鏂板杩樻槸缂栬緫
+    if (id) {
+      // 缂栬緫妯″紡锛岃幏鍙栬鎯�
+      loadForm(id);
+    } else {
+      // 鏂板妯″紡
+      currentRepairId.value = undefined;
+      repairImageList.value = [];
+      loadForm();
+    }
+  };
 </script>
 
 <style scoped lang="scss">
-@import '@/static/scss/form-common.scss';
-.repair-add {
-	min-height: 100vh;
-	background: #f8f9fa;
-	padding-bottom: 5rem;
-}
+  @import "@/static/scss/form-common.scss";
+  .repair-add {
+    min-height: 100vh;
+    background: #f8f9fa;
+    padding-bottom: 5rem;
+  }
 
-.footer-btns {
-	position: fixed;
-	left: 0;
-	right: 0;
-	bottom: 0;
-	background: #fff;
-	display: flex;
-	justify-content: space-around;
-	align-items: center;
-	padding: 0.75rem 0;
-	box-shadow: 0 -0.125rem 0.5rem rgba(0,0,0,0.05);
-	z-index: 1000;
-}
+  .footer-btns {
+    position: fixed;
+    left: 0;
+    right: 0;
+    bottom: 0;
+    background: #fff;
+    display: flex;
+    justify-content: space-around;
+    align-items: center;
+    padding: 0.75rem 0;
+    box-shadow: 0 -0.125rem 0.5rem rgba(0, 0, 0, 0.05);
+    z-index: 1000;
+  }
 
-.cancel-btn {
-	font-weight: 400;
-	font-size: 1rem;
-	color: #FFFFFF;
-	width: 6.375rem;
-	background: #C7C9CC;
-	box-shadow: 0 0.25rem 0.625rem 0 rgba(3,88,185,0.2);
-	border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
-}
+  .cancel-btn {
+    font-weight: 400;
+    font-size: 1rem;
+    color: #ffffff;
+    width: 6.375rem;
+    background: #c7c9cc;
+    box-shadow: 0 0.25rem 0.625rem 0 rgba(3, 88, 185, 0.2);
+    border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
+  }
 
-.save-btn {
-	font-weight: 400;
-	font-size: 1rem;
-	color: #FFFFFF;
-	width: 14rem;
-	background: linear-gradient( 140deg, #00BAFF 0%, #006CFB 100%);
-	box-shadow: 0 0.25rem 0.625rem 0 rgba(3,88,185,0.2);
-	border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
-}
+  .save-btn {
+    font-weight: 400;
+    font-size: 1rem;
+    color: #ffffff;
+    width: 14rem;
+    background: linear-gradient(140deg, #00baff 0%, #006cfb 100%);
+    box-shadow: 0 0.25rem 0.625rem 0 rgba(3, 88, 185, 0.2);
+    border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
+  }
 
-// 鍝嶅簲寮忚皟鏁�
-@media (max-width: 768px) {
-	.submit-section {
-		padding: 12px;
-	}
-}
+  // 鍝嶅簲寮忚皟鏁�
+  @media (max-width: 768px) {
+    .submit-section {
+      padding: 12px;
+    }
+  }
 
-.tip-text { 
-	padding: 4px 16px 0 16px; 
-	font-size: 12px; 
-	color: #888; 
-}
+  .tip-text {
+    padding: 4px 16px 0 16px;
+    font-size: 12px;
+    color: #888;
+  }
 
-.scan-icon {
-	color: #1989fa;
-	font-size: 18px;
-	margin-left: 8px;
-	cursor: pointer;
-}
+  .scan-icon {
+    color: #1989fa;
+    font-size: 18px;
+    margin-left: 8px;
+    cursor: pointer;
+  }
+
+  .repair-image-upload {
+    width: 100%;
+  }
+
+  .repair-image-list {
+    margin-top: 12px;
+    display: flex;
+    flex-wrap: wrap;
+    gap: 10px;
+  }
+
+  .repair-image-item {
+    position: relative;
+    width: 80px;
+    height: 80px;
+  }
+
+  .repair-image-preview {
+    width: 80px;
+    height: 80px;
+    border-radius: 6px;
+    background: #f5f5f5;
+  }
+
+  .repair-image-delete {
+    position: absolute;
+    top: -6px;
+    right: -6px;
+    width: 18px;
+    height: 18px;
+    border-radius: 50%;
+    background: rgba(0, 0, 0, 0.65);
+    display: flex;
+    align-items: center;
+    justify-content: center;
+  }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3