spring
17 小时以前 d3454b7326591c1232eb69c2b3d0340d7e3b366c
src/pages/routingInspection/detail/indexLS.vue
@@ -50,7 +50,7 @@
      </view>
      <wd-col :span="24">
        <wd-form-item label="日期" prop="recordDate">
          {{ formatDate(detailData.fixedInfo?.recordDate) }}
          {{ detailData.fixedInfo?.recordDate }}
        </wd-form-item>
        <wd-form-item label="机台" prop="deviceModel">
          {{ formatValue(detailData.fixedInfo?.deviceModel) }}
@@ -623,13 +623,13 @@
    console.log("⚠️ 未检测到扫码缓存,用户需要扫描设备二维码");
    // 在编辑模式下才提示
    if (isEdit.value) {
      setTimeout(() => {
        uni.showToast({
          title: "请扫描设备二维码后再保存",
          icon: "none",
          duration: 2000,
        });
      }, 500);
      // setTimeout(() => {
      //   uni.showToast({
      //     title: "请扫描设备二维码后再保存",
      //     icon: "none",
      //     duration: 2000,
      //   });
      // }, 500);
    }
  }
});