|
@@ -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) {
|