英文车辆预定为空
Showing
1 changed file
with
4 additions
and
15 deletions
| ... | @@ -121,23 +121,12 @@ function popRemark(type) { | ... | @@ -121,23 +121,12 @@ function popRemark(type) { |
| 121 | return | 121 | return |
| 122 | } | 122 | } |
| 123 | 123 | ||
| 124 | // if ((form.value.isJdView == 0 && type == '1') | ||
| 125 | // || (form.value.isCarView == 0 && type == '2') | ||
| 126 | // || (form.value.isFoodView == 0 && type == '3') | ||
| 127 | // || (form.value.isMealView == 0 && type == '4') | ||
| 128 | // || (type == '5' && form.value.isPhotoView == 0) | ||
| 129 | // || (type == '0')) { | ||
| 130 | // building() | ||
| 131 | // return | ||
| 132 | // } | ||
| 133 | if ((form.value.isJdView == 0 && type == '1') | 124 | if ((form.value.isJdView == 0 && type == '1') |
| 134 | || (type == '2') | 125 | || (form.value.isCarView == 0 && type == '2') |
| 135 | || ( type == '3') | 126 | || (form.value.isFoodView == 0 && type == '3') |
| 136 | || (form.value.isMealView == 0 && type == '4') | 127 | || (form.value.isMealView == 0 && type == '4') |
| 137 | || (type == '5') | 128 | || (type == '5' && form.value.isPhotoView == 0) |
| 138 | // || (type == '0') | 129 | || (type == '0')) { |
| 139 | ) | ||
| 140 | { | ||
| 141 | building() | 130 | building() |
| 142 | return | 131 | return |
| 143 | } | 132 | } | ... | ... |
-
Please register or sign in to post a comment