fc65756a by zhangmeng

英文车辆预定为空

1 parent 2fc776e9
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!