Browse Source

feature_20250904_调色机识别结果提示

zhujindu 2 months ago
parent
commit
e706a0d129
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/imageAIVerifyErr.vue

+ 3 - 1
src/components/imageAIVerifyErr.vue

@@ -193,7 +193,9 @@ export default {
       this.lastVisitUrl = imageAIVerifyData.lastVisitUrl || ''; //	上次拜访时店招
       this.lastVisitUrl = imageAIVerifyData.lastVisitUrl || ''; //	上次拜访时店招
       this.storeIDCardUrl = imageAIVerifyData.storeIDCardUrl || ''; //	门店身份证
       this.storeIDCardUrl = imageAIVerifyData.storeIDCardUrl || ''; //	门店身份证
       this.tsjErrorMsg = imageAIVerifyData.tsjErrorMsg || ''; //	调色机识别结果
       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) {
       if (this.npkpiData.checkInfo) {