Procházet zdrojové kódy

Merge branch 'feature_20250904_调色机识别结果提示' into release

zhujindu před 2 měsíci
rodič
revize
bbd74ae479
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      src/components/imageAIVerifyErr.vue

+ 3 - 1
src/components/imageAIVerifyErr.vue

@@ -193,7 +193,9 @@ export default {
       this.lastVisitUrl = imageAIVerifyData.lastVisitUrl || ''; //	上次拜访时店招
       this.storeIDCardUrl = imageAIVerifyData.storeIDCardUrl || ''; //	门店身份证
       this.tsjErrorMsg = imageAIVerifyData.tsjErrorMsg || ''; //	调色机识别结果
-      this.deliveryCode = this.npkpiData.colorantDispenserInfo.deliveryCode || ''; //AI识别投放编号
+      this.deliveryCode = this.npkpiData.colorantDispenserInfo
+        ? this.npkpiData.colorantDispenserInfo.deliveryCode
+        : ''; //AI识别投放编号
       // 先判断照片作弊情况,然后是否合格,然后是否和历史照片一致
       // 作弊和不合格记录识别次数,超过两次弹框提醒
       if (this.npkpiData.checkInfo) {