From 21f0628d4d46c32ee5790a74567c44709f614399 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 07 十一月 2025 10:20:43 +0800
Subject: [PATCH] fix: “自检记录”名称改为“工艺记录”
---
src/pages/routingInspection/detail/indexLS.vue | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/pages/routingInspection/detail/indexLS.vue b/src/pages/routingInspection/detail/indexLS.vue
index 31b72e3..d2d46a6 100644
--- a/src/pages/routingInspection/detail/indexLS.vue
+++ b/src/pages/routingInspection/detail/indexLS.vue
@@ -82,10 +82,10 @@
</wd-col>
</wd-row>
- <!-- 鑷璁板綍璇︽儏妯″潡 -->
+ <!-- 宸ヨ壓璁板綍璇︽儏妯″潡 -->
<wd-row>
<view style="margin: 10rpx">
- <text class="title">{{ "鑷璁板綍璇︽儏" }}</text>
+ <text class="title">{{ "宸ヨ壓璁板綍璇︽儏" }}</text>
</view>
<wd-col :span="24">
<wd-form-item label="宸℃鍛�" prop="processInspectionUserName">
@@ -248,12 +248,17 @@
</wd-row>
<!-- 宸℃缁撴灉 -->
- <wd-row v-if="detailData.processInspectionResult?.isFully">
+ <wd-row>
<view style="margin: 10rpx">
<text class="title">{{ "宸℃缁撴灉" }}</text>
</view>
<wd-col :span="24">
- <wd-form-item label="閾濇潌鍓嶃�佷腑銆佸熬鏍峰搧鏄惁榻愬叏" prop="isFully" required>
+ <wd-form-item
+ label="閾濇潌鍓嶃�佷腑銆佸熬鏍峰搧鏄惁榻愬叏"
+ prop="isFully"
+ required
+ label-width="420rpx"
+ >
<template v-if="isEdit">
<wd-radio-group v-model="formData.isFully" inline class="conclusion-radio-group">
<wd-radio
@@ -279,7 +284,7 @@
</wd-row>
<!-- 闄勪欢妯″潡 -->
- <wd-row class="attachment-section" v-if="detailData.files && detailData.files.length > 0">
+ <wd-row class="attachment-section">
<view style="margin: 10rpx">
<text class="title">{{ "闄勪欢" }}</text>
</view>
@@ -546,7 +551,7 @@
const res = await RoutingInspectionApi.drawPatrolCheckInspection({
deviceUid: deviceUid.value,
id: paramsId.value,
- result: {
+ inspectionResult: {
dia: formData.dia,
maxDia: formData.maxDia,
minDia: formData.minDia,
@@ -557,7 +562,7 @@
jointCondition: formData.jointCondition,
conclusion: formData.conclusion,
},
- inspectionResult: { isFully: formData.isFully },
+ result: { isFully: formData.isFully },
processInspectionAttachmentList: allFileIds,
});
if (res.code === 200) {
--
Gitblit v1.9.3