|
@@ -718,10 +718,10 @@
|
|
|
var isVisitorutype = "{{$utype}}"; //判断是企业还是个人
|
|
|
var face_ticket = "{{$appoint_info->face_ticket}}";
|
|
|
if ((isVisitor > 0)) {
|
|
|
- if (isApply != 1) {
|
|
|
- disapperTooltip("remind", "抱歉,您没有报名!");
|
|
|
- return false;
|
|
|
- }
|
|
|
+ // if (isApply != 1) {
|
|
|
+ // disapperTooltip("remind", "抱歉,您没有报名!");
|
|
|
+ // return false;
|
|
|
+ // }
|
|
|
if(face_ticket == 0){
|
|
|
disapperTooltip("remind", "您暂无可打印的准考证!");
|
|
|
return false;
|