|
|
@@ -4169,14 +4169,14 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- // // dhwb 初始化内容校验
|
|
|
- // if (collectionItemLists[q].answerType == 'dhwb') {
|
|
|
- // this.DHWBsizeComparison(collectionItemLists[q], 'A');
|
|
|
- // }
|
|
|
- // // sz 初始化内容校验
|
|
|
- // if (collectionItemLists[q].answerType == 'sz') {
|
|
|
- // this.SZsizeComparison(collectionItemLists[q], 'A');
|
|
|
- // }
|
|
|
+ // dhwb 初始化内容校验
|
|
|
+ if (collectionItemLists[q].answerType == 'dhwb') {
|
|
|
+ this.DHWBsizeComparison(collectionItemLists[q], 'A');
|
|
|
+ }
|
|
|
+ // sz 初始化内容校验
|
|
|
+ if (collectionItemLists[q].answerType == 'sz') {
|
|
|
+ this.SZsizeComparison(collectionItemLists[q], 'A');
|
|
|
+ }
|
|
|
if (
|
|
|
collectionItemLists[q].answerType == 'duox' ||
|
|
|
collectionItemLists[q].answerType == 'dx'
|
|
|
@@ -4213,14 +4213,14 @@ export default {
|
|
|
listchild[qq1].answerValue = '';
|
|
|
}
|
|
|
}
|
|
|
- // // dhwb 初始化内容校验
|
|
|
- // if (listchild[qq1].answerType == 'dhwb') {
|
|
|
- // this.DHWBsizeComparison(listchild[qq1]);
|
|
|
- // }
|
|
|
- // // sz 初始化内容校验
|
|
|
- // if (listchild[qq1].answerType == 'sz') {
|
|
|
- // this.SZsizeComparison(listchild[qq1]);
|
|
|
- // }
|
|
|
+ // dhwb 初始化内容校验
|
|
|
+ if (listchild[qq1].answerType == 'dhwb') {
|
|
|
+ this.DHWBsizeComparison(listchild[qq1]);
|
|
|
+ }
|
|
|
+ // sz 初始化内容校验
|
|
|
+ if (listchild[qq1].answerType == 'sz') {
|
|
|
+ this.SZsizeComparison(listchild[qq1]);
|
|
|
+ }
|
|
|
if (listchild[qq1].answerType == 'sm') {
|
|
|
listchild[qq1].success = false;
|
|
|
if (listchild[qq1].collectionOptionList[0].answerValue != null) {
|
|
|
@@ -4361,14 +4361,14 @@ export default {
|
|
|
list3[l3].collectionItems[l3q].answerValue = '';
|
|
|
}
|
|
|
}
|
|
|
- // // dhwb 初始化内容校验
|
|
|
- // if (list3[l3].collectionItems[l3q].answerType == 'dhwb') {
|
|
|
- // this.DHWBsizeComparison(list3[l3].collectionItems[l3q]);
|
|
|
- // }
|
|
|
- // // sz 初始化内容校验
|
|
|
- // if (list3[l3].collectionItems[l3q].answerType == 'sz') {
|
|
|
- // this.SZsizeComparison(list3[l3].collectionItems[l3q]);
|
|
|
- // }
|
|
|
+ // dhwb 初始化内容校验
|
|
|
+ if (list3[l3].collectionItems[l3q].answerType == 'dhwb') {
|
|
|
+ this.DHWBsizeComparison(list3[l3].collectionItems[l3q]);
|
|
|
+ }
|
|
|
+ // sz 初始化内容校验
|
|
|
+ if (list3[l3].collectionItems[l3q].answerType == 'sz') {
|
|
|
+ this.SZsizeComparison(list3[l3].collectionItems[l3q]);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
// console.log(list3[l3])
|
|
|
@@ -5094,11 +5094,9 @@ export default {
|
|
|
this.filterCollectionInfos(collectionItemList.collectionOptionList[x]);
|
|
|
}
|
|
|
} else {
|
|
|
- // dhwb 初始化内容校验
|
|
|
if (collectionItemList.answerType == 'dhwb') {
|
|
|
this.DHWBsizeComparison(collectionItemList, type);
|
|
|
}
|
|
|
- // sz 初始化内容校验
|
|
|
if (collectionItemList.answerType == 'sz') {
|
|
|
this.SZsizeComparison(collectionItemList, type);
|
|
|
}
|