Commit d24e35dfe6925f2ca55c41be6755bcee1387b9ac
Merge branch 'master' of http://39.98.150.180/frontend-uniapp/Civil-Affairs-Bureau-WeChar
Showing
3 changed files
with
3691 additions
and
401 deletions
pages/activitylist/activitylist.vue
pages/declaration/newDeclaration.vue
| ... | ... | @@ -17,11 +17,13 @@ |
| 17 | 17 | <view class="info-box" v-if="item.type == '7'"> |
| 18 | 18 | <view class="info-box-list"> |
| 19 | 19 | <view class="serve"> |
| 20 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 20 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 21 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 21 | 22 | <view class="serve-right"> |
| 22 | 23 | <picker range-key="name" mode="multiSelector" @columnchange="columnChange" |
| 23 | 24 | @change="e=> bindPickerChange2(e,index)" :range="array1" :value="idx"> |
| 24 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} | |
| 25 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 26 | + {{item.cent?item.cent:'请选择'}} | |
| 25 | 27 | </view> |
| 26 | 28 | </picker> |
| 27 | 29 | <image src="../../static/down3.png"></image> |
| ... | ... | @@ -32,10 +34,12 @@ |
| 32 | 34 | <view class="info-box" v-else-if="item.type == '1'"> |
| 33 | 35 | <view class="info-box-list"> |
| 34 | 36 | <view class="serve"> |
| 35 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 37 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 38 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 36 | 39 | <view> |
| 37 | - <u-input placeholder="请输入" border="none" v-model="item.cent" | |
| 38 | - inputAlign="right" fontSize="13px" color="#3d3d3d" placeholderStyle="color: #909090;font-size: 26rpx;"></u-input> | |
| 40 | + <u-input placeholder="请输入" border="none" v-model="item.cent" inputAlign="right" | |
| 41 | + fontSize="13px" color="#3d3d3d" | |
| 42 | + placeholderStyle="color: #909090;font-size: 26rpx;"></u-input> | |
| 39 | 43 | </view> |
| 40 | 44 | </view> |
| 41 | 45 | </view> |
| ... | ... | @@ -43,10 +47,12 @@ |
| 43 | 47 | <view class="info-box" v-else-if="item.type == '2'"> |
| 44 | 48 | <view class="info-box-list"> |
| 45 | 49 | <view class="serve"> |
| 46 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 50 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 51 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 47 | 52 | <view class="serve-right"> |
| 48 | 53 | <picker @change="e=> bindPickerChange1(e,index,'array3')" :range="array3"> |
| 49 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} | |
| 54 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 55 | + {{item.cent?item.cent:'请选择'}} | |
| 50 | 56 | </view> |
| 51 | 57 | </picker> |
| 52 | 58 | <image src="../../static/down3.png"></image> |
| ... | ... | @@ -55,12 +61,15 @@ |
| 55 | 61 | </view> |
| 56 | 62 | </view> |
| 57 | 63 | <view v-else-if="item.type == '3'"> |
| 58 | - <view class="info-box" > | |
| 64 | + <view class="info-box"> | |
| 59 | 65 | <view class="info-box-list"> |
| 60 | 66 | <view class="serve"> |
| 61 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 67 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 68 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 62 | 69 | <view class="serve-right" @tap="openaddress(index)"> |
| 63 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}}</view> | |
| 70 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 71 | + {{item.cent?item.cent:'请选择'}} | |
| 72 | + </view> | |
| 64 | 73 | <image src="../../static/down3.png"></image> |
| 65 | 74 | </view> |
| 66 | 75 | </view> |
| ... | ... | @@ -69,9 +78,12 @@ |
| 69 | 78 | <view class="info-box" v-if="item.latitude"> |
| 70 | 79 | <view class="info-box-list"> |
| 71 | 80 | <view class="serve"> |
| 72 | - <view class="serve-title">纬度<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 81 | + <view class="serve-title">纬度<span v-if="item.isbx" | |
| 82 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 73 | 83 | <view class="serve-right" @tap="openaddress(index)"> |
| 74 | - <view :class="item.latitude?'uni-input1':'uni-input2'">{{item.latitude?item.latitude:'请选择'}}</view> | |
| 84 | + <view :class="item.latitude?'uni-input1':'uni-input2'"> | |
| 85 | + {{item.latitude?item.latitude:'请选择'}} | |
| 86 | + </view> | |
| 75 | 87 | <image src="../../static/down3.png"></image> |
| 76 | 88 | </view> |
| 77 | 89 | </view> |
| ... | ... | @@ -80,9 +92,12 @@ |
| 80 | 92 | <view class="info-box" v-if="item.longitude"> |
| 81 | 93 | <view class="info-box-list"> |
| 82 | 94 | <view class="serve"> |
| 83 | - <view class="serve-title">经度<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 95 | + <view class="serve-title">经度<span v-if="item.isbx" | |
| 96 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 84 | 97 | <view class="serve-right" @tap="openaddress(index)"> |
| 85 | - <view :class="item.longitude?'uni-input1':'uni-input2'">{{item.longitude?item.longitude:'请选择'}}</view> | |
| 98 | + <view :class="item.longitude?'uni-input1':'uni-input2'"> | |
| 99 | + {{item.longitude?item.longitude:'请选择'}} | |
| 100 | + </view> | |
| 86 | 101 | <image src="../../static/down3.png"></image> |
| 87 | 102 | </view> |
| 88 | 103 | </view> |
| ... | ... | @@ -93,7 +108,8 @@ |
| 93 | 108 | <view class="info-box" v-else-if="item.type == '4'"> |
| 94 | 109 | <view class="info-box-list"> |
| 95 | 110 | <view class="serve"> |
| 96 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 111 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 112 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 97 | 113 | <view class="serve-right" @tap="opentime(index)"> |
| 98 | 114 | <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} |
| 99 | 115 | </view> |
| ... | ... | @@ -105,9 +121,14 @@ |
| 105 | 121 | <view class="info-box" v-else-if="item.type == '5'"> |
| 106 | 122 | <view class="info-box-list"> |
| 107 | 123 | <view class="info-box-width" style="width: 100%;"> |
| 108 | - <view class="info-box-small">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 124 | + <view class="info-box-small">{{item.name}}<span v-if="item.isbx" | |
| 125 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 109 | 126 | <view style="margin-top: 20rpx;"> |
| 110 | - <textarea style="border: solid 1px #eee;border-radius: 18rpx;padding: 20rpx;font-weight: 500;font-size: 26rpx;" placeholder-style="color: #909090;font-size: 26rpx;font-weight: 100;" placeholder="请输入" :class="item.cent?'uni-input1':'uni-input2'" v-model="item.cent"></textarea> | |
| 127 | + <textarea | |
| 128 | + style="border: solid 1px #eee;border-radius: 18rpx;padding: 20rpx;font-weight: 500;font-size: 26rpx;" | |
| 129 | + placeholder-style="color: #909090;font-size: 26rpx;font-weight: 100;" | |
| 130 | + placeholder="请输入" :class="item.cent?'uni-input1':'uni-input2'" | |
| 131 | + v-model="item.cent"></textarea> | |
| 111 | 132 | <!-- <u-textarea count :value="item.cent" placeholder="请输入" placeholderStyle="color: #909090;font-size: 26rpx;font-weight: 500;"></u-textarea> --> |
| 112 | 133 | </view> |
| 113 | 134 | </view> |
| ... | ... | @@ -116,10 +137,12 @@ |
| 116 | 137 | <view class="info-box" v-else-if="item.type == '6'"> |
| 117 | 138 | <view class="info-box-list"> |
| 118 | 139 | <view class="serve"> |
| 119 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 140 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 141 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 120 | 142 | <view class="serve-right"> |
| 121 | 143 | <picker @change="e=> bindPickerChange1(e,index,'array2')" :range="array2"> |
| 122 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} | |
| 144 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 145 | + {{item.cent?item.cent:'请选择'}} | |
| 123 | 146 | </view> |
| 124 | 147 | </picker> |
| 125 | 148 | <image src="../../static/down3.png"></image> |
| ... | ... | @@ -130,10 +153,12 @@ |
| 130 | 153 | <view class="info-box" v-else-if="item.type == '8'"> |
| 131 | 154 | <view class="info-box-list"> |
| 132 | 155 | <view class="serve"> |
| 133 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 156 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 157 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 134 | 158 | <view class="serve-right"> |
| 135 | 159 | <picker @change="e=> bindPickerChange1(e,index,'array4')" :range="array4"> |
| 136 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} | |
| 160 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 161 | + {{item.cent?item.cent:'请选择'}} | |
| 137 | 162 | </view> |
| 138 | 163 | </picker> |
| 139 | 164 | <image src="../../static/down3.png"></image> |
| ... | ... | @@ -146,11 +171,13 @@ |
| 146 | 171 | <view class="info-box" v-if="item.type == '7'"> |
| 147 | 172 | <view class="info-box-list"> |
| 148 | 173 | <view class="serve"> |
| 149 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 174 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 175 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 150 | 176 | <view class="serve-right"> |
| 151 | 177 | <picker range-key="name" mode="multiSelector" @columnchange="columnChange" |
| 152 | 178 | @change="e=> bindPickerChange2(e,index)" :range="array1" :value="idx"> |
| 153 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} | |
| 179 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 180 | + {{item.cent?item.cent:'请选择'}} | |
| 154 | 181 | </view> |
| 155 | 182 | </picker> |
| 156 | 183 | <image src="../../static/down3.png"></image> |
| ... | ... | @@ -161,10 +188,12 @@ |
| 161 | 188 | <view class="info-box" v-else-if="item.type == '1'"> |
| 162 | 189 | <view class="info-box-list"> |
| 163 | 190 | <view class="serve"> |
| 164 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 191 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 192 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 165 | 193 | <view> |
| 166 | - <u-input placeholder="请输入" border="none" v-model="item.cent" | |
| 167 | - inputAlign="right" fontSize="13px" color="#3d3d3d" placeholderStyle="color: #909090;font-size: 26rpx;"></u-input> | |
| 194 | + <u-input placeholder="请输入" border="none" v-model="item.cent" inputAlign="right" | |
| 195 | + fontSize="13px" color="#3d3d3d" | |
| 196 | + placeholderStyle="color: #909090;font-size: 26rpx;"></u-input> | |
| 168 | 197 | </view> |
| 169 | 198 | </view> |
| 170 | 199 | </view> |
| ... | ... | @@ -172,10 +201,12 @@ |
| 172 | 201 | <view class="info-box" v-else-if="item.type == '2'"> |
| 173 | 202 | <view class="info-box-list"> |
| 174 | 203 | <view class="serve"> |
| 175 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 204 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 205 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 176 | 206 | <view class="serve-right"> |
| 177 | 207 | <picker @change="e=> bindPickerChange1(e,index,'array3')" :range="array3"> |
| 178 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} | |
| 208 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 209 | + {{item.cent?item.cent:'请选择'}} | |
| 179 | 210 | </view> |
| 180 | 211 | </picker> |
| 181 | 212 | <image src="../../static/down3.png"></image> |
| ... | ... | @@ -184,12 +215,15 @@ |
| 184 | 215 | </view> |
| 185 | 216 | </view> |
| 186 | 217 | <view v-else-if="item.type == '3'"> |
| 187 | - <view class="info-box" > | |
| 218 | + <view class="info-box"> | |
| 188 | 219 | <view class="info-box-list"> |
| 189 | 220 | <view class="serve"> |
| 190 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 221 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 222 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 191 | 223 | <view class="serve-right" @tap="openaddress(index)"> |
| 192 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}}</view> | |
| 224 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 225 | + {{item.cent?item.cent:'请选择'}} | |
| 226 | + </view> | |
| 193 | 227 | <image src="../../static/down3.png"></image> |
| 194 | 228 | </view> |
| 195 | 229 | </view> |
| ... | ... | @@ -198,9 +232,12 @@ |
| 198 | 232 | <view class="info-box" v-if="item.latitude"> |
| 199 | 233 | <view class="info-box-list"> |
| 200 | 234 | <view class="serve"> |
| 201 | - <view class="serve-title">纬度<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 235 | + <view class="serve-title">纬度<span v-if="item.isbx" | |
| 236 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 202 | 237 | <view class="serve-right" @tap="openaddress(index)"> |
| 203 | - <view :class="item.latitude?'uni-input1':'uni-input2'">{{item.latitude?item.latitude:'请选择'}}</view> | |
| 238 | + <view :class="item.latitude?'uni-input1':'uni-input2'"> | |
| 239 | + {{item.latitude?item.latitude:'请选择'}} | |
| 240 | + </view> | |
| 204 | 241 | <image src="../../static/down3.png"></image> |
| 205 | 242 | </view> |
| 206 | 243 | </view> |
| ... | ... | @@ -209,20 +246,24 @@ |
| 209 | 246 | <view class="info-box" v-if="item.longitude"> |
| 210 | 247 | <view class="info-box-list"> |
| 211 | 248 | <view class="serve"> |
| 212 | - <view class="serve-title">经度<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 249 | + <view class="serve-title">经度<span v-if="item.isbx" | |
| 250 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 213 | 251 | <view class="serve-right" @tap="openaddress(index)"> |
| 214 | - <view :class="item.longitude?'uni-input1':'uni-input2'">{{item.longitude?item.longitude:'请选择'}}</view> | |
| 252 | + <view :class="item.longitude?'uni-input1':'uni-input2'"> | |
| 253 | + {{item.longitude?item.longitude:'请选择'}} | |
| 254 | + </view> | |
| 215 | 255 | <image src="../../static/down3.png"></image> |
| 216 | 256 | </view> |
| 217 | 257 | </view> |
| 218 | 258 | </view> |
| 219 | 259 | </view> |
| 220 | 260 | </view> |
| 221 | - | |
| 261 | + | |
| 222 | 262 | <view class="info-box" v-else-if="item.type == '4'"> |
| 223 | 263 | <view class="info-box-list"> |
| 224 | 264 | <view class="serve"> |
| 225 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 265 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 266 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 226 | 267 | <view class="serve-right" @tap="opentime(index)"> |
| 227 | 268 | <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} |
| 228 | 269 | </view> |
| ... | ... | @@ -234,9 +275,14 @@ |
| 234 | 275 | <view class="info-box" v-else-if="item.type == '5'"> |
| 235 | 276 | <view class="info-box-list"> |
| 236 | 277 | <view class="info-box-width" style="width: 100%;"> |
| 237 | - <view class="info-box-small">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 278 | + <view class="info-box-small">{{item.name}}<span v-if="item.isbx" | |
| 279 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 238 | 280 | <view style="margin-top: 20rpx;"> |
| 239 | - <textarea style="border: solid 1px #eee;border-radius: 18rpx;padding: 20rpx;font-weight: 500;font-size: 26rpx;" placeholder-style="color: #909090;font-size: 26rpx;font-weight: 100;" placeholder="请输入" :class="item.cent?'uni-input1':'uni-input2'" v-model="item.cent"></textarea> | |
| 281 | + <textarea | |
| 282 | + style="border: solid 1px #eee;border-radius: 18rpx;padding: 20rpx;font-weight: 500;font-size: 26rpx;" | |
| 283 | + placeholder-style="color: #909090;font-size: 26rpx;font-weight: 100;" | |
| 284 | + placeholder="请输入" :class="item.cent?'uni-input1':'uni-input2'" | |
| 285 | + v-model="item.cent"></textarea> | |
| 240 | 286 | <!-- <u-textarea count :value="item.cent" placeholder="请输入" placeholderStyle="color: #909090;font-size: 26rpx;font-weight: 500;"></u-textarea> --> |
| 241 | 287 | </view> |
| 242 | 288 | </view> |
| ... | ... | @@ -245,10 +291,12 @@ |
| 245 | 291 | <view class="info-box" v-else-if="item.type == '6'"> |
| 246 | 292 | <view class="info-box-list"> |
| 247 | 293 | <view class="serve"> |
| 248 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 294 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 295 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 249 | 296 | <view class="serve-right"> |
| 250 | 297 | <picker @change="e=> bindPickerChange1(e,index,'array2')" :range="array2"> |
| 251 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} | |
| 298 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 299 | + {{item.cent?item.cent:'请选择'}} | |
| 252 | 300 | </view> |
| 253 | 301 | </picker> |
| 254 | 302 | <image src="../../static/down3.png"></image> |
| ... | ... | @@ -259,10 +307,12 @@ |
| 259 | 307 | <view class="info-box" v-else-if="item.type == '8'"> |
| 260 | 308 | <view class="info-box-list"> |
| 261 | 309 | <view class="serve"> |
| 262 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 310 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 311 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 263 | 312 | <view class="serve-right"> |
| 264 | 313 | <picker @change="e=> bindPickerChange3(e,index,'array5')" :range="array5"> |
| 265 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} | |
| 314 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 315 | + {{item.cent?item.cent:'请选择'}} | |
| 266 | 316 | </view> |
| 267 | 317 | </picker> |
| 268 | 318 | <image src="../../static/down3.png"></image> |
| ... | ... | @@ -273,10 +323,12 @@ |
| 273 | 323 | <view class="info-box" v-else-if="item.type == '9'"> |
| 274 | 324 | <view class="info-box-list"> |
| 275 | 325 | <view class="serve"> |
| 276 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 326 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 327 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 277 | 328 | <view class="serve-right"> |
| 278 | 329 | <picker @change="e=> bindPickerChange3(e,index,'array6')" :range="array6"> |
| 279 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} | |
| 330 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 331 | + {{item.cent?item.cent:'请选择'}} | |
| 280 | 332 | </view> |
| 281 | 333 | </picker> |
| 282 | 334 | <image src="../../static/down3.png"></image> |
| ... | ... | @@ -287,10 +339,12 @@ |
| 287 | 339 | <view class="info-box" v-else-if="item.type == '10'"> |
| 288 | 340 | <view class="info-box-list"> |
| 289 | 341 | <view class="serve"> |
| 290 | - <view class="serve-title">{{item.name}}<span v-if="item.isbx" style="color: red;margin-left: 6rpx;">*</span></view> | |
| 342 | + <view class="serve-title">{{item.name}}<span v-if="item.isbx" | |
| 343 | + style="color: red;margin-left: 6rpx;">*</span></view> | |
| 291 | 344 | <view class="serve-right"> |
| 292 | 345 | <picker @change="e=> bindPickerChange3(e,index,'array7')" :range="array7"> |
| 293 | - <view :class="item.cent?'uni-input1':'uni-input2'">{{item.cent?item.cent:'请选择'}} | |
| 346 | + <view :class="item.cent?'uni-input1':'uni-input2'"> | |
| 347 | + {{item.cent?item.cent:'请选择'}} | |
| 294 | 348 | </view> |
| 295 | 349 | </picker> |
| 296 | 350 | <image src="../../static/down3.png"></image> |
| ... | ... | @@ -300,7 +354,7 @@ |
| 300 | 354 | </view> |
| 301 | 355 | </view> |
| 302 | 356 | </view> |
| 303 | -<!-- <view class="message-list"> | |
| 357 | + <!-- <view class="message-list"> | |
| 304 | 358 | <view class="info-box"> |
| 305 | 359 | <view class="info-box-list"> |
| 306 | 360 | <view class="info-box-width" style="width: 100%;"> |
| ... | ... | @@ -336,15 +390,15 @@ |
| 336 | 390 | export default { |
| 337 | 391 | data() { |
| 338 | 392 | return { |
| 339 | - newtextlist:[], | |
| 340 | - mtbox:{ | |
| 341 | - imgcent:[], | |
| 342 | - filecent:[], | |
| 393 | + newtextlist: [], | |
| 394 | + mtbox: { | |
| 395 | + imgcent: [], | |
| 396 | + filecent: [], | |
| 343 | 397 | }, |
| 344 | - idx: [0,0,0,0], | |
| 398 | + idx: [0, 0, 0, 0], | |
| 345 | 399 | array1: [], |
| 346 | - array2: ['可公开', '不宜公开','大洋怪重', '不属于地名'], | |
| 347 | - array4: ['现今地名', '历史地名','本地名删除'], | |
| 400 | + array2: ['可公开', '不宜公开', '大洋怪重', '不属于地名'], | |
| 401 | + array4: ['现今地名', '历史地名', '本地名删除'], | |
| 348 | 402 | array5: ['冷泉', '热泉'], |
| 349 | 403 | array6: ['冷泉', '热泉'], |
| 350 | 404 | array7: ['冷泉', '热泉'], |
| ... | ... | @@ -359,146 +413,146 @@ |
| 359 | 413 | hide: true, |
| 360 | 414 | }, |
| 361 | 415 | }, |
| 362 | - lbbox:[], | |
| 416 | + lbbox: [], | |
| 363 | 417 | textlist: [{ |
| 364 | 418 | name: '行政区划', |
| 365 | 419 | type: '2', |
| 366 | - isbx:true, | |
| 420 | + isbx: true, | |
| 367 | 421 | cent: '', |
| 368 | - from:'adminArea' | |
| 422 | + from: 'adminArea' | |
| 369 | 423 | }, |
| 370 | 424 | { |
| 371 | 425 | name: '地名类别', |
| 372 | 426 | type: '7', |
| 373 | - isbx:true, | |
| 427 | + isbx: true, | |
| 374 | 428 | cent: '', |
| 375 | - from:'placeNameCategory' | |
| 429 | + from: 'placeNameCategory' | |
| 376 | 430 | }, |
| 377 | 431 | { |
| 378 | 432 | name: '标准名称', |
| 379 | 433 | type: '1', |
| 380 | - isbx:true, | |
| 434 | + isbx: true, | |
| 381 | 435 | cent: '', |
| 382 | - from:'standardName' | |
| 436 | + from: 'standardName' | |
| 383 | 437 | }, |
| 384 | 438 | { |
| 385 | 439 | name: '地名代码', |
| 386 | 440 | type: '1', |
| 387 | - isbx:false, | |
| 441 | + isbx: false, | |
| 388 | 442 | cent: '', |
| 389 | - from:'toponymicCode' | |
| 443 | + from: 'toponymicCode' | |
| 390 | 444 | }, |
| 391 | 445 | { |
| 392 | 446 | name: '是否可公开', |
| 393 | 447 | type: '6', |
| 394 | - isbx:false, | |
| 448 | + isbx: false, | |
| 395 | 449 | cent: '', |
| 396 | - from:'whetherPublic' | |
| 450 | + from: 'whetherPublic' | |
| 397 | 451 | }, |
| 398 | 452 | { |
| 399 | 453 | name: '罗马字母拼写', |
| 400 | 454 | type: '1', |
| 401 | - isbx:true, | |
| 455 | + isbx: true, | |
| 402 | 456 | cent: '', |
| 403 | - from:'romanLettersSpell' | |
| 457 | + from: 'romanLettersSpell' | |
| 404 | 458 | }, |
| 405 | 459 | { |
| 406 | 460 | name: '通名罗马字母拼写', |
| 407 | 461 | type: '1', |
| 408 | - isbx:false, | |
| 462 | + isbx: false, | |
| 409 | 463 | cent: '', |
| 410 | - from:'commonRomanAlphabetSpelling' | |
| 464 | + from: 'commonRomanAlphabetSpelling' | |
| 411 | 465 | }, |
| 412 | 466 | { |
| 413 | 467 | name: '少数民族语拼写', |
| 414 | 468 | type: '1', |
| 415 | - isbx:false, | |
| 469 | + isbx: false, | |
| 416 | 470 | cent: '', |
| 417 | - from:'minoritySpelling' | |
| 471 | + from: 'minoritySpelling' | |
| 418 | 472 | }, |
| 419 | 473 | { |
| 420 | 474 | name: '地名语种', |
| 421 | 475 | type: '1', |
| 422 | - isbx:false, | |
| 476 | + isbx: false, | |
| 423 | 477 | cent: '', |
| 424 | - from:'language' | |
| 478 | + from: 'language' | |
| 425 | 479 | }, |
| 426 | 480 | { |
| 427 | 481 | name: '别名', |
| 428 | 482 | type: '1', |
| 429 | - isbx:false, | |
| 483 | + isbx: false, | |
| 430 | 484 | cent: '', |
| 431 | - from:'alias' | |
| 485 | + from: 'alias' | |
| 432 | 486 | }, |
| 433 | 487 | { |
| 434 | 488 | name: '简称', |
| 435 | 489 | type: '1', |
| 436 | - isbx:false, | |
| 490 | + isbx: false, | |
| 437 | 491 | cent: '', |
| 438 | - from:'abbreviation' | |
| 492 | + from: 'abbreviation' | |
| 439 | 493 | }, |
| 440 | 494 | { |
| 441 | 495 | name: '使用时间', |
| 442 | 496 | type: '8', |
| 443 | - isbx:true, | |
| 497 | + isbx: true, | |
| 444 | 498 | cent: '', |
| 445 | - from:'usageTime' | |
| 499 | + from: 'usageTime' | |
| 446 | 500 | }, |
| 447 | 501 | { |
| 448 | 502 | name: '曾用名', |
| 449 | 503 | type: '1', |
| 450 | - isbx:false, | |
| 504 | + isbx: false, | |
| 451 | 505 | cent: '', |
| 452 | - from:'formerName' | |
| 506 | + from: 'formerName' | |
| 453 | 507 | }, |
| 454 | 508 | { |
| 455 | 509 | name: '设立时间', |
| 456 | 510 | type: '4', |
| 457 | - isbx:true, | |
| 511 | + isbx: true, | |
| 458 | 512 | cent: '', |
| 459 | - from:'establishTime' | |
| 513 | + from: 'establishTime' | |
| 460 | 514 | }, |
| 461 | 515 | { |
| 462 | 516 | name: '废止时间', |
| 463 | 517 | type: '4', |
| 464 | - isbx:false, | |
| 518 | + isbx: false, | |
| 465 | 519 | cent: '', |
| 466 | - from:'annulmentTime' | |
| 520 | + from: 'annulmentTime' | |
| 467 | 521 | }, |
| 468 | 522 | { |
| 469 | 523 | name: '地理位置', |
| 470 | 524 | type: '3', |
| 471 | - isbx:true, | |
| 525 | + isbx: true, | |
| 472 | 526 | cent: '', |
| 473 | - from:'mapCoordinates' | |
| 527 | + from: 'mapCoordinates' | |
| 474 | 528 | }, |
| 475 | 529 | { |
| 476 | 530 | name: '地名来历', |
| 477 | 531 | type: '5', |
| 478 | - isbx:true, | |
| 532 | + isbx: true, | |
| 479 | 533 | cent: '', |
| 480 | - from:'originOfPlaceNames' | |
| 534 | + from: 'originOfPlaceNames' | |
| 481 | 535 | }, |
| 482 | 536 | { |
| 483 | 537 | name: '地名含义', |
| 484 | 538 | type: '5', |
| 485 | - isbx:true, | |
| 539 | + isbx: true, | |
| 486 | 540 | cent: '', |
| 487 | - from:'meaningOfPlaceNames' | |
| 541 | + from: 'meaningOfPlaceNames' | |
| 488 | 542 | }, |
| 489 | 543 | { |
| 490 | 544 | name: '历史沿革', |
| 491 | 545 | type: '5', |
| 492 | - isbx:true, | |
| 546 | + isbx: true, | |
| 493 | 547 | cent: '', |
| 494 | - from:'historicalEvolution' | |
| 548 | + from: 'historicalEvolution' | |
| 495 | 549 | }, |
| 496 | 550 | { |
| 497 | 551 | name: '备注', |
| 498 | 552 | type: '5', |
| 499 | - isbx:false, | |
| 553 | + isbx: false, | |
| 500 | 554 | cent: '', |
| 501 | - from:'remark' | |
| 555 | + from: 'remark' | |
| 502 | 556 | }, |
| 503 | 557 | ] |
| 504 | 558 | }; |
| ... | ... | @@ -513,27 +567,27 @@ |
| 513 | 567 | }, |
| 514 | 568 | onLoad(e) { |
| 515 | 569 | this.gain() |
| 516 | - | |
| 570 | + | |
| 517 | 571 | |
| 518 | 572 | }, |
| 519 | 573 | methods: { |
| 520 | 574 | gain() { |
| 521 | 575 | this.API.gettreeselect().then(res => { |
| 522 | 576 | console.log(res.data[0].children); |
| 523 | - | |
| 577 | + | |
| 524 | 578 | let box1 = [] |
| 525 | 579 | let box2 = [] |
| 526 | 580 | let box3 = [] |
| 527 | 581 | let box4 = [] |
| 528 | 582 | for (let i = 0; i < res.data[0].children.length; i++) { |
| 529 | 583 | let list1 = res.data[0].children[i] |
| 530 | - | |
| 584 | + | |
| 531 | 585 | let cent1 = { |
| 532 | 586 | id: list1.id, |
| 533 | 587 | name: list1.label |
| 534 | 588 | } |
| 535 | 589 | box1.push(cent1) |
| 536 | - if(list1.children) { | |
| 590 | + if (list1.children) { | |
| 537 | 591 | for (let n = 0; n < list1.children.length; n++) { |
| 538 | 592 | let list2 = list1.children[n] |
| 539 | 593 | let cent2 = { |
| ... | ... | @@ -542,7 +596,7 @@ |
| 542 | 596 | pid: list1.id, |
| 543 | 597 | } |
| 544 | 598 | box2.push(cent2) |
| 545 | - if(list2.children) { | |
| 599 | + if (list2.children) { | |
| 546 | 600 | for (let x = 0; x < list2.children.length; x++) { |
| 547 | 601 | let list3 = list2.children[x] |
| 548 | 602 | let cent3 = { |
| ... | ... | @@ -551,7 +605,7 @@ |
| 551 | 605 | pid: list2.id, |
| 552 | 606 | } |
| 553 | 607 | box3.push(cent3) |
| 554 | - if(list3.children) { | |
| 608 | + if (list3.children) { | |
| 555 | 609 | for (let y = 0; y < list3.children.length; y++) { |
| 556 | 610 | let list4 = list3.children[y] |
| 557 | 611 | let cent4 = { |
| ... | ... | @@ -566,12 +620,12 @@ |
| 566 | 620 | } |
| 567 | 621 | } |
| 568 | 622 | } else { |
| 569 | - | |
| 623 | + | |
| 570 | 624 | } |
| 571 | 625 | } |
| 572 | - this.lbbox = [box1,box2,box3,box4] | |
| 626 | + this.lbbox = [box1, box2, box3, box4] | |
| 573 | 627 | console.log(this.lbbox); |
| 574 | - this.updatelist(0,0) | |
| 628 | + this.updatelist(0, 0) | |
| 575 | 629 | }) |
| 576 | 630 | // this.API.getregional().then(res => { |
| 577 | 631 | // console.log(res); |
| ... | ... | @@ -582,7 +636,7 @@ |
| 582 | 636 | url: e |
| 583 | 637 | }) |
| 584 | 638 | }, |
| 585 | - onchangfileJsonimg(e,){ | |
| 639 | + onchangfileJsonimg(e, ) { | |
| 586 | 640 | console.log(e); |
| 587 | 641 | this.mtbox.imgcent = e |
| 588 | 642 | }, |
| ... | ... | @@ -598,12 +652,12 @@ |
| 598 | 652 | this.time = e |
| 599 | 653 | }, |
| 600 | 654 | mapdoorplatesuccess() { |
| 601 | - console.log(this.textlist,this.textlist.length) | |
| 655 | + console.log(this.textlist, this.textlist.length) | |
| 602 | 656 | let from = {} |
| 603 | 657 | // for (let i = 0; i < this.textlist.length; i++) { |
| 604 | 658 | // if(this.textlist[i].isbx) { |
| 605 | 659 | // if(this.textlist[i].cent) { |
| 606 | - | |
| 660 | + | |
| 607 | 661 | // } else { |
| 608 | 662 | // uni.showToast({ |
| 609 | 663 | // icon:'none', |
| ... | ... | @@ -612,13 +666,13 @@ |
| 612 | 666 | // return |
| 613 | 667 | // } |
| 614 | 668 | // } else { |
| 615 | - | |
| 669 | + | |
| 616 | 670 | // } |
| 617 | 671 | // } |
| 618 | 672 | // for (let i = 0; i < this.newtextlist.length; i++) { |
| 619 | 673 | // if(this.newtextlist[i].isbx) { |
| 620 | 674 | // if(this.newtextlist[i].cent) { |
| 621 | - | |
| 675 | + | |
| 622 | 676 | // } else { |
| 623 | 677 | // uni.showToast({ |
| 624 | 678 | // icon:'none', |
| ... | ... | @@ -627,12 +681,12 @@ |
| 627 | 681 | // return |
| 628 | 682 | // } |
| 629 | 683 | // } else { |
| 630 | - | |
| 684 | + | |
| 631 | 685 | // } |
| 632 | 686 | // } |
| 633 | 687 | for (let i = 0; i < this.textlist.length; i++) { |
| 634 | 688 | |
| 635 | - if(this.textlist[i].from == 'mapCoordinates') { | |
| 689 | + if (this.textlist[i].from == 'mapCoordinates') { | |
| 636 | 690 | from[this.textlist[i].from] = this.textlist[i].cent |
| 637 | 691 | from.eastLongitude = this.textlist[i].longitude |
| 638 | 692 | from.northLatitude = this.textlist[i].latitude |
| ... | ... | @@ -640,9 +694,9 @@ |
| 640 | 694 | from[this.textlist[i].from] = this.textlist[i].cent |
| 641 | 695 | } |
| 642 | 696 | } |
| 643 | - console.log(from,from.length) | |
| 644 | - from.createdUser=uni.getStorageSync('USERS_KEY').userId | |
| 645 | - from.status='待审核' | |
| 697 | + console.log(from, from.length) | |
| 698 | + from.createdUser = uni.getStorageSync('USERS_KEY').userId | |
| 699 | + from.status = '待审核' | |
| 646 | 700 | from.remarksField5 = JSON.stringify(this.newtextlist) |
| 647 | 701 | this.API.toponym(from).then(res => { |
| 648 | 702 | console.log(res); |
| ... | ... | @@ -656,565 +710,3704 @@ |
| 656 | 710 | url: '/pages/mapdoorplatesuccess/mapdoorplatesuccess', |
| 657 | 711 | }) |
| 658 | 712 | }, 800) |
| 659 | - | |
| 713 | + | |
| 660 | 714 | } |
| 661 | 715 | }) |
| 662 | 716 | }, |
| 663 | 717 | bindPickerChange2: function(e, e1) { |
| 664 | - console.log('picker发送选择改变,携带值为', e, e1,this.array1) | |
| 718 | + console.log('picker发送选择改变,携带值为', e, e1, this.array1) | |
| 665 | 719 | let text = '' |
| 666 | 720 | // for (let i = 0; i < this.array1.length; i++) { |
| 667 | - | |
| 721 | + | |
| 668 | 722 | // if(i == 0) { |
| 669 | 723 | // text = this.array1[i] |
| 670 | 724 | // } else { |
| 671 | 725 | // text =text +'/'+ this.array1[i] |
| 672 | 726 | // } |
| 673 | 727 | // } |
| 674 | - let box1 = this.array1[0][e.detail.value[0]]?this.array1[0][e.detail.value[0]].name:null | |
| 675 | - let box2 = this.array1[1][e.detail.value[1]]?this.array1[1][e.detail.value[1]].name:null | |
| 676 | - let box3 = this.array1[2][e.detail.value[2]]?this.array1[2][e.detail.value[2]].name:null | |
| 677 | - let box4 = this.array1[3][e.detail.value[3]]?this.array1[3][e.detail.value[3]].name:null | |
| 678 | - if(box1) { | |
| 728 | + let box1 = this.array1[0][e.detail.value[0]] ? this.array1[0][e.detail.value[0]].name : null | |
| 729 | + let box2 = this.array1[1][e.detail.value[1]] ? this.array1[1][e.detail.value[1]].name : null | |
| 730 | + let box3 = this.array1[2][e.detail.value[2]] ? this.array1[2][e.detail.value[2]].name : null | |
| 731 | + let box4 = this.array1[3][e.detail.value[3]] ? this.array1[3][e.detail.value[3]].name : null | |
| 732 | + if (box1) { | |
| 679 | 733 | text = box1 |
| 680 | 734 | } |
| 681 | - if(box2) { | |
| 682 | - text = text+'/'+ box2 | |
| 735 | + if (box2) { | |
| 736 | + text = text + '/' + box2 | |
| 683 | 737 | } |
| 684 | - if(box3) { | |
| 685 | - text = text+'/'+ box3 | |
| 738 | + if (box3) { | |
| 739 | + text = text + '/' + box3 | |
| 686 | 740 | } |
| 687 | - if(box4) { | |
| 688 | - text = text+'/'+ box4 | |
| 741 | + if (box4) { | |
| 742 | + text = text + '/' + box4 | |
| 689 | 743 | } |
| 690 | - console.log(box1,box2,box3,box4,text) | |
| 744 | + console.log(box1, box2, box3, box4, text) | |
| 691 | 745 | this.textlist[e1].cent = text |
| 692 | 746 | // this.textlist[e1].cent = box4[e.detail.value[3]]?box4[e.detail.value[3]].name:box3[e.detail.value[2]]?box3[e.detail.value[2]].name:box2[e.detail.value[1]]?box2[e.detail.value[1]].name:box1[e.detail.value[0]].name |
| 693 | - if(text == '陆地水系/泉') { | |
| 747 | + if (text == '陆地水系/泉') { | |
| 694 | 748 | this.array5 = ['冷泉', '热泉'] |
| 695 | - this.newtextlist = [ | |
| 696 | - { | |
| 749 | + this.newtextlist = [{ | |
| 697 | 750 | name: '类型', |
| 698 | 751 | type: '8', |
| 699 | - isbx:true, | |
| 752 | + isbx: true, | |
| 700 | 753 | cent: '', |
| 701 | - from:'name0' | |
| 754 | + from: 'name0' | |
| 702 | 755 | }, |
| 703 | 756 | { |
| 704 | 757 | name: '最高水位(米)', |
| 705 | 758 | type: '1', |
| 706 | - isbx:false, | |
| 759 | + isbx: false, | |
| 707 | 760 | cent: '', |
| 708 | - from:'name1' | |
| 761 | + from: 'name1' | |
| 709 | 762 | }, |
| 710 | 763 | { |
| 711 | 764 | name: '最低水位(米)', |
| 712 | 765 | type: '1', |
| 713 | - isbx:false, | |
| 766 | + isbx: false, | |
| 714 | 767 | cent: '', |
| 715 | - from:'name2' | |
| 768 | + from: 'name2' | |
| 716 | 769 | }, |
| 717 | 770 | { |
| 718 | 771 | name: '最大输出量(立方米)', |
| 719 | 772 | type: '1', |
| 720 | - isbx:false, | |
| 773 | + isbx: false, | |
| 721 | 774 | cent: '', |
| 722 | - from:'name3' | |
| 775 | + from: 'name3' | |
| 723 | 776 | }, |
| 724 | 777 | { |
| 725 | 778 | name: '日出水量(立方米)', |
| 726 | 779 | type: '1', |
| 727 | - isbx:false, | |
| 780 | + isbx: false, | |
| 728 | 781 | cent: '', |
| 729 | - from:'name4' | |
| 782 | + from: 'name4' | |
| 730 | 783 | }, |
| 731 | 784 | { |
| 732 | 785 | name: '涌水高度(米)', |
| 733 | 786 | type: '1', |
| 734 | - isbx:false, | |
| 787 | + isbx: false, | |
| 735 | 788 | cent: '', |
| 736 | - from:'name5' | |
| 789 | + from: 'name5' | |
| 737 | 790 | }, |
| 738 | 791 | { |
| 739 | 792 | name: '年均水温(摄氏度)', |
| 740 | 793 | type: '1', |
| 741 | - isbx:false, | |
| 794 | + isbx: false, | |
| 742 | 795 | cent: '', |
| 743 | - from:'name6' | |
| 796 | + from: 'name6' | |
| 744 | 797 | }, |
| 745 | 798 | ] |
| 746 | - } else if(text == '陆地水系/瀑布') { | |
| 747 | - this.newtextlist = [ | |
| 748 | - { | |
| 799 | + } else if (text == '陆地水系/瀑布') { | |
| 800 | + this.newtextlist = [{ | |
| 749 | 801 | name: '最大落差(米)', |
| 750 | 802 | type: '1', |
| 751 | - isbx:true, | |
| 803 | + isbx: true, | |
| 752 | 804 | cent: '', |
| 753 | - from:'name0' | |
| 805 | + from: 'name0' | |
| 754 | 806 | }, |
| 755 | 807 | { |
| 756 | 808 | name: '最大宽度(米)', |
| 757 | 809 | type: '1', |
| 758 | - isbx:true, | |
| 810 | + isbx: true, | |
| 759 | 811 | cent: '', |
| 760 | - from:'name0' | |
| 812 | + from: 'name0' | |
| 761 | 813 | }, |
| 762 | 814 | { |
| 763 | 815 | name: '流量(立方米/秒)', |
| 764 | 816 | type: '1', |
| 765 | - isbx:false, | |
| 817 | + isbx: false, | |
| 766 | 818 | cent: '', |
| 767 | - from:'name0' | |
| 819 | + from: 'name0' | |
| 768 | 820 | }, |
| 769 | 821 | { |
| 770 | 822 | name: '上游水源', |
| 771 | 823 | type: '1', |
| 772 | - isbx:false, | |
| 824 | + isbx: false, | |
| 773 | 825 | cent: '', |
| 774 | - from:'name0' | |
| 826 | + from: 'name0' | |
| 775 | 827 | }, |
| 776 | 828 | ] |
| 777 | - }else if(text == '陆地水系/湖泊') { | |
| 829 | + } else if (text == '陆地水系/湖泊') { | |
| 778 | 830 | this.array5 = ['常年湖', '时令湖'] |
| 779 | 831 | this.array6 = ['淡水湖', '咸水湖'] |
| 780 | - this.newtextlist = [ | |
| 781 | - { | |
| 832 | + this.newtextlist = [{ | |
| 782 | 833 | name: '类型1', |
| 783 | 834 | type: '8', |
| 784 | - isbx:true, | |
| 835 | + isbx: true, | |
| 785 | 836 | cent: '', |
| 786 | - from:'name0' | |
| 837 | + from: 'name0' | |
| 787 | 838 | }, |
| 788 | 839 | { |
| 789 | 840 | name: '类型2', |
| 790 | 841 | type: '9', |
| 791 | - isbx:true, | |
| 842 | + isbx: true, | |
| 792 | 843 | cent: '', |
| 793 | - from:'name0' | |
| 844 | + from: 'name0' | |
| 794 | 845 | }, |
| 795 | 846 | { |
| 796 | 847 | name: '面(平方干米)', |
| 797 | 848 | type: '1', |
| 798 | - isbx:true, | |
| 849 | + isbx: true, | |
| 799 | 850 | cent: '', |
| 800 | - from:'name0' | |
| 851 | + from: 'name0' | |
| 801 | 852 | }, |
| 802 | 853 | { |
| 803 | 854 | name: '最大长度(千米)', |
| 804 | 855 | type: '1', |
| 805 | - isbx:false, | |
| 856 | + isbx: false, | |
| 806 | 857 | cent: '', |
| 807 | - from:'name0' | |
| 858 | + from: 'name0' | |
| 808 | 859 | }, |
| 809 | 860 | { |
| 810 | 861 | name: '最大宽度(千米)', |
| 811 | 862 | type: '1', |
| 812 | - isbx:false, | |
| 863 | + isbx: false, | |
| 813 | 864 | cent: '', |
| 814 | - from:'name0' | |
| 865 | + from: 'name0' | |
| 815 | 866 | }, |
| 816 | 867 | { |
| 817 | 868 | name: '平均水深(米)', |
| 818 | 869 | type: '1', |
| 819 | - isbx:false, | |
| 870 | + isbx: false, | |
| 820 | 871 | cent: '', |
| 821 | - from:'name0' | |
| 872 | + from: 'name0' | |
| 822 | 873 | }, |
| 823 | 874 | { |
| 824 | 875 | name: '最大水深(米)', |
| 825 | 876 | type: '1', |
| 826 | - isbx:false, | |
| 877 | + isbx: false, | |
| 827 | 878 | cent: '', |
| 828 | - from:'name0' | |
| 879 | + from: 'name0' | |
| 829 | 880 | }, |
| 830 | 881 | { |
| 831 | 882 | name: '主要水源', |
| 832 | 883 | type: '1', |
| 833 | - isbx:false, | |
| 884 | + isbx: false, | |
| 834 | 885 | cent: '', |
| 835 | - from:'name0' | |
| 886 | + from: 'name0' | |
| 836 | 887 | }, |
| 837 | 888 | ] |
| 838 | - }else if(text == '陆地水系/冰川') { | |
| 839 | - this.newtextlist = [ | |
| 840 | - { | |
| 889 | + } else if (text == '陆地水系/冰川') { | |
| 890 | + this.newtextlist = [{ | |
| 841 | 891 | name: '面积(平方千米)', |
| 842 | 892 | type: '1', |
| 843 | - isbx:false, | |
| 893 | + isbx: false, | |
| 844 | 894 | cent: '', |
| 845 | - from:'name0' | |
| 895 | + from: 'name0' | |
| 846 | 896 | }, |
| 847 | 897 | { |
| 848 | 898 | name: '长度(千米)', |
| 849 | 899 | type: '1', |
| 850 | - isbx:false, | |
| 900 | + isbx: false, | |
| 851 | 901 | cent: '', |
| 852 | - from:'name0' | |
| 902 | + from: 'name0' | |
| 853 | 903 | }, |
| 854 | 904 | { |
| 855 | 905 | name: '宽度(千米)', |
| 856 | 906 | type: '1', |
| 857 | - isbx:false, | |
| 907 | + isbx: false, | |
| 858 | 908 | cent: '', |
| 859 | - from:'name0' | |
| 909 | + from: 'name0' | |
| 860 | 910 | }, |
| 861 | 911 | { |
| 862 | 912 | name: '冰层厚度(米)', |
| 863 | 913 | type: '1', |
| 864 | - isbx:false, | |
| 914 | + isbx: false, | |
| 865 | 915 | cent: '', |
| 866 | - from:'name0' | |
| 916 | + from: 'name0' | |
| 867 | 917 | }, |
| 868 | 918 | { |
| 869 | 919 | name: '海拔(米)', |
| 870 | 920 | type: '1', |
| 871 | - isbx:false, | |
| 921 | + isbx: false, | |
| 872 | 922 | cent: '', |
| 873 | - from:'name0' | |
| 923 | + from: 'name0' | |
| 874 | 924 | }, |
| 875 | 925 | { |
| 876 | 926 | name: '所属山系', |
| 877 | 927 | type: '1', |
| 878 | - isbx:false, | |
| 928 | + isbx: false, | |
| 879 | 929 | cent: '', |
| 880 | - from:'name0' | |
| 930 | + from: 'name0' | |
| 881 | 931 | }, |
| 882 | 932 | ] |
| 883 | - }else if(text == '陆地水系/河流/河源') { | |
| 933 | + } else if (text == '陆地水系/河流/河源') { | |
| 884 | 934 | this.newtextlist = [] |
| 885 | - }else if(text == '陆地水系/河流/峡谷') { | |
| 886 | - this.newtextlist = [ | |
| 887 | - { | |
| 935 | + } else if (text == '陆地水系/河流/峡谷') { | |
| 936 | + this.newtextlist = [{ | |
| 888 | 937 | name: '长度(千米)', |
| 889 | 938 | type: '1', |
| 890 | - isbx:false, | |
| 939 | + isbx: false, | |
| 891 | 940 | cent: '', |
| 892 | - from:'name0' | |
| 941 | + from: 'name0' | |
| 893 | 942 | }, |
| 894 | 943 | { |
| 895 | 944 | name: '宽度(千米)', |
| 896 | 945 | type: '1', |
| 897 | - isbx:false, | |
| 946 | + isbx: false, | |
| 898 | 947 | cent: '', |
| 899 | - from:'name0' | |
| 948 | + from: 'name0' | |
| 900 | 949 | }, |
| 901 | 950 | { |
| 902 | 951 | name: '走向', |
| 903 | 952 | type: '1', |
| 904 | - isbx:false, | |
| 953 | + isbx: false, | |
| 905 | 954 | cent: '', |
| 906 | - from:'name0' | |
| 955 | + from: 'name0' | |
| 907 | 956 | }, |
| 908 | 957 | { |
| 909 | 958 | name: '所属山系', |
| 910 | 959 | type: '1', |
| 911 | - isbx:false, | |
| 960 | + isbx: false, | |
| 912 | 961 | cent: '', |
| 913 | - from:'name0' | |
| 962 | + from: 'name0' | |
| 914 | 963 | }, |
| 915 | 964 | { |
| 916 | 965 | name: '起点名', |
| 917 | 966 | type: '1', |
| 918 | - isbx:false, | |
| 967 | + isbx: false, | |
| 919 | 968 | cent: '', |
| 920 | - from:'name0' | |
| 969 | + from: 'name0' | |
| 921 | 970 | }, |
| 922 | 971 | { |
| 923 | 972 | name: '止点名', |
| 924 | 973 | type: '1', |
| 925 | - isbx:false, | |
| 974 | + isbx: false, | |
| 926 | 975 | cent: '', |
| 927 | - from:'name0' | |
| 976 | + from: 'name0' | |
| 928 | 977 | }, |
| 929 | 978 | { |
| 930 | 979 | name: '河流名', |
| 931 | 980 | type: '1', |
| 932 | - isbx:false, | |
| 933 | - cent: '', | |
| 934 | - from:'name0' | |
| 935 | - }, | |
| 936 | - ] | |
| 937 | - }else if(text == '陆地水系/河流/河滩') { | |
| 938 | - this.newtextlist = [ | |
| 939 | - { | |
| 940 | - name: '面积(平方千米)', | |
| 941 | - type: '1', | |
| 942 | - isbx:false, | |
| 981 | + isbx: false, | |
| 943 | 982 | cent: '', |
| 944 | - from:'name0' | |
| 983 | + from: 'name0' | |
| 945 | 984 | }, |
| 946 | 985 | ] |
| 947 | - }else if(text == '陆地水系/河流/阶地') { | |
| 948 | - this.newtextlist = [ | |
| 949 | - { | |
| 986 | + } else if (text == '陆地水系/河流/河滩') { | |
| 987 | + this.newtextlist = [{ | |
| 988 | + name: '面积(平方千米)', | |
| 989 | + type: '1', | |
| 990 | + isbx: false, | |
| 991 | + cent: '', | |
| 992 | + from: 'name0' | |
| 993 | + }, ] | |
| 994 | + } else if (text == '陆地水系/河流/阶地') { | |
| 995 | + this.newtextlist = [{ | |
| 950 | 996 | name: '高度(米)', |
| 951 | 997 | type: '1', |
| 952 | - isbx:false, | |
| 998 | + isbx: false, | |
| 953 | 999 | cent: '', |
| 954 | - from:'name0' | |
| 1000 | + from: 'name0' | |
| 955 | 1001 | }, |
| 956 | 1002 | { |
| 957 | 1003 | name: '阶地级数', |
| 958 | 1004 | type: '1', |
| 959 | - isbx:false, | |
| 1005 | + isbx: false, | |
| 960 | 1006 | cent: '', |
| 961 | - from:'name0' | |
| 1007 | + from: 'name0' | |
| 962 | 1008 | }, |
| 963 | 1009 | { |
| 964 | 1010 | name: '陡坎角度', |
| 965 | 1011 | type: '1', |
| 966 | - isbx:false, | |
| 1012 | + isbx: false, | |
| 967 | 1013 | cent: '', |
| 968 | - from:'name0' | |
| 1014 | + from: 'name0' | |
| 969 | 1015 | }, |
| 970 | 1016 | { |
| 971 | 1017 | name: '所属河流', |
| 972 | 1018 | type: '1', |
| 973 | - isbx:false, | |
| 974 | - cent: '', | |
| 975 | - from:'name0' | |
| 976 | - }, | |
| 977 | - ] | |
| 978 | - }else if(text == '陆地水系/河流/河湾') { | |
| 979 | - this.newtextlist = [ | |
| 980 | - { | |
| 981 | - name: '所在河流', | |
| 982 | - type: '1', | |
| 983 | - isbx:false, | |
| 984 | - cent: '', | |
| 985 | - from:'name0' | |
| 986 | - } | |
| 987 | - ] | |
| 988 | - }else if(text == '陆地水系/河流/河口') { | |
| 989 | - this.array5 = ['滨海', '滨湖','滨河'] | |
| 990 | - this.newtextlist = [ | |
| 991 | - { | |
| 992 | - name: '类型', | |
| 993 | - type: '8', | |
| 994 | - isbx:true, | |
| 1019 | + isbx: false, | |
| 995 | 1020 | cent: '', |
| 996 | - from:'name0' | |
| 1021 | + from: 'name0' | |
| 997 | 1022 | }, |
| 998 | 1023 | ] |
| 999 | - }else if(text == '陆地水系/河流/三角洲') { | |
| 1000 | - this.array5 = ['滨海', '滨湖','滨河'] | |
| 1001 | - this.newtextlist = [ | |
| 1002 | - { | |
| 1024 | + } else if (text == '陆地水系/河流/河湾') { | |
| 1025 | + this.newtextlist = [{ | |
| 1026 | + name: '所在河流', | |
| 1027 | + type: '1', | |
| 1028 | + isbx: false, | |
| 1029 | + cent: '', | |
| 1030 | + from: 'name0' | |
| 1031 | + }] | |
| 1032 | + } else if (text == '陆地水系/河流/河口') { | |
| 1033 | + this.array5 = ['滨海', '滨湖', '滨河'] | |
| 1034 | + this.newtextlist = [{ | |
| 1035 | + name: '类型', | |
| 1036 | + type: '8', | |
| 1037 | + isbx: true, | |
| 1038 | + cent: '', | |
| 1039 | + from: 'name0' | |
| 1040 | + }, ] | |
| 1041 | + } else if (text == '陆地水系/河流/三角洲') { | |
| 1042 | + this.array5 = ['滨海', '滨湖', '滨河'] | |
| 1043 | + this.newtextlist = [{ | |
| 1003 | 1044 | name: '类型', |
| 1004 | 1045 | type: '8', |
| 1005 | - isbx:true, | |
| 1046 | + isbx: true, | |
| 1006 | 1047 | cent: '', |
| 1007 | - from:'name0' | |
| 1048 | + from: 'name0' | |
| 1008 | 1049 | }, |
| 1009 | 1050 | { |
| 1010 | 1051 | name: '面积(平方千米)', |
| 1011 | 1052 | type: '1', |
| 1012 | - isbx:true, | |
| 1053 | + isbx: true, | |
| 1013 | 1054 | cent: '', |
| 1014 | - from:'name0' | |
| 1055 | + from: 'name0' | |
| 1015 | 1056 | }, |
| 1016 | 1057 | { |
| 1017 | 1058 | name: '海拔(米)', |
| 1018 | 1059 | type: '1', |
| 1019 | - isbx:false, | |
| 1060 | + isbx: false, | |
| 1020 | 1061 | cent: '', |
| 1021 | - from:'name0' | |
| 1062 | + from: 'name0' | |
| 1022 | 1063 | }, |
| 1023 | 1064 | ] |
| 1024 | - }else if(text == '陆地水系/河流/本级') { | |
| 1065 | + } else if (text == '陆地水系/河流/本级') { | |
| 1025 | 1066 | this.array5 = ['内流河', '外流河'] |
| 1026 | 1067 | this.array6 = ['地上河', '地下河'] |
| 1027 | 1068 | this.array7 = ['常年河', '季节河'] |
| 1028 | - this.newtextlist = [ | |
| 1029 | - { | |
| 1069 | + this.newtextlist = [{ | |
| 1030 | 1070 | name: '长度(千米)', |
| 1031 | 1071 | type: '1', |
| 1032 | - isbx:true, | |
| 1072 | + isbx: true, | |
| 1033 | 1073 | cent: '', |
| 1034 | - from:'name0' | |
| 1074 | + from: 'name0' | |
| 1035 | 1075 | }, |
| 1036 | 1076 | { |
| 1037 | 1077 | name: '流域面积(平方千米)', |
| 1038 | 1078 | type: '1', |
| 1039 | - isbx:false, | |
| 1079 | + isbx: false, | |
| 1040 | 1080 | cent: '', |
| 1041 | - from:'name0' | |
| 1081 | + from: 'name0' | |
| 1042 | 1082 | }, |
| 1043 | 1083 | { |
| 1044 | 1084 | name: '主要支流', |
| 1045 | 1085 | type: '1', |
| 1046 | - isbx:false, | |
| 1086 | + isbx: false, | |
| 1047 | 1087 | cent: '', |
| 1048 | - from:'name0' | |
| 1088 | + from: 'name0' | |
| 1049 | 1089 | }, |
| 1050 | 1090 | { |
| 1051 | 1091 | name: '河流级别', |
| 1052 | 1092 | type: '1', |
| 1053 | - isbx:true, | |
| 1093 | + isbx: true, | |
| 1054 | 1094 | cent: '', |
| 1055 | - from:'name0' | |
| 1095 | + from: 'name0' | |
| 1056 | 1096 | }, |
| 1057 | 1097 | { |
| 1058 | 1098 | name: '河流类别1', |
| 1059 | 1099 | type: '8', |
| 1060 | - isbx:true, | |
| 1100 | + isbx: true, | |
| 1061 | 1101 | cent: '', |
| 1062 | - from:'name0' | |
| 1102 | + from: 'name0' | |
| 1063 | 1103 | }, |
| 1064 | 1104 | { |
| 1065 | 1105 | name: '河流类别2', |
| 1066 | 1106 | type: '9', |
| 1067 | - isbx:true, | |
| 1107 | + isbx: true, | |
| 1068 | 1108 | cent: '', |
| 1069 | - from:'name0' | |
| 1109 | + from: 'name0' | |
| 1070 | 1110 | }, |
| 1071 | 1111 | { |
| 1072 | 1112 | name: '河流类别3', |
| 1073 | 1113 | type: '10', |
| 1074 | - isbx:true, | |
| 1114 | + isbx: true, | |
| 1075 | 1115 | cent: '', |
| 1076 | - from:'name0' | |
| 1116 | + from: 'name0' | |
| 1077 | 1117 | }, |
| 1078 | 1118 | { |
| 1079 | 1119 | name: '主要水文站', |
| 1080 | 1120 | type: '1', |
| 1081 | - isbx:false, | |
| 1121 | + isbx: false, | |
| 1082 | 1122 | cent: '', |
| 1083 | - from:'name0' | |
| 1123 | + from: 'name0' | |
| 1084 | 1124 | }, |
| 1085 | 1125 | { |
| 1086 | 1126 | name: '径流量(立方米/秒)', |
| 1087 | 1127 | type: '1', |
| 1088 | - isbx:false, | |
| 1128 | + isbx: false, | |
| 1089 | 1129 | cent: '', |
| 1090 | - from:'name0' | |
| 1130 | + from: 'name0' | |
| 1091 | 1131 | }, |
| 1092 | 1132 | ] |
| 1093 | - }else if(text == '陆地水系/陆地岛屿/矶' || text == '陆地水系/陆地岛屿/湖岛' || text == '陆地水系/陆地岛屿/洲河岛') { | |
| 1133 | + } else if (text == '陆地水系/陆地岛屿/矶' || text == '陆地水系/陆地岛屿/湖岛' || text == '陆地水系/陆地岛屿/洲河岛') { | |
| 1094 | 1134 | this.array5 = ['基岩', '冲洪积'] |
| 1095 | - this.newtextlist = [ | |
| 1096 | - { | |
| 1135 | + this.newtextlist = [{ | |
| 1097 | 1136 | name: '类型', |
| 1098 | 1137 | type: '8', |
| 1099 | - isbx:true, | |
| 1138 | + isbx: true, | |
| 1100 | 1139 | cent: '', |
| 1101 | - from:'name0' | |
| 1140 | + from: 'name0' | |
| 1102 | 1141 | }, |
| 1103 | 1142 | { |
| 1104 | 1143 | name: '面积(平方千米)', |
| 1105 | 1144 | type: '1', |
| 1106 | - isbx:true, | |
| 1145 | + isbx: true, | |
| 1107 | 1146 | cent: '', |
| 1108 | - from:'name0' | |
| 1147 | + from: 'name0' | |
| 1109 | 1148 | }, |
| 1110 | 1149 | { |
| 1111 | 1150 | name: '近陆距离(千米)', |
| 1112 | 1151 | type: '1', |
| 1113 | - isbx:false, | |
| 1152 | + isbx: false, | |
| 1114 | 1153 | cent: '', |
| 1115 | - from:'name0' | |
| 1154 | + from: 'name0' | |
| 1116 | 1155 | }, |
| 1117 | 1156 | { |
| 1118 | 1157 | name: '植被覆盖率(%)', |
| 1119 | 1158 | type: '1', |
| 1120 | - isbx:false, | |
| 1159 | + isbx: false, | |
| 1121 | 1160 | cent: '', |
| 1122 | - from:'name0' | |
| 1161 | + from: 'name0' | |
| 1123 | 1162 | }, |
| 1124 | 1163 | ] |
| 1125 | 1164 | } |
| 1126 | - this.newtextlist.push( | |
| 1127 | - { | |
| 1128 | - name: '所在(跨) 行政区', | |
| 1129 | - type: '1', | |
| 1130 | - isbx:true, | |
| 1131 | - cent: '', | |
| 1132 | - from:'name'+this.newtextlist.length | |
| 1133 | - }, | |
| 1134 | - ) | |
| 1135 | - this.newtextlist.push( | |
| 1136 | - { | |
| 1137 | - name: '其他信息', | |
| 1138 | - type: '5', | |
| 1139 | - isbx:false, | |
| 1140 | - cent: '', | |
| 1141 | - from:'name'+this.newtextlist.length | |
| 1142 | - }, | |
| 1143 | - ) | |
| 1144 | - console.log(this.newtextlist) | |
| 1145 | - }, | |
| 1146 | - bindPickerChange1: function(e, e1,e2) { | |
| 1147 | - console.log('picker发送选择改变,携带值为', e, e1,e2) | |
| 1148 | - this.textlist[e1].cent = this[e2][e.detail.value] | |
| 1149 | - }, | |
| 1150 | - bindPickerChange3: function(e, e1,e2) { | |
| 1151 | - console.log('picker发送选择改变,携带值为', e, e1,e2) | |
| 1152 | - this.newtextlist[e1].cent = this[e2][e.detail.value] | |
| 1153 | - }, | |
| 1154 | - openaddress(e) { | |
| 1155 | - let that = this | |
| 1156 | - // 用户已经同意小程序使用录音功能,后续调用 wx.startRecord 接口不会弹窗询问 | |
| 1157 | - wx.chooseLocation({ | |
| 1158 | - success: function(res) { | |
| 1159 | - that.textlist[e].cent = res.address | |
| 1160 | - that.textlist[e].latitude = res.latitude | |
| 1161 | - that.textlist[e].longitude = res.longitude | |
| 1162 | - console.log(res) | |
| 1163 | - }, | |
| 1164 | - fail(err) { | |
| 1165 | - console.log(err) | |
| 1166 | - } | |
| 1167 | - }); | |
| 1168 | - }, | |
| 1169 | - // picker的列发生变化时 | |
| 1170 | - columnChange(e) { | |
| 1171 | - // column列索引(0-第一列) value是列中数组索引 | |
| 1172 | - this.updatelist(parseInt(e.target.column), parseInt(e.target.value)) | |
| 1173 | - }, | |
| 1174 | - updatelist(col, idx) { | |
| 1175 | - console.log(col,idx) | |
| 1176 | - let data = this.lbbox | |
| 1177 | - let list = this.array1 // 视图渲染 | |
| 1178 | - list[0] = data[0] // picker的第一列数据 | |
| 1179 | - // 当第一列变化时 | |
| 1180 | - if (col == 0) { | |
| 1181 | - // 更新第二列的数据 | |
| 1182 | - list[1] = list[0][idx]?data[1].filter(ele => ele.pid == list[0][idx].id):[] | |
| 1183 | - // 更新第三列的数据 | |
| 1184 | - list[2] = list[1][0]?data[2].filter(ele => ele.pid == list[1][0].id):[] | |
| 1185 | - list[3] = list[2][0]?data[3].filter(ele => ele.pid == list[2][0].id):[] | |
| 1186 | - this.idx = [idx, 0, 0,0] | |
| 1187 | - } | |
| 1188 | - // 当第二列变化时 | |
| 1189 | - if (col == 1) { | |
| 1190 | - // 只用更新第三列数据 | |
| 1191 | - list[2] = list[1][idx]?data[2].filter(ele => ele.pid == list[1][idx].id):[] | |
| 1192 | - list[3] = list[2][0]?data[3].filter(ele => ele.pid == list[2][0].id):[] | |
| 1193 | - this.idx = [this.idx[0], idx, 0,0] | |
| 1165 | + | |
| 1166 | + if (text == '居民点/农林牧场点' || text == '居民点/工矿点' || text == '居民点/农村居民点' || text == '居民点/城镇居民点') { | |
| 1167 | + this.array5 = ['城镇', '农村', '工矿点', '农林牧场'] | |
| 1168 | + this.newtextlist = [{ | |
| 1169 | + name: '类型', | |
| 1170 | + type: '8', | |
| 1171 | + isbx: true, | |
| 1172 | + cent: '', | |
| 1173 | + from: 'name0' | |
| 1174 | + }, | |
| 1175 | + { | |
| 1176 | + name: '长途电话区号', | |
| 1177 | + type: '1', | |
| 1178 | + isbx: false, | |
| 1179 | + cent: '', | |
| 1180 | + from: 'name0' | |
| 1181 | + }, | |
| 1182 | + { | |
| 1183 | + name: '邮政编码', | |
| 1184 | + type: '1', | |
| 1185 | + isbx: true, | |
| 1186 | + cent: '', | |
| 1187 | + from: 'name0' | |
| 1188 | + }, | |
| 1189 | + { | |
| 1190 | + name: '面积(平方千米)', | |
| 1191 | + type: '1', | |
| 1192 | + isbx: false, | |
| 1193 | + cent: '', | |
| 1194 | + from: 'name0' | |
| 1195 | + }, | |
| 1196 | + { | |
| 1197 | + name: '人口(人)', | |
| 1198 | + type: '1', | |
| 1199 | + isbx: false, | |
| 1200 | + cent: '', | |
| 1201 | + from: 'name0' | |
| 1202 | + }, | |
| 1203 | + ] | |
| 1194 | 1204 | } |
| 1195 | - // 当第三列变化时 | |
| 1196 | - if (col == 2) { | |
| 1197 | - // 只用更新第三列数据 | |
| 1198 | - list[3] = list[2][idx]?data[3].filter(ele => ele.pid == list[2][idx].id):[] | |
| 1199 | - this.idx = [this.idx[0],this.idx[1],idx,0] | |
| 1205 | + | |
| 1206 | + if (text == '单位/企业' || text == '单位/事业单位' || text == '单位/民间组织' || text == '单位/党政机关') { | |
| 1207 | + this.newtextlist = [{ | |
| 1208 | + name: '地址', | |
| 1209 | + type: '1', | |
| 1210 | + isbx: true, | |
| 1211 | + cent: '', | |
| 1212 | + from: 'name0' | |
| 1213 | + }, | |
| 1214 | + { | |
| 1215 | + name: '所属行业', | |
| 1216 | + type: '1', | |
| 1217 | + isbx: false, | |
| 1218 | + cent: '', | |
| 1219 | + from: 'name0' | |
| 1220 | + }, | |
| 1221 | + { | |
| 1222 | + name: '联系电话', | |
| 1223 | + type: '1', | |
| 1224 | + isbx: false, | |
| 1225 | + cent: '', | |
| 1226 | + from: 'name0' | |
| 1227 | + }, | |
| 1228 | + { | |
| 1229 | + name: '邮政编码', | |
| 1230 | + type: '1', | |
| 1231 | + isbx: true, | |
| 1232 | + cent: '', | |
| 1233 | + from: 'name0' | |
| 1234 | + }, | |
| 1235 | + { | |
| 1236 | + name: '业务范围', | |
| 1237 | + type: '5', | |
| 1238 | + isbx: false, | |
| 1239 | + cent: '', | |
| 1240 | + from: 'name0' | |
| 1241 | + }, | |
| 1242 | + { | |
| 1243 | + name: '单位网址', | |
| 1244 | + type: '1', | |
| 1245 | + isbx: false, | |
| 1246 | + cent: '', | |
| 1247 | + from: 'name0' | |
| 1248 | + }, | |
| 1249 | + ] | |
| 1200 | 1250 | } |
| 1201 | - // 更新list,更新picker视图 | |
| 1202 | - this.array1 = list | |
| 1203 | - } | |
| 1204 | - } | |
| 1205 | - } | |
| 1206 | -</script> | |
| 1207 | 1251 | |
| 1208 | -<style scoped lang="scss"> | |
| 1209 | - .uni-input1 { | |
| 1210 | - color:#3d3d3d; | |
| 1211 | - // font-weight: bold; | |
| 1252 | + if (text == '群众自治组织/社区居委会' || text == '群众自治组织/村民居委会') { | |
| 1253 | + this.newtextlist = [{ | |
| 1254 | + name: '长途电话区号', | |
| 1255 | + type: '1', | |
| 1256 | + isbx: false, | |
| 1257 | + cent: '', | |
| 1258 | + from: 'name0' | |
| 1259 | + }, | |
| 1260 | + { | |
| 1261 | + name: '联系电话', | |
| 1262 | + type: '1', | |
| 1263 | + isbx: false, | |
| 1264 | + cent: '', | |
| 1265 | + from: 'name0' | |
| 1266 | + }, | |
| 1267 | + { | |
| 1268 | + name: '邮政编码', | |
| 1269 | + type: '1', | |
| 1270 | + isbx: true, | |
| 1271 | + cent: '', | |
| 1272 | + from: 'name0' | |
| 1273 | + }, | |
| 1274 | + { | |
| 1275 | + name: '面积(平方千米)', | |
| 1276 | + type: '1', | |
| 1277 | + isbx: false, | |
| 1278 | + cent: '', | |
| 1279 | + from: 'name0' | |
| 1280 | + }, | |
| 1281 | + { | |
| 1282 | + name: '人口(人)', | |
| 1283 | + type: '1', | |
| 1284 | + isbx: false, | |
| 1285 | + cent: '', | |
| 1286 | + from: 'name0' | |
| 1287 | + }, | |
| 1288 | + ] | |
| 1289 | + } | |
| 1212 | 1290 | |
| 1213 | - } | |
| 1214 | - .uni-input2 { | |
| 1215 | - color: #909090; | |
| 1291 | + if (text == '行政区域/乡级行政区' || text == '行政区域/县级行政区' || text == '行政区域/地级行政区' || text == '行政区域/省级行政区') { | |
| 1292 | + this.array5 = ['省', '自治区', '直辖市', '特别行政区'] | |
| 1293 | + this.array6 = ['省级', '地级', '县级', '乡级'] | |
| 1294 | + this.newtextlist = [{ | |
| 1295 | + name: '行政区划单位', | |
| 1296 | + type: '8', | |
| 1297 | + isbx: true, | |
| 1298 | + cent: '', | |
| 1299 | + from: 'name0' | |
| 1300 | + }, | |
| 1301 | + { | |
| 1302 | + name: '行政级别', | |
| 1303 | + type: '9', | |
| 1304 | + isbx: true, | |
| 1305 | + cent: '', | |
| 1306 | + from: 'name0' | |
| 1307 | + }, | |
| 1308 | + { | |
| 1309 | + name: '行政区划代码', | |
| 1310 | + type: '1', | |
| 1311 | + isbx: true, | |
| 1312 | + cent: '', | |
| 1313 | + from: 'name0' | |
| 1314 | + }, | |
| 1315 | + { | |
| 1316 | + name: '政府驻地', | |
| 1317 | + type: '1', | |
| 1318 | + isbx: true, | |
| 1319 | + cent: '', | |
| 1320 | + from: 'name0' | |
| 1321 | + }, | |
| 1322 | + { | |
| 1323 | + name: '政府网址', | |
| 1324 | + type: '1', | |
| 1325 | + isbx: false, | |
| 1326 | + cent: '', | |
| 1327 | + from: 'name0' | |
| 1328 | + }, | |
| 1329 | + { | |
| 1330 | + name: '上一级政区', | |
| 1331 | + type: '1', | |
| 1332 | + isbx: false, | |
| 1333 | + cent: '', | |
| 1334 | + from: 'name0' | |
| 1335 | + }, | |
| 1336 | + { | |
| 1337 | + name: '下一级政区', | |
| 1338 | + type: '1', | |
| 1339 | + isbx: false, | |
| 1340 | + cent: '', | |
| 1341 | + from: 'name0' | |
| 1342 | + }, | |
| 1343 | + { | |
| 1344 | + name: '总面积(平方千米)', | |
| 1345 | + type: '1', | |
| 1346 | + isbx: false, | |
| 1347 | + cent: '', | |
| 1348 | + from: 'name0' | |
| 1349 | + }, | |
| 1350 | + { | |
| 1351 | + name: '总人口(万人)', | |
| 1352 | + type: '1', | |
| 1353 | + isbx: false, | |
| 1354 | + cent: '', | |
| 1355 | + from: 'name0' | |
| 1356 | + }, | |
| 1357 | + { | |
| 1358 | + name: '政区的历史沿革', | |
| 1359 | + type: '1', | |
| 1360 | + isbx: false, | |
| 1361 | + cent: '', | |
| 1362 | + from: 'name0' | |
| 1363 | + }, | |
| 1364 | + ] | |
| 1365 | + } | |
| 1366 | + | |
| 1367 | + if (text == '交通运输设施/水上运输/渡口') { | |
| 1368 | + this.newtextlist = [{ | |
| 1369 | + name: '年客运量(万人)', | |
| 1370 | + type: '1', | |
| 1371 | + isbx: false, | |
| 1372 | + cent: '', | |
| 1373 | + from: 'name0' | |
| 1374 | + }, | |
| 1375 | + { | |
| 1376 | + name: '渡程长度(米)', | |
| 1377 | + type: '1', | |
| 1378 | + isbx: false, | |
| 1379 | + cent: '', | |
| 1380 | + from: 'name0' | |
| 1381 | + }, | |
| 1382 | + { | |
| 1383 | + name: '平均深度(米)', | |
| 1384 | + type: '1', | |
| 1385 | + isbx: false, | |
| 1386 | + cent: '', | |
| 1387 | + from: 'name0' | |
| 1388 | + }, | |
| 1389 | + { | |
| 1390 | + name: '最大深度(米)', | |
| 1391 | + type: '1', | |
| 1392 | + isbx: false, | |
| 1393 | + cent: '', | |
| 1394 | + from: 'name0' | |
| 1395 | + }, | |
| 1396 | + ] | |
| 1397 | + } else if (text == '交通运输设施/水上运输/船闸升船机站') { | |
| 1398 | + this.array5 = ['单级', '多级'] | |
| 1399 | + this.newtextlist = [{ | |
| 1400 | + name: '类型', | |
| 1401 | + type: '8', | |
| 1402 | + isbx: true, | |
| 1403 | + cent: '', | |
| 1404 | + from: 'name0' | |
| 1405 | + }, | |
| 1406 | + { | |
| 1407 | + name: '所在水域', | |
| 1408 | + type: '1', | |
| 1409 | + isbx: false, | |
| 1410 | + cent: '', | |
| 1411 | + from: 'name0' | |
| 1412 | + }, | |
| 1413 | + { | |
| 1414 | + name: '平均水深(米)', | |
| 1415 | + type: '1', | |
| 1416 | + isbx: false, | |
| 1417 | + cent: '', | |
| 1418 | + from: 'name0' | |
| 1419 | + }, | |
| 1420 | + { | |
| 1421 | + name: '最大水深(米)', | |
| 1422 | + type: '1', | |
| 1423 | + isbx: false, | |
| 1424 | + cent: '', | |
| 1425 | + from: 'name0' | |
| 1426 | + }, | |
| 1427 | + { | |
| 1428 | + name: '始建时间', | |
| 1429 | + type: '1', | |
| 1430 | + isbx: false, | |
| 1431 | + cent: '', | |
| 1432 | + from: 'name0' | |
| 1433 | + }, | |
| 1434 | + { | |
| 1435 | + name: '建成时间', | |
| 1436 | + type: '1', | |
| 1437 | + isbx: false, | |
| 1438 | + cent: '', | |
| 1439 | + from: 'name0' | |
| 1440 | + }, | |
| 1441 | + ] | |
| 1442 | + } else if (text == '交通运输设施/水上运输/河港' || text == '交通运输设施/水上运输/海港') { | |
| 1443 | + this.array5 = ['海港', '河港', '湖港'] | |
| 1444 | + this.newtextlist = [{ | |
| 1445 | + name: '类型', | |
| 1446 | + type: '8', | |
| 1447 | + isbx: true, | |
| 1448 | + cent: '', | |
| 1449 | + from: 'name0' | |
| 1450 | + }, | |
| 1451 | + { | |
| 1452 | + name: '泊位(个)', | |
| 1453 | + type: '1', | |
| 1454 | + isbx: false, | |
| 1455 | + cent: '', | |
| 1456 | + from: 'name0' | |
| 1457 | + }, | |
| 1458 | + { | |
| 1459 | + name: '年客运量(万人)', | |
| 1460 | + type: '1', | |
| 1461 | + isbx: false, | |
| 1462 | + cent: '', | |
| 1463 | + from: 'name0' | |
| 1464 | + }, | |
| 1465 | + { | |
| 1466 | + name: '年货运量(万吨)', | |
| 1467 | + type: '1', | |
| 1468 | + isbx: false, | |
| 1469 | + cent: '', | |
| 1470 | + from: 'name0' | |
| 1471 | + }, | |
| 1472 | + { | |
| 1473 | + name: '岸线长(米)', | |
| 1474 | + type: '1', | |
| 1475 | + isbx: false, | |
| 1476 | + cent: '', | |
| 1477 | + from: 'name0' | |
| 1478 | + }, | |
| 1479 | + { | |
| 1480 | + name: '所在水域', | |
| 1481 | + type: '1', | |
| 1482 | + isbx: false, | |
| 1483 | + cent: '', | |
| 1484 | + from: 'name0' | |
| 1485 | + }, | |
| 1486 | + { | |
| 1487 | + name: '始建时间', | |
| 1488 | + type: '1', | |
| 1489 | + isbx: false, | |
| 1490 | + cent: '', | |
| 1491 | + from: 'name0' | |
| 1492 | + }, | |
| 1493 | + { | |
| 1494 | + name: '建成时间', | |
| 1495 | + type: '1', | |
| 1496 | + isbx: false, | |
| 1497 | + cent: '', | |
| 1498 | + from: 'name0' | |
| 1499 | + } | |
| 1500 | + ] | |
| 1501 | + } else if (text == '交通运输设施/水上运输/锚地') { | |
| 1502 | + this.newtextlist = [{ | |
| 1503 | + name: '面积(平方米)', | |
| 1504 | + type: '1', | |
| 1505 | + isbx: false, | |
| 1506 | + cent: '', | |
| 1507 | + from: 'name0' | |
| 1508 | + }, | |
| 1509 | + { | |
| 1510 | + name: '锚位(个)', | |
| 1511 | + type: '1', | |
| 1512 | + isbx: false, | |
| 1513 | + cent: '', | |
| 1514 | + from: 'name0' | |
| 1515 | + }, | |
| 1516 | + { | |
| 1517 | + name: '所在水域', | |
| 1518 | + type: '1', | |
| 1519 | + isbx: false, | |
| 1520 | + cent: '', | |
| 1521 | + from: 'name0' | |
| 1522 | + }, | |
| 1523 | + { | |
| 1524 | + name: '始建时间', | |
| 1525 | + type: '1', | |
| 1526 | + isbx: false, | |
| 1527 | + cent: '', | |
| 1528 | + from: 'name0' | |
| 1529 | + }, | |
| 1530 | + { | |
| 1531 | + name: '建成时间', | |
| 1532 | + type: '1', | |
| 1533 | + isbx: false, | |
| 1534 | + cent: '', | |
| 1535 | + from: 'name0' | |
| 1536 | + }, | |
| 1537 | + ] | |
| 1538 | + } | |
| 1539 | + | |
| 1540 | + if (text == '交通运输设施/公路运输/收费站') { | |
| 1541 | + this.newtextlist = [{ | |
| 1542 | + name: '所在道路', | |
| 1543 | + type: '1', | |
| 1544 | + isbx: false, | |
| 1545 | + cent: '', | |
| 1546 | + from: 'name0' | |
| 1547 | + }, | |
| 1548 | + { | |
| 1549 | + name: '始建时间', | |
| 1550 | + type: '1', | |
| 1551 | + isbx: false, | |
| 1552 | + cent: '', | |
| 1553 | + from: 'name0' | |
| 1554 | + }, | |
| 1555 | + { | |
| 1556 | + name: '建成时间', | |
| 1557 | + type: '1', | |
| 1558 | + isbx: false, | |
| 1559 | + cent: '', | |
| 1560 | + from: 'name0' | |
| 1561 | + }, | |
| 1562 | + ] | |
| 1563 | + } else if (text == '交通运输设施/公路运输/长途汽车站') { | |
| 1564 | + | |
| 1565 | + this.newtextlist = [ | |
| 1566 | + | |
| 1567 | + { | |
| 1568 | + name: '年客运量(万人)', | |
| 1569 | + type: '1', | |
| 1570 | + isbx: false, | |
| 1571 | + cent: '', | |
| 1572 | + from: 'name0' | |
| 1573 | + }, | |
| 1574 | + { | |
| 1575 | + name: '年货运量(万吨)', | |
| 1576 | + type: '1', | |
| 1577 | + isbx: false, | |
| 1578 | + cent: '', | |
| 1579 | + from: 'name0' | |
| 1580 | + }, | |
| 1581 | + { | |
| 1582 | + name: '占地面积(平方米)', | |
| 1583 | + type: '1', | |
| 1584 | + isbx: false, | |
| 1585 | + cent: '', | |
| 1586 | + from: 'name0' | |
| 1587 | + }, | |
| 1588 | + { | |
| 1589 | + name: '始建时间', | |
| 1590 | + type: '1', | |
| 1591 | + isbx: false, | |
| 1592 | + cent: '', | |
| 1593 | + from: 'name0' | |
| 1594 | + }, | |
| 1595 | + { | |
| 1596 | + name: '建成时间', | |
| 1597 | + type: '1', | |
| 1598 | + isbx: false, | |
| 1599 | + cent: '', | |
| 1600 | + from: 'name0' | |
| 1601 | + }, | |
| 1602 | + ] | |
| 1603 | + } else if (text == '交通运输设施/公路运输/公路/专用' || text == '交通运输设施/公路运输/公路/乡道' || text == '交通运输设施/公路运输/公路/县道' || | |
| 1604 | + text == '交通运输设施/公路运输/公路/省道' || text == '交通运输设施/公路运输/公路/国道') { | |
| 1605 | + this.array5 = ['国道', '省道', '县道', '乡道'] | |
| 1606 | + this.array6 = ['高速', '一级', '二级', '三级'] | |
| 1607 | + this.newtextlist = [{ | |
| 1608 | + name: '类型', | |
| 1609 | + type: '8', | |
| 1610 | + isbx: true, | |
| 1611 | + cent: '', | |
| 1612 | + from: 'name0' | |
| 1613 | + }, | |
| 1614 | + { | |
| 1615 | + name: '等级', | |
| 1616 | + type: '9', | |
| 1617 | + isbx: true, | |
| 1618 | + cent: '', | |
| 1619 | + from: 'name0' | |
| 1620 | + }, | |
| 1621 | + { | |
| 1622 | + name: '起点', | |
| 1623 | + type: '1', | |
| 1624 | + isbx: false, | |
| 1625 | + cent: '', | |
| 1626 | + from: 'name0' | |
| 1627 | + }, | |
| 1628 | + { | |
| 1629 | + name: '止点', | |
| 1630 | + type: '1', | |
| 1631 | + isbx: false, | |
| 1632 | + cent: '', | |
| 1633 | + from: 'name0' | |
| 1634 | + }, | |
| 1635 | + { | |
| 1636 | + name: '长度(千米)', | |
| 1637 | + type: '1', | |
| 1638 | + isbx: false, | |
| 1639 | + cent: '', | |
| 1640 | + from: 'name0' | |
| 1641 | + }, | |
| 1642 | + { | |
| 1643 | + name: '宽度(米)', | |
| 1644 | + type: '1', | |
| 1645 | + isbx: false, | |
| 1646 | + cent: '', | |
| 1647 | + from: 'name0' | |
| 1648 | + }, | |
| 1649 | + { | |
| 1650 | + name: '沿途重要地理实体', | |
| 1651 | + type: '1', | |
| 1652 | + isbx: false, | |
| 1653 | + cent: '', | |
| 1654 | + from: 'name0' | |
| 1655 | + }, | |
| 1656 | + { | |
| 1657 | + name: '始建时间', | |
| 1658 | + type: '1', | |
| 1659 | + isbx: false, | |
| 1660 | + cent: '', | |
| 1661 | + from: 'name0' | |
| 1662 | + }, | |
| 1663 | + { | |
| 1664 | + name: '建成时间', | |
| 1665 | + type: '1', | |
| 1666 | + isbx: false, | |
| 1667 | + cent: '', | |
| 1668 | + from: 'name0' | |
| 1669 | + } | |
| 1670 | + ] | |
| 1671 | + } | |
| 1672 | + | |
| 1673 | + if (text == '交通运输设施/铁路运输/道口') { | |
| 1674 | + this.newtextlist = [{ | |
| 1675 | + name: '所在线路', | |
| 1676 | + type: '1', | |
| 1677 | + isbx: false, | |
| 1678 | + cent: '', | |
| 1679 | + from: 'name0' | |
| 1680 | + }, | |
| 1681 | + { | |
| 1682 | + name: '始建时间', | |
| 1683 | + type: '1', | |
| 1684 | + isbx: false, | |
| 1685 | + cent: '', | |
| 1686 | + from: 'name0' | |
| 1687 | + }, | |
| 1688 | + { | |
| 1689 | + name: '建成时间', | |
| 1690 | + type: '1', | |
| 1691 | + isbx: false, | |
| 1692 | + cent: '', | |
| 1693 | + from: 'name0' | |
| 1694 | + }, | |
| 1695 | + ] | |
| 1696 | + } else if (text == '交通运输设施/铁路运输/火车站') { | |
| 1697 | + this.array5 = ['客运', '货运', '客货混合运'] | |
| 1698 | + this.newtextlist = [{ | |
| 1699 | + name: '类型', | |
| 1700 | + type: '8', | |
| 1701 | + isbx: true, | |
| 1702 | + cent: '', | |
| 1703 | + from: 'name0' | |
| 1704 | + }, | |
| 1705 | + { | |
| 1706 | + name: '年客运量(万人)', | |
| 1707 | + type: '1', | |
| 1708 | + isbx: false, | |
| 1709 | + cent: '', | |
| 1710 | + from: 'name0' | |
| 1711 | + }, | |
| 1712 | + { | |
| 1713 | + name: '年货运量(万吨)', | |
| 1714 | + type: '1', | |
| 1715 | + isbx: false, | |
| 1716 | + cent: '', | |
| 1717 | + from: 'name0' | |
| 1718 | + }, | |
| 1719 | + { | |
| 1720 | + name: '占地面积(平方米)', | |
| 1721 | + type: '1', | |
| 1722 | + isbx: false, | |
| 1723 | + cent: '', | |
| 1724 | + from: 'name0' | |
| 1725 | + }, | |
| 1726 | + { | |
| 1727 | + name: '始建时间', | |
| 1728 | + type: '1', | |
| 1729 | + isbx: false, | |
| 1730 | + cent: '', | |
| 1731 | + from: 'name0' | |
| 1732 | + }, | |
| 1733 | + { | |
| 1734 | + name: '建成时间', | |
| 1735 | + type: '1', | |
| 1736 | + isbx: false, | |
| 1737 | + cent: '', | |
| 1738 | + from: 'name0' | |
| 1739 | + }, | |
| 1740 | + ] | |
| 1741 | + } else if (text == '交通运输设施/铁路运输/铁路') { | |
| 1742 | + this.array5 = ['单线', '复线'] | |
| 1743 | + this.array6 = ['普通线路', '客运专线'] | |
| 1744 | + this.newtextlist = [{ | |
| 1745 | + name: '类型1', | |
| 1746 | + type: '8', | |
| 1747 | + isbx: true, | |
| 1748 | + cent: '', | |
| 1749 | + from: 'name0' | |
| 1750 | + }, | |
| 1751 | + { | |
| 1752 | + name: '类型2', | |
| 1753 | + type: '9', | |
| 1754 | + isbx: true, | |
| 1755 | + cent: '', | |
| 1756 | + from: 'name0' | |
| 1757 | + }, | |
| 1758 | + { | |
| 1759 | + name: '起点', | |
| 1760 | + type: '1', | |
| 1761 | + isbx: false, | |
| 1762 | + cent: '', | |
| 1763 | + from: 'name0' | |
| 1764 | + }, | |
| 1765 | + { | |
| 1766 | + name: '止点', | |
| 1767 | + type: '1', | |
| 1768 | + isbx: false, | |
| 1769 | + cent: '', | |
| 1770 | + from: 'name0' | |
| 1771 | + }, | |
| 1772 | + { | |
| 1773 | + name: '宽度(米)', | |
| 1774 | + type: '1', | |
| 1775 | + isbx: true, | |
| 1776 | + cent: '', | |
| 1777 | + from: 'name0' | |
| 1778 | + }, | |
| 1779 | + { | |
| 1780 | + name: '长度(千米)', | |
| 1781 | + type: '1', | |
| 1782 | + isbx: false, | |
| 1783 | + cent: '', | |
| 1784 | + from: 'name0' | |
| 1785 | + }, | |
| 1786 | + { | |
| 1787 | + name: '始建时间', | |
| 1788 | + type: '1', | |
| 1789 | + isbx: false, | |
| 1790 | + cent: '', | |
| 1791 | + from: 'name0' | |
| 1792 | + }, | |
| 1793 | + { | |
| 1794 | + name: '建成时间', | |
| 1795 | + type: '1', | |
| 1796 | + isbx: false, | |
| 1797 | + cent: '', | |
| 1798 | + from: 'name0' | |
| 1799 | + } | |
| 1800 | + ] | |
| 1801 | + } | |
| 1802 | + | |
| 1803 | + if (text == '交通运输设施/航空与管道运输/管站') { | |
| 1804 | + this.newtextlist = [{ | |
| 1805 | + name: '所在管道', | |
| 1806 | + type: '1', | |
| 1807 | + isbx: false, | |
| 1808 | + cent: '', | |
| 1809 | + from: 'name0' | |
| 1810 | + }, | |
| 1811 | + { | |
| 1812 | + name: '所在管道ID', | |
| 1813 | + type: '1', | |
| 1814 | + isbx: false, | |
| 1815 | + cent: '', | |
| 1816 | + from: 'name0' | |
| 1817 | + }, | |
| 1818 | + { | |
| 1819 | + name: '建成时间', | |
| 1820 | + type: '1', | |
| 1821 | + isbx: false, | |
| 1822 | + cent: '', | |
| 1823 | + from: 'name0' | |
| 1824 | + }, | |
| 1825 | + ] | |
| 1826 | + } else if (text == '交通运输设施/航空与管道运输/管道') { | |
| 1827 | + this.newtextlist = [ | |
| 1828 | + | |
| 1829 | + { | |
| 1830 | + name: '运输物质', | |
| 1831 | + type: '1', | |
| 1832 | + isbx: false, | |
| 1833 | + cent: '', | |
| 1834 | + from: 'name0' | |
| 1835 | + }, | |
| 1836 | + { | |
| 1837 | + name: '起点', | |
| 1838 | + type: '1', | |
| 1839 | + isbx: false, | |
| 1840 | + cent: '', | |
| 1841 | + from: 'name0' | |
| 1842 | + }, | |
| 1843 | + { | |
| 1844 | + name: '止点', | |
| 1845 | + type: '1', | |
| 1846 | + isbx: false, | |
| 1847 | + cent: '', | |
| 1848 | + from: 'name0' | |
| 1849 | + }, | |
| 1850 | + { | |
| 1851 | + name: '长度(千米)', | |
| 1852 | + type: '1', | |
| 1853 | + isbx: false, | |
| 1854 | + cent: '', | |
| 1855 | + from: 'name0' | |
| 1856 | + }, | |
| 1857 | + { | |
| 1858 | + name: '年运输量(万吨/万立方米)', | |
| 1859 | + type: '1', | |
| 1860 | + isbx: false, | |
| 1861 | + cent: '', | |
| 1862 | + from: 'name0' | |
| 1863 | + }, | |
| 1864 | + { | |
| 1865 | + name: '始建时间', | |
| 1866 | + type: '1', | |
| 1867 | + isbx: false, | |
| 1868 | + cent: '', | |
| 1869 | + from: 'name0' | |
| 1870 | + }, | |
| 1871 | + { | |
| 1872 | + name: '建成时间', | |
| 1873 | + type: '1', | |
| 1874 | + isbx: false, | |
| 1875 | + cent: '', | |
| 1876 | + from: 'name0' | |
| 1877 | + }, | |
| 1878 | + ] | |
| 1879 | + } else if (text == '交通运输设施/航空与管道运输/航空港') { | |
| 1880 | + this.array5 = ['国际', '国内'] | |
| 1881 | + | |
| 1882 | + this.newtextlist = [{ | |
| 1883 | + name: '类型', | |
| 1884 | + type: '8', | |
| 1885 | + isbx: true, | |
| 1886 | + cent: '', | |
| 1887 | + from: 'name0' | |
| 1888 | + }, | |
| 1889 | + { | |
| 1890 | + name: '年客运量(万人)', | |
| 1891 | + type: '1', | |
| 1892 | + isbx: false, | |
| 1893 | + cent: '', | |
| 1894 | + from: 'name0' | |
| 1895 | + }, | |
| 1896 | + { | |
| 1897 | + name: '年货运量(万吨)', | |
| 1898 | + type: '1', | |
| 1899 | + isbx: false, | |
| 1900 | + cent: '', | |
| 1901 | + from: 'name0' | |
| 1902 | + }, | |
| 1903 | + { | |
| 1904 | + name: '占地面积(平方千米)', | |
| 1905 | + type: '1', | |
| 1906 | + isbx: true, | |
| 1907 | + cent: '', | |
| 1908 | + from: 'name0' | |
| 1909 | + }, | |
| 1910 | + { | |
| 1911 | + name: '始建时间', | |
| 1912 | + type: '1', | |
| 1913 | + isbx: false, | |
| 1914 | + cent: '', | |
| 1915 | + from: 'name0' | |
| 1916 | + }, | |
| 1917 | + { | |
| 1918 | + name: '建成时间', | |
| 1919 | + type: '1', | |
| 1920 | + isbx: false, | |
| 1921 | + cent: '', | |
| 1922 | + from: 'name0' | |
| 1923 | + } | |
| 1924 | + ] | |
| 1925 | + } | |
| 1926 | + | |
| 1927 | + if (text == '交通运输设施/城镇交通运输/停车场') { | |
| 1928 | + this.newtextlist = [{ | |
| 1929 | + name: '占地面积(平方米)', | |
| 1930 | + type: '1', | |
| 1931 | + isbx: false, | |
| 1932 | + cent: '', | |
| 1933 | + from: 'name0' | |
| 1934 | + }, | |
| 1935 | + { | |
| 1936 | + name: '泊位数(个)', | |
| 1937 | + type: '1', | |
| 1938 | + isbx: false, | |
| 1939 | + cent: '', | |
| 1940 | + from: 'name0' | |
| 1941 | + }, | |
| 1942 | + { | |
| 1943 | + name: '始建时间', | |
| 1944 | + type: '1', | |
| 1945 | + isbx: false, | |
| 1946 | + cent: '', | |
| 1947 | + from: 'name0' | |
| 1948 | + }, | |
| 1949 | + { | |
| 1950 | + name: '建成时间', | |
| 1951 | + type: '1', | |
| 1952 | + isbx: false, | |
| 1953 | + cent: '', | |
| 1954 | + from: 'name0' | |
| 1955 | + }, | |
| 1956 | + ] | |
| 1957 | + } else if (text == '交通运输设施/城镇交通运输/公共交通车站') { | |
| 1958 | + this.newtextlist = [{ | |
| 1959 | + name: '建筑面积(平方米)', | |
| 1960 | + type: '1', | |
| 1961 | + isbx: false, | |
| 1962 | + cent: '', | |
| 1963 | + from: 'name0' | |
| 1964 | + }, | |
| 1965 | + { | |
| 1966 | + name: '主要运营线(条)', | |
| 1967 | + type: '1', | |
| 1968 | + isbx: false, | |
| 1969 | + cent: '', | |
| 1970 | + from: 'name0' | |
| 1971 | + }, | |
| 1972 | + { | |
| 1973 | + name: '始建时间', | |
| 1974 | + type: '1', | |
| 1975 | + isbx: false, | |
| 1976 | + cent: '', | |
| 1977 | + from: 'name0' | |
| 1978 | + }, | |
| 1979 | + { | |
| 1980 | + name: '建成时间', | |
| 1981 | + type: '1', | |
| 1982 | + isbx: false, | |
| 1983 | + cent: '', | |
| 1984 | + from: 'name0' | |
| 1985 | + }, | |
| 1986 | + ] | |
| 1987 | + } else if (text == '交通运输设施/城镇交通运输/道路街巷/支路' || text == '交通运输设施/城镇交通运输/道路街巷/次干路' || text == | |
| 1988 | + '交通运输设施/城镇交通运输/道路街巷/主干路' || text == '交通运输设施/城镇交通运输/道路街巷/快速路') { | |
| 1989 | + this.array5 = ['快速路', '主干道', '次干道', '支路'] | |
| 1990 | + this.newtextlist = [ | |
| 1991 | + | |
| 1992 | + { | |
| 1993 | + name: '起点', | |
| 1994 | + type: '1', | |
| 1995 | + isbx: false, | |
| 1996 | + cent: '', | |
| 1997 | + from: 'name0' | |
| 1998 | + }, | |
| 1999 | + { | |
| 2000 | + name: '止点', | |
| 2001 | + type: '1', | |
| 2002 | + isbx: false, | |
| 2003 | + cent: '', | |
| 2004 | + from: 'name0' | |
| 2005 | + }, | |
| 2006 | + { | |
| 2007 | + name: '长度(米)', | |
| 2008 | + type: '1', | |
| 2009 | + isbx: false, | |
| 2010 | + cent: '', | |
| 2011 | + from: 'name0' | |
| 2012 | + }, | |
| 2013 | + { | |
| 2014 | + name: '宽度(米)', | |
| 2015 | + type: '1', | |
| 2016 | + isbx: false, | |
| 2017 | + cent: '', | |
| 2018 | + from: 'name0' | |
| 2019 | + }, | |
| 2020 | + { | |
| 2021 | + name: '道路等级', | |
| 2022 | + type: '8', | |
| 2023 | + isbx: false, | |
| 2024 | + cent: '', | |
| 2025 | + from: 'name0' | |
| 2026 | + }, | |
| 2027 | + { | |
| 2028 | + name: '门牌号范围', | |
| 2029 | + type: '1', | |
| 2030 | + isbx: false, | |
| 2031 | + cent: '', | |
| 2032 | + from: 'name0' | |
| 2033 | + }, | |
| 2034 | + { | |
| 2035 | + name: '沿途重要地理实体', | |
| 2036 | + type: '1', | |
| 2037 | + isbx: false, | |
| 2038 | + cent: '', | |
| 2039 | + from: 'name0' | |
| 2040 | + }, | |
| 2041 | + { | |
| 2042 | + name: '始建时间', | |
| 2043 | + type: '1', | |
| 2044 | + isbx: false, | |
| 2045 | + cent: '', | |
| 2046 | + from: 'name0' | |
| 2047 | + }, | |
| 2048 | + { | |
| 2049 | + name: '建成时间', | |
| 2050 | + type: '1', | |
| 2051 | + isbx: false, | |
| 2052 | + cent: '', | |
| 2053 | + from: 'name0' | |
| 2054 | + } | |
| 2055 | + ] | |
| 2056 | + } else if (text == '交通运输设施/城镇交通运输/有轨交通线路') { | |
| 2057 | + this.newtextlist = [{ | |
| 2058 | + name: '起点', | |
| 2059 | + type: '1', | |
| 2060 | + isbx: false, | |
| 2061 | + cent: '', | |
| 2062 | + from: 'name0' | |
| 2063 | + }, | |
| 2064 | + { | |
| 2065 | + name: '止点', | |
| 2066 | + type: '1', | |
| 2067 | + isbx: false, | |
| 2068 | + cent: '', | |
| 2069 | + from: 'name0' | |
| 2070 | + }, | |
| 2071 | + { | |
| 2072 | + name: '长度(千米)', | |
| 2073 | + type: '1', | |
| 2074 | + isbx: false, | |
| 2075 | + cent: '', | |
| 2076 | + from: 'name0' | |
| 2077 | + }, | |
| 2078 | + { | |
| 2079 | + name: '始建时间', | |
| 2080 | + type: '1', | |
| 2081 | + isbx: false, | |
| 2082 | + cent: '', | |
| 2083 | + from: 'name0' | |
| 2084 | + }, | |
| 2085 | + { | |
| 2086 | + name: '建成时间', | |
| 2087 | + type: '1', | |
| 2088 | + isbx: false, | |
| 2089 | + cent: '', | |
| 2090 | + from: 'name0' | |
| 2091 | + }, | |
| 2092 | + ] | |
| 2093 | + } | |
| 2094 | + | |
| 2095 | + if (text == '交通运输设施/交通运输附属/灯塔导航台') { | |
| 2096 | + this.newtextlist = [{ | |
| 2097 | + name: '所在航道', | |
| 2098 | + type: '1', | |
| 2099 | + isbx: false, | |
| 2100 | + cent: '', | |
| 2101 | + from: 'name0' | |
| 2102 | + }, | |
| 2103 | + { | |
| 2104 | + name: '高度(米)', | |
| 2105 | + type: '1', | |
| 2106 | + isbx: false, | |
| 2107 | + cent: '', | |
| 2108 | + from: 'name0' | |
| 2109 | + }, | |
| 2110 | + { | |
| 2111 | + name: '占地面积(平方米)', | |
| 2112 | + type: '1', | |
| 2113 | + isbx: false, | |
| 2114 | + cent: '', | |
| 2115 | + from: 'name0' | |
| 2116 | + }, | |
| 2117 | + { | |
| 2118 | + name: '始建时间', | |
| 2119 | + type: '1', | |
| 2120 | + isbx: false, | |
| 2121 | + cent: '', | |
| 2122 | + from: 'name0' | |
| 2123 | + }, | |
| 2124 | + { | |
| 2125 | + name: '建成时间', | |
| 2126 | + type: '1', | |
| 2127 | + isbx: false, | |
| 2128 | + cent: '', | |
| 2129 | + from: 'name0' | |
| 2130 | + }, | |
| 2131 | + ] | |
| 2132 | + } else if (text == '交通运输设施/交通运输附属/加油站' || text == '交通运输设施/交通运输附属/检查站') { | |
| 2133 | + this.newtextlist = [{ | |
| 2134 | + name: '所在线路', | |
| 2135 | + type: '1', | |
| 2136 | + isbx: false, | |
| 2137 | + cent: '', | |
| 2138 | + from: 'name0' | |
| 2139 | + }, | |
| 2140 | + { | |
| 2141 | + name: '占地面积(平方米)', | |
| 2142 | + type: '1', | |
| 2143 | + isbx: false, | |
| 2144 | + cent: '', | |
| 2145 | + from: 'name0' | |
| 2146 | + }, | |
| 2147 | + { | |
| 2148 | + name: '始建时间', | |
| 2149 | + type: '1', | |
| 2150 | + isbx: false, | |
| 2151 | + cent: '', | |
| 2152 | + from: 'name0' | |
| 2153 | + }, | |
| 2154 | + { | |
| 2155 | + name: '建成时间', | |
| 2156 | + type: '1', | |
| 2157 | + isbx: false, | |
| 2158 | + cent: '', | |
| 2159 | + from: 'name0' | |
| 2160 | + }, | |
| 2161 | + ] | |
| 2162 | + } else if (text == '交通运输设施/交通运输附属/环岛路口') { | |
| 2163 | + this.array5 = ['环岛', '路口'] | |
| 2164 | + this.newtextlist = [{ | |
| 2165 | + name: '类型', | |
| 2166 | + type: '8', | |
| 2167 | + isbx: true, | |
| 2168 | + cent: '', | |
| 2169 | + from: 'name0' | |
| 2170 | + }, | |
| 2171 | + { | |
| 2172 | + name: '所在线路', | |
| 2173 | + type: '1', | |
| 2174 | + isbx: false, | |
| 2175 | + cent: '', | |
| 2176 | + from: 'name0' | |
| 2177 | + }, | |
| 2178 | + { | |
| 2179 | + name: '占地面积(平方米)', | |
| 2180 | + type: '1', | |
| 2181 | + isbx: false, | |
| 2182 | + cent: '', | |
| 2183 | + from: 'name0' | |
| 2184 | + }, | |
| 2185 | + { | |
| 2186 | + name: '始建时间', | |
| 2187 | + type: '1', | |
| 2188 | + isbx: false, | |
| 2189 | + cent: '', | |
| 2190 | + from: 'name0' | |
| 2191 | + }, | |
| 2192 | + { | |
| 2193 | + name: '建成时间', | |
| 2194 | + type: '1', | |
| 2195 | + isbx: false, | |
| 2196 | + cent: '', | |
| 2197 | + from: 'name0' | |
| 2198 | + }, | |
| 2199 | + ] | |
| 2200 | + }else if (text == '交通运输设施/交通运输附属/道班') { | |
| 2201 | + this.newtextlist = [{ | |
| 2202 | + name: '所在线路', | |
| 2203 | + type: '1', | |
| 2204 | + isbx: false, | |
| 2205 | + cent: '', | |
| 2206 | + from: 'name0' | |
| 2207 | + }, | |
| 2208 | + { | |
| 2209 | + name: '始建时间', | |
| 2210 | + type: '1', | |
| 2211 | + isbx: false, | |
| 2212 | + cent: '', | |
| 2213 | + from: 'name0' | |
| 2214 | + }, | |
| 2215 | + { | |
| 2216 | + name: '建成时间', | |
| 2217 | + type: '1', | |
| 2218 | + isbx: false, | |
| 2219 | + cent: '', | |
| 2220 | + from: 'name0' | |
| 2221 | + }, | |
| 2222 | + ] | |
| 2223 | + } else if (text == '交通运输设施/交通运输附属/隧道') { | |
| 2224 | + this.array5 = ['铁路', '公路', '地下通道', '其他'] | |
| 2225 | + this.newtextlist = [{ | |
| 2226 | + name: '类型', | |
| 2227 | + type: '8', | |
| 2228 | + isbx: true, | |
| 2229 | + cent: '', | |
| 2230 | + from: 'name0' | |
| 2231 | + }, | |
| 2232 | + { | |
| 2233 | + name: '长度(米)', | |
| 2234 | + type: '1', | |
| 2235 | + isbx: true, | |
| 2236 | + cent: '', | |
| 2237 | + from: 'name0' | |
| 2238 | + }, | |
| 2239 | + { | |
| 2240 | + name: '所在山峰(河流、湖泊等)', | |
| 2241 | + type: '1', | |
| 2242 | + isbx: false, | |
| 2243 | + cent: '', | |
| 2244 | + from: 'name0' | |
| 2245 | + }, | |
| 2246 | + { | |
| 2247 | + name: '始建时间', | |
| 2248 | + type: '1', | |
| 2249 | + isbx: false, | |
| 2250 | + cent: '', | |
| 2251 | + from: 'name0' | |
| 2252 | + }, | |
| 2253 | + { | |
| 2254 | + name: '建成时间', | |
| 2255 | + type: '1', | |
| 2256 | + isbx: false, | |
| 2257 | + cent: '', | |
| 2258 | + from: 'name0' | |
| 2259 | + }, | |
| 2260 | + ] | |
| 2261 | + } else if (text == '交通运输设施/交通运输附属/桥梁') { | |
| 2262 | + this.array5 = ['铁路', '公路', '人行', '其他'] | |
| 2263 | + this.newtextlist = [{ | |
| 2264 | + name: '类型', | |
| 2265 | + type: '8', | |
| 2266 | + isbx: true, | |
| 2267 | + cent: '', | |
| 2268 | + from: 'name0' | |
| 2269 | + }, | |
| 2270 | + { | |
| 2271 | + name: '所在线路', | |
| 2272 | + type: '1', | |
| 2273 | + isbx: false, | |
| 2274 | + cent: '', | |
| 2275 | + from: 'name0' | |
| 2276 | + }, | |
| 2277 | + { | |
| 2278 | + name: '所跨河流(道路等)', | |
| 2279 | + type: '1', | |
| 2280 | + isbx: false, | |
| 2281 | + cent: '', | |
| 2282 | + from: 'name0' | |
| 2283 | + }, | |
| 2284 | + { | |
| 2285 | + name: '长度(米)', | |
| 2286 | + type: '1', | |
| 2287 | + isbx: true, | |
| 2288 | + cent: '', | |
| 2289 | + from: 'name0' | |
| 2290 | + }, | |
| 2291 | + { | |
| 2292 | + name: '最大跨度(米)', | |
| 2293 | + type: '1', | |
| 2294 | + isbx: false, | |
| 2295 | + cent: '', | |
| 2296 | + from: 'name0' | |
| 2297 | + }, | |
| 2298 | + { | |
| 2299 | + name: '始建时间', | |
| 2300 | + type: '1', | |
| 2301 | + isbx: false, | |
| 2302 | + cent: '', | |
| 2303 | + from: 'name0' | |
| 2304 | + }, | |
| 2305 | + { | |
| 2306 | + name: '建成时间', | |
| 2307 | + type: '1', | |
| 2308 | + isbx: false, | |
| 2309 | + cent: '', | |
| 2310 | + from: 'name0' | |
| 2311 | + }, | |
| 2312 | + ] | |
| 2313 | + } | |
| 2314 | + | |
| 2315 | + if (text == '交通运输设施/其他交通运输设施/索道扶梯') { | |
| 2316 | + this.newtextlist = [{ | |
| 2317 | + name: '起点', | |
| 2318 | + type: '1', | |
| 2319 | + isbx: false, | |
| 2320 | + cent: '', | |
| 2321 | + from: 'name0' | |
| 2322 | + }, | |
| 2323 | + { | |
| 2324 | + name: '止点', | |
| 2325 | + type: '1', | |
| 2326 | + isbx: false, | |
| 2327 | + cent: '', | |
| 2328 | + from: 'name0' | |
| 2329 | + }, | |
| 2330 | + { | |
| 2331 | + name: '长度(米)', | |
| 2332 | + type: '1', | |
| 2333 | + isbx: false, | |
| 2334 | + cent: '', | |
| 2335 | + from: 'name0' | |
| 2336 | + }, | |
| 2337 | + { | |
| 2338 | + name: '始建时间', | |
| 2339 | + type: '1', | |
| 2340 | + isbx: false, | |
| 2341 | + cent: '', | |
| 2342 | + from: 'name0' | |
| 2343 | + }, | |
| 2344 | + { | |
| 2345 | + name: '建成时间', | |
| 2346 | + type: '1', | |
| 2347 | + isbx: false, | |
| 2348 | + cent: '', | |
| 2349 | + from: 'name0' | |
| 2350 | + }, | |
| 2351 | + ] | |
| 2352 | + } | |
| 2353 | + | |
| 2354 | + if (text == '纪念地旅游景点/自然保护区') { | |
| 2355 | + this.newtextlist = [{ | |
| 2356 | + name: '级别', | |
| 2357 | + type: '1', | |
| 2358 | + isbx: false, | |
| 2359 | + cent: '', | |
| 2360 | + from: 'name0' | |
| 2361 | + }, | |
| 2362 | + { | |
| 2363 | + name: '保护对象', | |
| 2364 | + type: '1', | |
| 2365 | + isbx: false, | |
| 2366 | + cent: '', | |
| 2367 | + from: 'name0' | |
| 2368 | + }, | |
| 2369 | + { | |
| 2370 | + name: '占地面积(平方米)', | |
| 2371 | + type: '1', | |
| 2372 | + isbx: false, | |
| 2373 | + cent: '', | |
| 2374 | + from: 'name0' | |
| 2375 | + }, | |
| 2376 | + { | |
| 2377 | + name: '管理单位', | |
| 2378 | + type: '1', | |
| 2379 | + isbx: true, | |
| 2380 | + cent: '', | |
| 2381 | + from: 'name0' | |
| 2382 | + }, | |
| 2383 | + { | |
| 2384 | + name: '联系地址', | |
| 2385 | + type: '1', | |
| 2386 | + isbx: false, | |
| 2387 | + cent: '', | |
| 2388 | + from: 'name0' | |
| 2389 | + }, | |
| 2390 | + { | |
| 2391 | + name: '联系电话', | |
| 2392 | + type: '1', | |
| 2393 | + isbx: false, | |
| 2394 | + cent: '', | |
| 2395 | + from: 'name0' | |
| 2396 | + }, | |
| 2397 | + { | |
| 2398 | + name: '主要景点', | |
| 2399 | + type: '1', | |
| 2400 | + isbx: false, | |
| 2401 | + cent: '', | |
| 2402 | + from: 'name0' | |
| 2403 | + }, | |
| 2404 | + { | |
| 2405 | + name: '建立时间', | |
| 2406 | + type: '1', | |
| 2407 | + isbx: false, | |
| 2408 | + cent: '', | |
| 2409 | + from: 'name0' | |
| 2410 | + }, | |
| 2411 | + ] | |
| 2412 | + } else if (text == '纪念地旅游景点/风景区' || text == ' 纪念地旅游景点/公园') { | |
| 2413 | + this.newtextlist = [ | |
| 2414 | + { | |
| 2415 | + name: '占地面积(平方米)', | |
| 2416 | + type: '1', | |
| 2417 | + isbx: true, | |
| 2418 | + cent: '', | |
| 2419 | + from: 'name0' | |
| 2420 | + }, | |
| 2421 | + { | |
| 2422 | + name: '管理单位', | |
| 2423 | + type: '1', | |
| 2424 | + isbx: true, | |
| 2425 | + cent: '', | |
| 2426 | + from: 'name0' | |
| 2427 | + }, | |
| 2428 | + { | |
| 2429 | + name: '联系地址', | |
| 2430 | + type: '1', | |
| 2431 | + isbx: false, | |
| 2432 | + cent: '', | |
| 2433 | + from: 'name0' | |
| 2434 | + }, | |
| 2435 | + { | |
| 2436 | + name: '联系电话', | |
| 2437 | + type: '1', | |
| 2438 | + isbx: false, | |
| 2439 | + cent: '', | |
| 2440 | + from: 'name0' | |
| 2441 | + }, | |
| 2442 | + { | |
| 2443 | + name: '主要景点', | |
| 2444 | + type: '1', | |
| 2445 | + isbx: false, | |
| 2446 | + cent: '', | |
| 2447 | + from: 'name0' | |
| 2448 | + }, | |
| 2449 | + ] | |
| 2450 | + } else if (text == '纪念地旅游景点/纪念地遗址/事件纪念地' || text == '纪念地旅游景点/纪念地遗址/人物纪念地') { | |
| 2451 | + this.newtextlist = [ | |
| 2452 | + { | |
| 2453 | + name: '占地面积(平方米)', | |
| 2454 | + type: '1', | |
| 2455 | + isbx: false, | |
| 2456 | + cent: '', | |
| 2457 | + from: 'name0' | |
| 2458 | + }, | |
| 2459 | + { | |
| 2460 | + name: '管理单位', | |
| 2461 | + type: '1', | |
| 2462 | + isbx: true, | |
| 2463 | + cent: '', | |
| 2464 | + from: 'name0' | |
| 2465 | + }, | |
| 2466 | + { | |
| 2467 | + name: '联系地址', | |
| 2468 | + type: '1', | |
| 2469 | + isbx: false, | |
| 2470 | + cent: '', | |
| 2471 | + from: 'name0' | |
| 2472 | + }, | |
| 2473 | + { | |
| 2474 | + name: '联系电话', | |
| 2475 | + type: '1', | |
| 2476 | + isbx: false, | |
| 2477 | + cent: '', | |
| 2478 | + from: 'name0' | |
| 2479 | + }, | |
| 2480 | + { | |
| 2481 | + name: '人物或事件', | |
| 2482 | + type: '1', | |
| 2483 | + isbx: true, | |
| 2484 | + cent: '', | |
| 2485 | + from: 'name0' | |
| 2486 | + }, | |
| 2487 | + { | |
| 2488 | + name: '保护级别', | |
| 2489 | + type: '1', | |
| 2490 | + isbx: false, | |
| 2491 | + cent: '', | |
| 2492 | + from: 'name0' | |
| 2493 | + }, | |
| 2494 | + ] | |
| 2495 | + } else if (text == '纪念地旅游景点/纪念地遗址/宗教纪念地/教堂' || text == '纪念地旅游景点/纪念地遗址/宗教纪念地/寺' || text == '纪念地旅游景点/纪念地遗址/宗教纪念地/庙') { | |
| 2496 | + this.newtextlist = [ | |
| 2497 | + { | |
| 2498 | + name: '占地面积(平方米)', | |
| 2499 | + type: '1', | |
| 2500 | + isbx: false, | |
| 2501 | + cent: '', | |
| 2502 | + from: 'name0' | |
| 2503 | + }, | |
| 2504 | + { | |
| 2505 | + name: '管理单位', | |
| 2506 | + type: '1', | |
| 2507 | + isbx: true, | |
| 2508 | + cent: '', | |
| 2509 | + from: 'name0' | |
| 2510 | + }, | |
| 2511 | + { | |
| 2512 | + name: '联系地址', | |
| 2513 | + type: '1', | |
| 2514 | + isbx: false, | |
| 2515 | + cent: '', | |
| 2516 | + from: 'name0' | |
| 2517 | + }, | |
| 2518 | + { | |
| 2519 | + name: '联系电话', | |
| 2520 | + type: '1', | |
| 2521 | + isbx: false, | |
| 2522 | + cent: '', | |
| 2523 | + from: 'name0' | |
| 2524 | + }, | |
| 2525 | + { | |
| 2526 | + name: '宗教文化内涵', | |
| 2527 | + type: '1', | |
| 2528 | + isbx: false, | |
| 2529 | + cent: '', | |
| 2530 | + from: 'name0' | |
| 2531 | + }, | |
| 2532 | + { | |
| 2533 | + name: '保护级别', | |
| 2534 | + type: '1', | |
| 2535 | + isbx: false, | |
| 2536 | + cent: '', | |
| 2537 | + from: 'name0' | |
| 2538 | + }, | |
| 2539 | + ] | |
| 2540 | + } | |
| 2541 | + | |
| 2542 | + if (text == '建筑物/房屋') { | |
| 2543 | + this.newtextlist = [ | |
| 2544 | + { | |
| 2545 | + name: '地址', | |
| 2546 | + type: '1', | |
| 2547 | + isbx: true, | |
| 2548 | + cent: '', | |
| 2549 | + from: 'name0' | |
| 2550 | + }, | |
| 2551 | + { | |
| 2552 | + name: '占地面积(平方米)', | |
| 2553 | + type: '1', | |
| 2554 | + isbx: false, | |
| 2555 | + cent: '', | |
| 2556 | + from: 'name0' | |
| 2557 | + }, | |
| 2558 | + { | |
| 2559 | + name: '建筑面积(平方米)', | |
| 2560 | + type: '1', | |
| 2561 | + isbx: false, | |
| 2562 | + cent: '', | |
| 2563 | + from: 'name0' | |
| 2564 | + }, | |
| 2565 | + { | |
| 2566 | + name: '主体层数(层)', | |
| 2567 | + type: '1', | |
| 2568 | + isbx: true, | |
| 2569 | + cent: '', | |
| 2570 | + from: 'name0' | |
| 2571 | + }, | |
| 2572 | + { | |
| 2573 | + name: '主体高度(米)', | |
| 2574 | + type: '1', | |
| 2575 | + isbx: false, | |
| 2576 | + cent: '', | |
| 2577 | + from: 'name0' | |
| 2578 | + }, | |
| 2579 | + { | |
| 2580 | + name: '联系电话', | |
| 2581 | + type: '1', | |
| 2582 | + isbx: false, | |
| 2583 | + cent: '', | |
| 2584 | + from: 'name0' | |
| 2585 | + }, | |
| 2586 | + { | |
| 2587 | + name: '邮政编码', | |
| 2588 | + type: '1', | |
| 2589 | + isbx: true, | |
| 2590 | + cent: '', | |
| 2591 | + from: 'name0' | |
| 2592 | + }, | |
| 2593 | + { | |
| 2594 | + name: '建成时间', | |
| 2595 | + type: '1', | |
| 2596 | + isbx: false, | |
| 2597 | + cent: '', | |
| 2598 | + from: 'name0' | |
| 2599 | + }, | |
| 2600 | + ] | |
| 2601 | + } else if (text == '建筑物/亭台碑塔/亭' || text == '建筑物/亭台碑塔/塔'|| text == '建筑物/亭台碑塔/台'|| text == '建筑物/亭台碑塔/碑') { | |
| 2602 | + this.newtextlist = [ | |
| 2603 | + { | |
| 2604 | + name: '所在位置(地址)', | |
| 2605 | + type: '1', | |
| 2606 | + isbx: true, | |
| 2607 | + cent: '', | |
| 2608 | + from: 'name0' | |
| 2609 | + }, | |
| 2610 | + { | |
| 2611 | + name: '建成时间', | |
| 2612 | + type: '1', | |
| 2613 | + isbx: false, | |
| 2614 | + cent: '', | |
| 2615 | + from: 'name0' | |
| 2616 | + }, | |
| 2617 | + { | |
| 2618 | + name: '主体层数(层)', | |
| 2619 | + type: '1', | |
| 2620 | + isbx: true, | |
| 2621 | + cent: '', | |
| 2622 | + from: 'name0' | |
| 2623 | + }, | |
| 2624 | + { | |
| 2625 | + name: '主体高度(米)', | |
| 2626 | + type: '1', | |
| 2627 | + isbx: false, | |
| 2628 | + cent: '', | |
| 2629 | + from: 'name0' | |
| 2630 | + }, | |
| 2631 | + { | |
| 2632 | + name: '建筑结构', | |
| 2633 | + type: '1', | |
| 2634 | + isbx: false, | |
| 2635 | + cent: '', | |
| 2636 | + from: 'name0' | |
| 2637 | + }, | |
| 2638 | + | |
| 2639 | + ] | |
| 2640 | + }else if (text == ' 建筑物/场/体育场' || text == '建筑物/场/广场') { | |
| 2641 | + this.newtextlist = [ | |
| 2642 | + { | |
| 2643 | + name: '所在位置(地址)', | |
| 2644 | + type: '1', | |
| 2645 | + isbx: true, | |
| 2646 | + cent: '', | |
| 2647 | + from: 'name0' | |
| 2648 | + }, | |
| 2649 | + { | |
| 2650 | + name: '占地面积(平方米)', | |
| 2651 | + type: '1', | |
| 2652 | + isbx: true, | |
| 2653 | + cent: '', | |
| 2654 | + from: 'name0' | |
| 2655 | + }, | |
| 2656 | + { | |
| 2657 | + name: '建成时间', | |
| 2658 | + type: '1', | |
| 2659 | + isbx: false, | |
| 2660 | + cent: '', | |
| 2661 | + from: 'name0' | |
| 2662 | + }, | |
| 2663 | + | |
| 2664 | + ] | |
| 2665 | + }else if (text == ' 建筑物/城堡、墙/墙' || text == '建筑物/城堡、墙/城堡') { | |
| 2666 | + this.newtextlist = [ | |
| 2667 | + { | |
| 2668 | + name: '所在位置(地址)', | |
| 2669 | + type: '1', | |
| 2670 | + isbx: true, | |
| 2671 | + cent: '', | |
| 2672 | + from: 'name0' | |
| 2673 | + }, | |
| 2674 | + { | |
| 2675 | + name: '占地面积(平方米)', | |
| 2676 | + type: '1', | |
| 2677 | + isbx: false, | |
| 2678 | + cent: '', | |
| 2679 | + from: 'name0' | |
| 2680 | + }, | |
| 2681 | + { | |
| 2682 | + name: '建筑面积(平方米)', | |
| 2683 | + type: '1', | |
| 2684 | + isbx: false, | |
| 2685 | + cent: '', | |
| 2686 | + from: 'name0' | |
| 2687 | + }, | |
| 2688 | + { | |
| 2689 | + name: '主体高度(米)', | |
| 2690 | + type: '1', | |
| 2691 | + isbx: false, | |
| 2692 | + cent: '', | |
| 2693 | + from: 'name0' | |
| 2694 | + }, | |
| 2695 | + { | |
| 2696 | + name: '建成时间', | |
| 2697 | + type: '1', | |
| 2698 | + isbx: false, | |
| 2699 | + cent: '', | |
| 2700 | + from: 'name0' | |
| 2701 | + }, | |
| 2702 | + ] | |
| 2703 | + } | |
| 2704 | + | |
| 2705 | + if (text == '非行政区域/矿区') { | |
| 2706 | + this.newtextlist = [ | |
| 2707 | + { | |
| 2708 | + name: '矿产类型', | |
| 2709 | + type: '1', | |
| 2710 | + isbx: false, | |
| 2711 | + cent: '', | |
| 2712 | + from: 'name0' | |
| 2713 | + }, | |
| 2714 | + { | |
| 2715 | + name: '范围', | |
| 2716 | + type: '1', | |
| 2717 | + isbx: false, | |
| 2718 | + cent: '', | |
| 2719 | + from: 'name0' | |
| 2720 | + }, | |
| 2721 | + { | |
| 2722 | + name: '驻地', | |
| 2723 | + type: '1', | |
| 2724 | + isbx: true, | |
| 2725 | + cent: '', | |
| 2726 | + from: 'name0' | |
| 2727 | + }, | |
| 2728 | + { | |
| 2729 | + name: '设立时间', | |
| 2730 | + type: '1', | |
| 2731 | + isbx: false, | |
| 2732 | + cent: '', | |
| 2733 | + from: 'name0' | |
| 2734 | + }, | |
| 2735 | + { | |
| 2736 | + name: '面积(平方千米)', | |
| 2737 | + type: '1', | |
| 2738 | + isbx: true, | |
| 2739 | + cent: '', | |
| 2740 | + from: 'name0' | |
| 2741 | + }, | |
| 2742 | + { | |
| 2743 | + name: '人口(人)', | |
| 2744 | + type: '1', | |
| 2745 | + isbx: false, | |
| 2746 | + cent: '', | |
| 2747 | + from: 'name0' | |
| 2748 | + }, | |
| 2749 | + { | |
| 2750 | + name: '产值(万元)', | |
| 2751 | + type: '1', | |
| 2752 | + isbx: false, | |
| 2753 | + cent: '', | |
| 2754 | + from: 'name0' | |
| 2755 | + }, | |
| 2756 | + ] | |
| 2757 | + }else if (text == '非行政区域/农、林、牧、渔区/牧区' || text == '非行政区域/农、林、牧、渔区/渔区' || text == '非行政区域/农、林、牧、渔区/林区' || text == '非行政区域/农、林、牧、渔区/农区') { | |
| 2758 | + this.array5 = ['农业区', '林区', '牧区', '渔区'] | |
| 2759 | + this.newtextlist = [{ | |
| 2760 | + name: '类型', | |
| 2761 | + type: '8', | |
| 2762 | + isbx: true, | |
| 2763 | + cent: '', | |
| 2764 | + from: 'name0' | |
| 2765 | + }, | |
| 2766 | + { | |
| 2767 | + name: '范围', | |
| 2768 | + type: '1', | |
| 2769 | + isbx: false, | |
| 2770 | + cent: '', | |
| 2771 | + from: 'name0' | |
| 2772 | + }, | |
| 2773 | + { | |
| 2774 | + name: '面积(平方千米)', | |
| 2775 | + type: '1', | |
| 2776 | + isbx: true, | |
| 2777 | + cent: '', | |
| 2778 | + from: 'name0' | |
| 2779 | + }, | |
| 2780 | + { | |
| 2781 | + name: '人口(人)', | |
| 2782 | + type: '1', | |
| 2783 | + isbx: false, | |
| 2784 | + cent: '', | |
| 2785 | + from: 'name0' | |
| 2786 | + }, | |
| 2787 | + { | |
| 2788 | + name: '年均气温(摄氏度)', | |
| 2789 | + type: '1', | |
| 2790 | + isbx: false, | |
| 2791 | + cent: '', | |
| 2792 | + from: 'name0' | |
| 2793 | + }, | |
| 2794 | + { | |
| 2795 | + name: '年均降水量(毫米)', | |
| 2796 | + type: '1', | |
| 2797 | + isbx: false, | |
| 2798 | + cent: '', | |
| 2799 | + from: 'name0' | |
| 2800 | + }, | |
| 2801 | + { | |
| 2802 | + name: '年无霜期(天)', | |
| 2803 | + type: '1', | |
| 2804 | + isbx: false, | |
| 2805 | + cent: '', | |
| 2806 | + from: 'name0' | |
| 2807 | + }, | |
| 2808 | + { | |
| 2809 | + name: '主要产业', | |
| 2810 | + type: '1', | |
| 2811 | + isbx: false, | |
| 2812 | + cent: '', | |
| 2813 | + from: 'name0' | |
| 2814 | + }, | |
| 2815 | + ] | |
| 2816 | + }else if (text == '非行政区域/工业区、开发区/开发区' || text == '非行政区域/工业区、开发区/工业区' ) { | |
| 2817 | + this.array5 = ['工业区', '开发区'] | |
| 2818 | + this.newtextlist = [{ | |
| 2819 | + name: '类型', | |
| 2820 | + type: '8', | |
| 2821 | + isbx: true, | |
| 2822 | + cent: '', | |
| 2823 | + from: 'name0' | |
| 2824 | + }, | |
| 2825 | + { | |
| 2826 | + name: '范围', | |
| 2827 | + type: '1', | |
| 2828 | + isbx: false, | |
| 2829 | + cent: '', | |
| 2830 | + from: 'name0' | |
| 2831 | + }, | |
| 2832 | + { | |
| 2833 | + name: '面积(平方千米)', | |
| 2834 | + type: '1', | |
| 2835 | + isbx: true, | |
| 2836 | + cent: '', | |
| 2837 | + from: 'name0' | |
| 2838 | + }, | |
| 2839 | + { | |
| 2840 | + name: '人口(人)', | |
| 2841 | + type: '1', | |
| 2842 | + isbx: false, | |
| 2843 | + cent: '', | |
| 2844 | + from: 'name0' | |
| 2845 | + }, | |
| 2846 | + { | |
| 2847 | + name: '主要产业', | |
| 2848 | + type: '1', | |
| 2849 | + isbx: false, | |
| 2850 | + cent: '', | |
| 2851 | + from: 'name0' | |
| 2852 | + }, | |
| 2853 | + ] | |
| 2854 | + }else if (text == '非行政区域/边贸区、口岸/口岸' || text == '非行政区域/边贸区、口岸/边贸区' ) { | |
| 2855 | + this.array5 = ['边贸区', '口岸'] | |
| 2856 | + this.newtextlist = [{ | |
| 2857 | + name: '类型', | |
| 2858 | + type: '8', | |
| 2859 | + isbx: true, | |
| 2860 | + cent: '', | |
| 2861 | + from: 'name0' | |
| 2862 | + }, | |
| 2863 | + { | |
| 2864 | + name: '范围', | |
| 2865 | + type: '1', | |
| 2866 | + isbx: false, | |
| 2867 | + cent: '', | |
| 2868 | + from: 'name0' | |
| 2869 | + }, | |
| 2870 | + { | |
| 2871 | + name: '面积(平方千米)', | |
| 2872 | + type: '1', | |
| 2873 | + isbx: true, | |
| 2874 | + cent: '', | |
| 2875 | + from: 'name0' | |
| 2876 | + }, | |
| 2877 | + { | |
| 2878 | + name: '人口(人)', | |
| 2879 | + type: '1', | |
| 2880 | + isbx: false, | |
| 2881 | + cent: '', | |
| 2882 | + from: 'name0' | |
| 2883 | + }, | |
| 2884 | + { | |
| 2885 | + name: '主要商品', | |
| 2886 | + type: '1', | |
| 2887 | + isbx: false, | |
| 2888 | + cent: '', | |
| 2889 | + from: 'name0' | |
| 2890 | + }, | |
| 2891 | + { | |
| 2892 | + name: '主要产业', | |
| 2893 | + type: '1', | |
| 2894 | + isbx: false, | |
| 2895 | + cent: '', | |
| 2896 | + from: 'name0' | |
| 2897 | + }, | |
| 2898 | + ] | |
| 2899 | + } | |
| 2900 | + | |
| 2901 | + if (text == '陆地地形/丘陵山地/山口、关隘' ) { | |
| 2902 | + this.newtextlist = [ | |
| 2903 | + { | |
| 2904 | + name: '长度(米)', | |
| 2905 | + type: '1', | |
| 2906 | + isbx: false, | |
| 2907 | + cent: '', | |
| 2908 | + from: 'name0' | |
| 2909 | + }, | |
| 2910 | + { | |
| 2911 | + name: '宽度(米)', | |
| 2912 | + type: '1', | |
| 2913 | + isbx: false, | |
| 2914 | + cent: '', | |
| 2915 | + from: 'name0' | |
| 2916 | + }, | |
| 2917 | + { | |
| 2918 | + name: '海拔(米)', | |
| 2919 | + type: '1', | |
| 2920 | + isbx: false, | |
| 2921 | + cent: '', | |
| 2922 | + from: 'name0' | |
| 2923 | + }, | |
| 2924 | + { | |
| 2925 | + name: '所在(跨)山峰', | |
| 2926 | + type: '1', | |
| 2927 | + isbx: false, | |
| 2928 | + cent: '', | |
| 2929 | + from: 'name0' | |
| 2930 | + }, | |
| 2931 | + ] | |
| 2932 | + } else if (text == '陆地地形/丘陵山地/山谷、谷地' ) { | |
| 2933 | + this.newtextlist = [ | |
| 2934 | + { | |
| 2935 | + name: '长度(米)', | |
| 2936 | + type: '1', | |
| 2937 | + isbx: false, | |
| 2938 | + cent: '', | |
| 2939 | + from: 'name0' | |
| 2940 | + }, | |
| 2941 | + { | |
| 2942 | + name: '平均宽度(米)', | |
| 2943 | + type: '1', | |
| 2944 | + isbx: false, | |
| 2945 | + cent: '', | |
| 2946 | + from: 'name0' | |
| 2947 | + }, | |
| 2948 | + { | |
| 2949 | + name: '相对高差(米)', | |
| 2950 | + type: '1', | |
| 2951 | + isbx: false, | |
| 2952 | + cent: '', | |
| 2953 | + from: 'name0' | |
| 2954 | + }, | |
| 2955 | + { | |
| 2956 | + name: '走向', | |
| 2957 | + type: '1', | |
| 2958 | + isbx: false, | |
| 2959 | + cent: '', | |
| 2960 | + from: 'name0' | |
| 2961 | + }, | |
| 2962 | + { | |
| 2963 | + name: '所在山脉', | |
| 2964 | + type: '1', | |
| 2965 | + isbx: false, | |
| 2966 | + cent: '', | |
| 2967 | + from: 'name0' | |
| 2968 | + }, | |
| 2969 | + ] | |
| 2970 | + }else if (text == '陆地地形/丘陵山地/山坡' ) { | |
| 2971 | + this.newtextlist = [ | |
| 2972 | + { | |
| 2973 | + name: '走向', | |
| 2974 | + type: '1', | |
| 2975 | + isbx: false, | |
| 2976 | + cent: '', | |
| 2977 | + from: 'name0' | |
| 2978 | + }, | |
| 2979 | + { | |
| 2980 | + name: '所在山脉', | |
| 2981 | + type: '1', | |
| 2982 | + isbx: false, | |
| 2983 | + cent: '', | |
| 2984 | + from: 'name0' | |
| 2985 | + }, | |
| 2986 | + ] | |
| 2987 | + }else if (text == '陆地地形/丘陵山地/山峰' ) { | |
| 2988 | + this.newtextlist = [ | |
| 2989 | + { | |
| 2990 | + name: '海拔(米)', | |
| 2991 | + type: '1', | |
| 2992 | + isbx: true, | |
| 2993 | + cent: '', | |
| 2994 | + from: 'name0' | |
| 2995 | + }, | |
| 2996 | + { | |
| 2997 | + name: '所在山脉', | |
| 2998 | + type: '1', | |
| 2999 | + isbx: false, | |
| 3000 | + cent: '', | |
| 3001 | + from: 'name0' | |
| 3002 | + }, | |
| 3003 | + ] | |
| 3004 | + }else if (text == '陆地地形/丘陵山地/山' ) { | |
| 3005 | + this.newtextlist = [ | |
| 3006 | + { | |
| 3007 | + name: '长度(千米)', | |
| 3008 | + type: '1', | |
| 3009 | + isbx: false, | |
| 3010 | + cent: '', | |
| 3011 | + from: 'name0' | |
| 3012 | + }, | |
| 3013 | + { | |
| 3014 | + name: '宽度(千米)', | |
| 3015 | + type: '1', | |
| 3016 | + isbx: false, | |
| 3017 | + cent: '', | |
| 3018 | + from: 'name0' | |
| 3019 | + }, | |
| 3020 | + { | |
| 3021 | + name: '海拔(米)', | |
| 3022 | + type: '1', | |
| 3023 | + isbx: true, | |
| 3024 | + cent: '', | |
| 3025 | + from: 'name0' | |
| 3026 | + }, | |
| 3027 | + | |
| 3028 | + ] | |
| 3029 | + }else if (text == '陆地地形/丘陵山地/山体' ) { | |
| 3030 | + this.newtextlist = [ | |
| 3031 | + { | |
| 3032 | + name: '长度(千米)', | |
| 3033 | + type: '1', | |
| 3034 | + isbx: false, | |
| 3035 | + cent: '', | |
| 3036 | + from: 'name0' | |
| 3037 | + }, | |
| 3038 | + { | |
| 3039 | + name: '宽度(千米)', | |
| 3040 | + type: '1', | |
| 3041 | + isbx: false, | |
| 3042 | + cent: '', | |
| 3043 | + from: 'name0' | |
| 3044 | + }, | |
| 3045 | + { | |
| 3046 | + name: '主峰海拔(米)', | |
| 3047 | + type: '1', | |
| 3048 | + isbx: false, | |
| 3049 | + cent: '', | |
| 3050 | + from: 'name0' | |
| 3051 | + }, | |
| 3052 | + { | |
| 3053 | + name: '平均海拔(米)', | |
| 3054 | + type: '1', | |
| 3055 | + isbx: false, | |
| 3056 | + cent: '', | |
| 3057 | + from: 'name0' | |
| 3058 | + }, | |
| 3059 | + { | |
| 3060 | + name: '走向', | |
| 3061 | + type: '1', | |
| 3062 | + isbx: false, | |
| 3063 | + cent: '', | |
| 3064 | + from: 'name0' | |
| 3065 | + }, | |
| 3066 | + { | |
| 3067 | + name: '主峰名称', | |
| 3068 | + type: '1', | |
| 3069 | + isbx: false, | |
| 3070 | + cent: '', | |
| 3071 | + from: 'name0' | |
| 3072 | + }, | |
| 3073 | + ] | |
| 3074 | + }else if (text == '陆地地形/丘陵山地/本级' ) { | |
| 3075 | + this.newtextlist = [ | |
| 3076 | + { | |
| 3077 | + name: '面积(平方千米)', | |
| 3078 | + type: '1', | |
| 3079 | + isbx: false, | |
| 3080 | + cent: '', | |
| 3081 | + from: 'name0' | |
| 3082 | + }, | |
| 3083 | + { | |
| 3084 | + name: '长度(千米)', | |
| 3085 | + type: '1', | |
| 3086 | + isbx: false, | |
| 3087 | + cent: '', | |
| 3088 | + from: 'name0' | |
| 3089 | + }, | |
| 3090 | + { | |
| 3091 | + name: '宽度(千米)', | |
| 3092 | + type: '1', | |
| 3093 | + isbx: false, | |
| 3094 | + cent: '', | |
| 3095 | + from: 'name0' | |
| 3096 | + }, | |
| 3097 | + { | |
| 3098 | + name: '平均海拔(米)', | |
| 3099 | + type: '1', | |
| 3100 | + isbx: false, | |
| 3101 | + cent: '', | |
| 3102 | + from: 'name0' | |
| 3103 | + }, | |
| 3104 | + { | |
| 3105 | + name: '走向', | |
| 3106 | + type: '1', | |
| 3107 | + isbx: false, | |
| 3108 | + cent: '', | |
| 3109 | + from: 'name0' | |
| 3110 | + }, | |
| 3111 | + { | |
| 3112 | + name: '所属山系', | |
| 3113 | + type: '1', | |
| 3114 | + isbx: false, | |
| 3115 | + cent: '', | |
| 3116 | + from: 'name0' | |
| 3117 | + }, | |
| 3118 | + { | |
| 3119 | + name: '主峰名称', | |
| 3120 | + type: '1', | |
| 3121 | + isbx: false, | |
| 3122 | + cent: '', | |
| 3123 | + from: 'name0' | |
| 3124 | + }, | |
| 3125 | + { | |
| 3126 | + name: '主峰海拔(米)', | |
| 3127 | + type: '1', | |
| 3128 | + isbx: false, | |
| 3129 | + cent: '', | |
| 3130 | + from: 'name0' | |
| 3131 | + }, | |
| 3132 | + ] | |
| 3133 | + } | |
| 3134 | + | |
| 3135 | + if (text == '陆地地形/高原' ) { | |
| 3136 | + this.newtextlist = [ | |
| 3137 | + { | |
| 3138 | + name: '面积(平方千米)', | |
| 3139 | + type: '1', | |
| 3140 | + isbx: false, | |
| 3141 | + cent: '', | |
| 3142 | + from: 'name0' | |
| 3143 | + }, | |
| 3144 | + { | |
| 3145 | + name: '最大长度(千米)', | |
| 3146 | + type: '1', | |
| 3147 | + isbx: false, | |
| 3148 | + cent: '', | |
| 3149 | + from: 'name0' | |
| 3150 | + }, | |
| 3151 | + { | |
| 3152 | + name: '最大宽度(千米)', | |
| 3153 | + type: '1', | |
| 3154 | + isbx: false, | |
| 3155 | + cent: '', | |
| 3156 | + from: 'name0' | |
| 3157 | + }, | |
| 3158 | + { | |
| 3159 | + name: '平均海拔(米)', | |
| 3160 | + type: '1', | |
| 3161 | + isbx: false, | |
| 3162 | + cent: '', | |
| 3163 | + from: 'name0' | |
| 3164 | + }, | |
| 3165 | + { | |
| 3166 | + name: '四至', | |
| 3167 | + type: '1', | |
| 3168 | + isbx: false, | |
| 3169 | + cent: '', | |
| 3170 | + from: 'name0' | |
| 3171 | + }, | |
| 3172 | + { | |
| 3173 | + name: '所属山脉', | |
| 3174 | + type: '1', | |
| 3175 | + isbx: false, | |
| 3176 | + cent: '', | |
| 3177 | + from: 'name0' | |
| 3178 | + }, | |
| 3179 | + { | |
| 3180 | + name: '气候类型', | |
| 3181 | + type: '1', | |
| 3182 | + isbx: false, | |
| 3183 | + cent: '', | |
| 3184 | + from: 'name0' | |
| 3185 | + }, | |
| 3186 | + { | |
| 3187 | + name: '年均温度(摄氏度)', | |
| 3188 | + type: '1', | |
| 3189 | + isbx: false, | |
| 3190 | + cent: '', | |
| 3191 | + from: 'name0' | |
| 3192 | + }, | |
| 3193 | + { | |
| 3194 | + name: '年降水量(毫米)', | |
| 3195 | + type: '1', | |
| 3196 | + isbx: false, | |
| 3197 | + cent: '', | |
| 3198 | + from: 'name0' | |
| 3199 | + }, | |
| 3200 | + { | |
| 3201 | + name: '年无霜期(天)', | |
| 3202 | + type: '1', | |
| 3203 | + isbx: false, | |
| 3204 | + cent: '', | |
| 3205 | + from: 'name0' | |
| 3206 | + }, | |
| 3207 | + ] | |
| 3208 | + } else if (text == '陆地地形/盆地' || text == '陆地地形/平原') { | |
| 3209 | + this.newtextlist = [ | |
| 3210 | + { | |
| 3211 | + name: '面积(平方千米)', | |
| 3212 | + type: '1', | |
| 3213 | + isbx: false, | |
| 3214 | + cent: '', | |
| 3215 | + from: 'name0' | |
| 3216 | + }, | |
| 3217 | + { | |
| 3218 | + name: '平均海拔(米)', | |
| 3219 | + type: '1', | |
| 3220 | + isbx: false, | |
| 3221 | + cent: '', | |
| 3222 | + from: 'name0' | |
| 3223 | + }, | |
| 3224 | + { | |
| 3225 | + name: '四至', | |
| 3226 | + type: '1', | |
| 3227 | + isbx: false, | |
| 3228 | + cent: '', | |
| 3229 | + from: 'name0' | |
| 3230 | + }, | |
| 3231 | + { | |
| 3232 | + name: '最大长度(千米)', | |
| 3233 | + type: '1', | |
| 3234 | + isbx: false, | |
| 3235 | + cent: '', | |
| 3236 | + from: 'name0' | |
| 3237 | + }, | |
| 3238 | + { | |
| 3239 | + name: '最大宽度(千米)', | |
| 3240 | + type: '1', | |
| 3241 | + isbx: false, | |
| 3242 | + cent: '', | |
| 3243 | + from: 'name0' | |
| 3244 | + }, | |
| 3245 | + { | |
| 3246 | + name: '气候类型', | |
| 3247 | + type: '1', | |
| 3248 | + isbx: false, | |
| 3249 | + cent: '', | |
| 3250 | + from: 'name0' | |
| 3251 | + }, | |
| 3252 | + { | |
| 3253 | + name: '年均温度(摄氏度)', | |
| 3254 | + type: '1', | |
| 3255 | + isbx: false, | |
| 3256 | + cent: '', | |
| 3257 | + from: 'name0' | |
| 3258 | + }, | |
| 3259 | + { | |
| 3260 | + name: '年降水量(毫米)', | |
| 3261 | + type: '1', | |
| 3262 | + isbx: false, | |
| 3263 | + cent: '', | |
| 3264 | + from: 'name0' | |
| 3265 | + }, | |
| 3266 | + { | |
| 3267 | + name: '年无霜期(天)', | |
| 3268 | + type: '1', | |
| 3269 | + isbx: false, | |
| 3270 | + cent: '', | |
| 3271 | + from: 'name0' | |
| 3272 | + }, | |
| 3273 | + ] | |
| 3274 | + }else if (text == '陆地地形/重要陆地景观/绿洲') { | |
| 3275 | + this.newtextlist = [ | |
| 3276 | + { | |
| 3277 | + name: '面积(平方千米)', | |
| 3278 | + type: '1', | |
| 3279 | + isbx: true, | |
| 3280 | + cent: '', | |
| 3281 | + from: 'name0' | |
| 3282 | + }, | |
| 3283 | + { | |
| 3284 | + name: '长度(千米)', | |
| 3285 | + type: '1', | |
| 3286 | + isbx: false, | |
| 3287 | + cent: '', | |
| 3288 | + from: 'name0' | |
| 3289 | + }, | |
| 3290 | + { | |
| 3291 | + name: '宽度(千米)', | |
| 3292 | + type: '1', | |
| 3293 | + isbx: false, | |
| 3294 | + cent: '', | |
| 3295 | + from: 'name0' | |
| 3296 | + }, | |
| 3297 | + { | |
| 3298 | + name: '上游水源', | |
| 3299 | + type: '1', | |
| 3300 | + isbx: false, | |
| 3301 | + cent: '', | |
| 3302 | + from: 'name0' | |
| 3303 | + }, | |
| 3304 | + { | |
| 3305 | + name: '气候类型', | |
| 3306 | + type: '1', | |
| 3307 | + isbx: false, | |
| 3308 | + cent: '', | |
| 3309 | + from: 'name0' | |
| 3310 | + }, | |
| 3311 | + { | |
| 3312 | + name: '植被类型', | |
| 3313 | + type: '1', | |
| 3314 | + isbx: false, | |
| 3315 | + cent: '', | |
| 3316 | + from: 'name0' | |
| 3317 | + }, | |
| 3318 | + { | |
| 3319 | + name: '年均温度(摄氏度)', | |
| 3320 | + type: '1', | |
| 3321 | + isbx: false, | |
| 3322 | + cent: '', | |
| 3323 | + from: 'name0' | |
| 3324 | + }, | |
| 3325 | + { | |
| 3326 | + name: '年均温差(摄氏度)', | |
| 3327 | + type: '1', | |
| 3328 | + isbx: false, | |
| 3329 | + cent: '', | |
| 3330 | + from: 'name0' | |
| 3331 | + }, | |
| 3332 | + { | |
| 3333 | + name: '年降水量(毫米)', | |
| 3334 | + type: '1', | |
| 3335 | + isbx: false, | |
| 3336 | + cent: '', | |
| 3337 | + from: 'name0' | |
| 3338 | + }, | |
| 3339 | + { | |
| 3340 | + name: '年无霜期(天)', | |
| 3341 | + type: '1', | |
| 3342 | + isbx: false, | |
| 3343 | + cent: '', | |
| 3344 | + from: 'name0' | |
| 3345 | + }, | |
| 3346 | + ] | |
| 3347 | + }else if ( text == '陆地地形/重要陆地景观/戈壁') { | |
| 3348 | + this.newtextlist = [ | |
| 3349 | + { | |
| 3350 | + name: '面积(平方千米)', | |
| 3351 | + type: '1', | |
| 3352 | + isbx: true, | |
| 3353 | + cent: '', | |
| 3354 | + from: 'name0' | |
| 3355 | + }, | |
| 3356 | + { | |
| 3357 | + name: '长度(千米)', | |
| 3358 | + type: '1', | |
| 3359 | + isbx: false, | |
| 3360 | + cent: '', | |
| 3361 | + from: 'name0' | |
| 3362 | + }, | |
| 3363 | + { | |
| 3364 | + name: '宽度(千米)', | |
| 3365 | + type: '1', | |
| 3366 | + isbx: false, | |
| 3367 | + cent: '', | |
| 3368 | + from: 'name0' | |
| 3369 | + }, | |
| 3370 | + | |
| 3371 | + { | |
| 3372 | + name: '气候类型', | |
| 3373 | + type: '1', | |
| 3374 | + isbx: false, | |
| 3375 | + cent: '', | |
| 3376 | + from: 'name0' | |
| 3377 | + }, | |
| 3378 | + { | |
| 3379 | + name: '年均温度(摄氏度)', | |
| 3380 | + type: '1', | |
| 3381 | + isbx: false, | |
| 3382 | + cent: '', | |
| 3383 | + from: 'name0' | |
| 3384 | + }, | |
| 3385 | + { | |
| 3386 | + name: '年均温差(摄氏度)', | |
| 3387 | + type: '1', | |
| 3388 | + isbx: false, | |
| 3389 | + cent: '', | |
| 3390 | + from: 'name0' | |
| 3391 | + }, | |
| 3392 | + { | |
| 3393 | + name: '年降水量(毫米)', | |
| 3394 | + type: '1', | |
| 3395 | + isbx: false, | |
| 3396 | + cent: '', | |
| 3397 | + from: 'name0' | |
| 3398 | + }, | |
| 3399 | + { | |
| 3400 | + name: '年无霜期(天)', | |
| 3401 | + type: '1', | |
| 3402 | + isbx: false, | |
| 3403 | + cent: '', | |
| 3404 | + from: 'name0' | |
| 3405 | + }, | |
| 3406 | + ] | |
| 3407 | + } else if ( text == '陆地地形/重要陆地景观/沙漠' || text == '陆地地形/重要陆地景观/森林') { | |
| 3408 | + this.newtextlist = [ | |
| 3409 | + { | |
| 3410 | + name: '面积(平方千米)', | |
| 3411 | + type: '1', | |
| 3412 | + isbx: true, | |
| 3413 | + cent: '', | |
| 3414 | + from: 'name0' | |
| 3415 | + }, | |
| 3416 | + { | |
| 3417 | + name: '长度(千米)', | |
| 3418 | + type: '1', | |
| 3419 | + isbx: false, | |
| 3420 | + cent: '', | |
| 3421 | + from: 'name0' | |
| 3422 | + }, | |
| 3423 | + { | |
| 3424 | + name: '宽度(千米)', | |
| 3425 | + type: '1', | |
| 3426 | + isbx: false, | |
| 3427 | + cent: '', | |
| 3428 | + from: 'name0' | |
| 3429 | + }, | |
| 3430 | + { | |
| 3431 | + name: '气候类型', | |
| 3432 | + type: '1', | |
| 3433 | + isbx: false, | |
| 3434 | + cent: '', | |
| 3435 | + from: 'name0' | |
| 3436 | + }, | |
| 3437 | + { | |
| 3438 | + name: '植被类型', | |
| 3439 | + type: '1', | |
| 3440 | + isbx: false, | |
| 3441 | + cent: '', | |
| 3442 | + from: 'name0' | |
| 3443 | + }, | |
| 3444 | + { | |
| 3445 | + name: '年均温度(摄氏度)', | |
| 3446 | + type: '1', | |
| 3447 | + isbx: false, | |
| 3448 | + cent: '', | |
| 3449 | + from: 'name0' | |
| 3450 | + }, | |
| 3451 | + { | |
| 3452 | + name: '年均温差(摄氏度)', | |
| 3453 | + type: '1', | |
| 3454 | + isbx: false, | |
| 3455 | + cent: '', | |
| 3456 | + from: 'name0' | |
| 3457 | + }, | |
| 3458 | + { | |
| 3459 | + name: '年降水量(毫米)', | |
| 3460 | + type: '1', | |
| 3461 | + isbx: false, | |
| 3462 | + cent: '', | |
| 3463 | + from: 'name0' | |
| 3464 | + }, | |
| 3465 | + { | |
| 3466 | + name: '年无霜期(天)', | |
| 3467 | + type: '1', | |
| 3468 | + isbx: false, | |
| 3469 | + cent: '', | |
| 3470 | + from: 'name0' | |
| 3471 | + }, | |
| 3472 | + ] | |
| 3473 | + } else if ( text == '陆地地形/重要陆地景观/草原' ) { | |
| 3474 | + this.newtextlist = [ | |
| 3475 | + { | |
| 3476 | + name: '面积(平方千米)', | |
| 3477 | + type: '1', | |
| 3478 | + isbx: true, | |
| 3479 | + cent: '', | |
| 3480 | + from: 'name0' | |
| 3481 | + }, | |
| 3482 | + { | |
| 3483 | + name: '长度(千米)', | |
| 3484 | + type: '1', | |
| 3485 | + isbx: false, | |
| 3486 | + cent: '', | |
| 3487 | + from: 'name0' | |
| 3488 | + }, | |
| 3489 | + { | |
| 3490 | + name: '宽度(千米)', | |
| 3491 | + type: '1', | |
| 3492 | + isbx: false, | |
| 3493 | + cent: '', | |
| 3494 | + from: 'name0' | |
| 3495 | + }, | |
| 3496 | + { | |
| 3497 | + name: '主要植被类型', | |
| 3498 | + type: '1', | |
| 3499 | + isbx: false, | |
| 3500 | + cent: '', | |
| 3501 | + from: 'name0' | |
| 3502 | + }, | |
| 3503 | + { | |
| 3504 | + name: '年均温度(摄氏度)', | |
| 3505 | + type: '1', | |
| 3506 | + isbx: false, | |
| 3507 | + cent: '', | |
| 3508 | + from: 'name0' | |
| 3509 | + }, | |
| 3510 | + { | |
| 3511 | + name: '年均温差(摄氏度)', | |
| 3512 | + type: '1', | |
| 3513 | + isbx: false, | |
| 3514 | + cent: '', | |
| 3515 | + from: 'name0' | |
| 3516 | + }, | |
| 3517 | + { | |
| 3518 | + name: '年降水量(毫米)', | |
| 3519 | + type: '1', | |
| 3520 | + isbx: false, | |
| 3521 | + cent: '', | |
| 3522 | + from: 'name0' | |
| 3523 | + }, | |
| 3524 | + { | |
| 3525 | + name: '年无霜期(天)', | |
| 3526 | + type: '1', | |
| 3527 | + isbx: false, | |
| 3528 | + cent: '', | |
| 3529 | + from: 'name0' | |
| 3530 | + }, | |
| 3531 | + ] | |
| 3532 | + } else if ( text == '陆地地形/重要陆地景观/苔原' ) { | |
| 3533 | + this.newtextlist = [ | |
| 3534 | + { | |
| 3535 | + name: '面积(平方千米)', | |
| 3536 | + type: '1', | |
| 3537 | + isbx: true, | |
| 3538 | + cent: '', | |
| 3539 | + from: 'name0' | |
| 3540 | + }, | |
| 3541 | + { | |
| 3542 | + name: '长度(千米)', | |
| 3543 | + type: '1', | |
| 3544 | + isbx: false, | |
| 3545 | + cent: '', | |
| 3546 | + from: 'name0' | |
| 3547 | + }, | |
| 3548 | + { | |
| 3549 | + name: '宽度(千米)', | |
| 3550 | + type: '1', | |
| 3551 | + isbx: false, | |
| 3552 | + cent: '', | |
| 3553 | + from: 'name0' | |
| 3554 | + }, | |
| 3555 | + { | |
| 3556 | + name: '气候类型', | |
| 3557 | + type: '1', | |
| 3558 | + isbx: false, | |
| 3559 | + cent: '', | |
| 3560 | + from: 'name0' | |
| 3561 | + }, | |
| 3562 | + { | |
| 3563 | + name: '植被种类', | |
| 3564 | + type: '1', | |
| 3565 | + isbx: false, | |
| 3566 | + cent: '', | |
| 3567 | + from: 'name0' | |
| 3568 | + }, | |
| 3569 | + { | |
| 3570 | + name: '年均温度(摄氏度)', | |
| 3571 | + type: '1', | |
| 3572 | + isbx: false, | |
| 3573 | + cent: '', | |
| 3574 | + from: 'name0' | |
| 3575 | + }, | |
| 3576 | + { | |
| 3577 | + name: '年均温差(摄氏度)', | |
| 3578 | + type: '1', | |
| 3579 | + isbx: false, | |
| 3580 | + cent: '', | |
| 3581 | + from: 'name0' | |
| 3582 | + }, | |
| 3583 | + { | |
| 3584 | + name: '年降水量(毫米)', | |
| 3585 | + type: '1', | |
| 3586 | + isbx: false, | |
| 3587 | + cent: '', | |
| 3588 | + from: 'name0' | |
| 3589 | + }, | |
| 3590 | + { | |
| 3591 | + name: '年无霜期(天)', | |
| 3592 | + type: '1', | |
| 3593 | + isbx: false, | |
| 3594 | + cent: '', | |
| 3595 | + from: 'name0' | |
| 3596 | + }, | |
| 3597 | + ] | |
| 3598 | + } else if ( text == '陆地地形/重要陆地景观/湿地(沼泽)' ) { | |
| 3599 | + this.newtextlist = [ | |
| 3600 | + { | |
| 3601 | + name: '面积(平方千米)', | |
| 3602 | + type: '1', | |
| 3603 | + isbx: true, | |
| 3604 | + cent: '', | |
| 3605 | + from: 'name0' | |
| 3606 | + }, | |
| 3607 | + { | |
| 3608 | + name: '长度(千米)', | |
| 3609 | + type: '1', | |
| 3610 | + isbx: false, | |
| 3611 | + cent: '', | |
| 3612 | + from: 'name0' | |
| 3613 | + }, | |
| 3614 | + { | |
| 3615 | + name: '宽度(千米)', | |
| 3616 | + type: '1', | |
| 3617 | + isbx: false, | |
| 3618 | + cent: '', | |
| 3619 | + from: 'name0' | |
| 3620 | + }, | |
| 3621 | + { | |
| 3622 | + name: '深度(米)', | |
| 3623 | + type: '1', | |
| 3624 | + isbx: false, | |
| 3625 | + cent: '', | |
| 3626 | + from: 'name0' | |
| 3627 | + }, | |
| 3628 | + { | |
| 3629 | + name: '水源', | |
| 3630 | + type: '1', | |
| 3631 | + isbx: false, | |
| 3632 | + cent: '', | |
| 3633 | + from: 'name0' | |
| 3634 | + }, | |
| 3635 | + { | |
| 3636 | + name: '气候类型', | |
| 3637 | + type: '1', | |
| 3638 | + isbx: false, | |
| 3639 | + cent: '', | |
| 3640 | + from: 'name0' | |
| 3641 | + }, | |
| 3642 | + { | |
| 3643 | + name: '动植物种类', | |
| 3644 | + type: '1', | |
| 3645 | + isbx: false, | |
| 3646 | + cent: '', | |
| 3647 | + from: 'name0' | |
| 3648 | + }, | |
| 3649 | + { | |
| 3650 | + name: '年均温度(摄氏度)', | |
| 3651 | + type: '1', | |
| 3652 | + isbx: false, | |
| 3653 | + cent: '', | |
| 3654 | + from: 'name0' | |
| 3655 | + }, | |
| 3656 | + { | |
| 3657 | + name: '年均温差(摄氏度)', | |
| 3658 | + type: '1', | |
| 3659 | + isbx: false, | |
| 3660 | + cent: '', | |
| 3661 | + from: 'name0' | |
| 3662 | + }, | |
| 3663 | + { | |
| 3664 | + name: '年降水量(毫米)', | |
| 3665 | + type: '1', | |
| 3666 | + isbx: false, | |
| 3667 | + cent: '', | |
| 3668 | + from: 'name0' | |
| 3669 | + }, | |
| 3670 | + { | |
| 3671 | + name: '年无霜期(天)', | |
| 3672 | + type: '1', | |
| 3673 | + isbx: false, | |
| 3674 | + cent: '', | |
| 3675 | + from: 'name0' | |
| 3676 | + }, | |
| 3677 | + ] | |
| 3678 | + } | |
| 3679 | + | |
| 3680 | + if ( text == '陆地地形/其他陆地地形/台地' ) { | |
| 3681 | + this.newtextlist = [ | |
| 3682 | + { | |
| 3683 | + name: '面积(平方千米)', | |
| 3684 | + type: '1', | |
| 3685 | + isbx: true, | |
| 3686 | + cent: '', | |
| 3687 | + from: 'name0' | |
| 3688 | + }, | |
| 3689 | + { | |
| 3690 | + name: '最大长度(千米)', | |
| 3691 | + type: '1', | |
| 3692 | + isbx: false, | |
| 3693 | + cent: '', | |
| 3694 | + from: 'name0' | |
| 3695 | + }, | |
| 3696 | + { | |
| 3697 | + name: '最大宽度(千米)', | |
| 3698 | + type: '1', | |
| 3699 | + isbx: false, | |
| 3700 | + cent: '', | |
| 3701 | + from: 'name0' | |
| 3702 | + }, | |
| 3703 | + { | |
| 3704 | + name: '海拔(米)', | |
| 3705 | + type: '1', | |
| 3706 | + isbx: false, | |
| 3707 | + cent: '', | |
| 3708 | + from: 'name0' | |
| 3709 | + }, | |
| 3710 | + { | |
| 3711 | + name: '四周山脉', | |
| 3712 | + type: '1', | |
| 3713 | + isbx: false, | |
| 3714 | + cent: '', | |
| 3715 | + from: 'name0' | |
| 3716 | + }, | |
| 3717 | + { | |
| 3718 | + name: '四至', | |
| 3719 | + type: '1', | |
| 3720 | + isbx: false, | |
| 3721 | + cent: '', | |
| 3722 | + from: 'name0' | |
| 3723 | + }, | |
| 3724 | + { | |
| 3725 | + name: '气候类型', | |
| 3726 | + type: '1', | |
| 3727 | + isbx: false, | |
| 3728 | + cent: '', | |
| 3729 | + from: 'name0' | |
| 3730 | + }, | |
| 3731 | + { | |
| 3732 | + name: '年降水量(毫米)', | |
| 3733 | + type: '1', | |
| 3734 | + isbx: false, | |
| 3735 | + cent: '', | |
| 3736 | + from: 'name0' | |
| 3737 | + }, | |
| 3738 | + { | |
| 3739 | + name: '年无霜期(天)', | |
| 3740 | + type: '1', | |
| 3741 | + isbx: false, | |
| 3742 | + cent: '', | |
| 3743 | + from: 'name0' | |
| 3744 | + }, | |
| 3745 | + ] | |
| 3746 | + } else if ( text == '陆地地形/其他陆地地形/陆地地形/其他陆地地形/天生桥' ) { | |
| 3747 | + this.newtextlist = [ | |
| 3748 | + { | |
| 3749 | + name: '长度(千米)', | |
| 3750 | + type: '1', | |
| 3751 | + isbx: false, | |
| 3752 | + cent: '', | |
| 3753 | + from: 'name0' | |
| 3754 | + }, | |
| 3755 | + { | |
| 3756 | + name: '宽度(千米)', | |
| 3757 | + type: '1', | |
| 3758 | + isbx: false, | |
| 3759 | + cent: '', | |
| 3760 | + from: 'name0' | |
| 3761 | + }, | |
| 3762 | + { | |
| 3763 | + name: '高度(米)', | |
| 3764 | + type: '1', | |
| 3765 | + isbx: false, | |
| 3766 | + cent: '', | |
| 3767 | + from: 'name0' | |
| 3768 | + }, | |
| 3769 | + { | |
| 3770 | + name: '海拔(米)', | |
| 3771 | + type: '1', | |
| 3772 | + isbx: false, | |
| 3773 | + cent: '', | |
| 3774 | + from: 'name0' | |
| 3775 | + }, | |
| 3776 | + ] | |
| 3777 | + } else if ( text == '陆地地形/其他陆地地形/陆地地形/其他陆地地形/洞穴' ) { | |
| 3778 | + this.newtextlist = [ | |
| 3779 | + { | |
| 3780 | + name: '面积(平方千米)', | |
| 3781 | + type: '1', | |
| 3782 | + isbx: true, | |
| 3783 | + cent: '', | |
| 3784 | + from: 'name0' | |
| 3785 | + }, | |
| 3786 | + { | |
| 3787 | + name: '长度(米)', | |
| 3788 | + type: '1', | |
| 3789 | + isbx: false, | |
| 3790 | + cent: '', | |
| 3791 | + from: 'name0' | |
| 3792 | + }, | |
| 3793 | + { | |
| 3794 | + name: '宽度(米)', | |
| 3795 | + type: '1', | |
| 3796 | + isbx: false, | |
| 3797 | + cent: '', | |
| 3798 | + from: 'name0' | |
| 3799 | + }, | |
| 3800 | + { | |
| 3801 | + name: '高度(米)', | |
| 3802 | + type: '1', | |
| 3803 | + isbx: false, | |
| 3804 | + cent: '', | |
| 3805 | + from: 'name0' | |
| 3806 | + }, | |
| 3807 | + { | |
| 3808 | + name: '海拔(米)', | |
| 3809 | + type: '1', | |
| 3810 | + isbx: false, | |
| 3811 | + cent: '', | |
| 3812 | + from: 'name0' | |
| 3813 | + }, | |
| 3814 | + { | |
| 3815 | + name: '容量(立方米)', | |
| 3816 | + type: '1', | |
| 3817 | + isbx: false, | |
| 3818 | + cent: '', | |
| 3819 | + from: 'name0' | |
| 3820 | + }, | |
| 3821 | + { | |
| 3822 | + name: '土岩类型', | |
| 3823 | + type: '1', | |
| 3824 | + isbx: false, | |
| 3825 | + cent: '', | |
| 3826 | + from: 'name0' | |
| 3827 | + }, | |
| 3828 | + { | |
| 3829 | + name: '所在山峰', | |
| 3830 | + type: '1', | |
| 3831 | + isbx: false, | |
| 3832 | + cent: '', | |
| 3833 | + from: 'name0' | |
| 3834 | + }, | |
| 3835 | + ] | |
| 3836 | + } | |
| 3837 | + | |
| 3838 | + | |
| 3839 | + if (text == '水利电力通信设施/运河' ) { | |
| 3840 | + this.newtextlist = [ | |
| 3841 | + { | |
| 3842 | + name: '长度(千米)', | |
| 3843 | + type: '1', | |
| 3844 | + isbx: false, | |
| 3845 | + cent: '', | |
| 3846 | + from: 'name0' | |
| 3847 | + }, | |
| 3848 | + { | |
| 3849 | + name: '起点', | |
| 3850 | + type: '1', | |
| 3851 | + isbx: false, | |
| 3852 | + cent: '', | |
| 3853 | + from: 'name0' | |
| 3854 | + }, | |
| 3855 | + { | |
| 3856 | + name: '止点', | |
| 3857 | + type: '1', | |
| 3858 | + isbx: false, | |
| 3859 | + cent: '', | |
| 3860 | + from: 'name0' | |
| 3861 | + }, | |
| 3862 | + { | |
| 3863 | + name: '始建时间', | |
| 3864 | + type: '1', | |
| 3865 | + isbx: false, | |
| 3866 | + cent: '', | |
| 3867 | + from: 'name0' | |
| 3868 | + }, | |
| 3869 | + { | |
| 3870 | + name: '建成时间', | |
| 3871 | + type: '1', | |
| 3872 | + isbx: false, | |
| 3873 | + cent: '', | |
| 3874 | + from: 'name0' | |
| 3875 | + }, | |
| 3876 | + ] | |
| 3877 | + } else if (text == '水利电力通信设施/井' ) { | |
| 3878 | + this.newtextlist = [ | |
| 3879 | + { | |
| 3880 | + name: '深度(米)', | |
| 3881 | + type: '1', | |
| 3882 | + isbx: false, | |
| 3883 | + cent: '', | |
| 3884 | + from: 'name0' | |
| 3885 | + }, | |
| 3886 | + { | |
| 3887 | + name: '水质', | |
| 3888 | + type: '1', | |
| 3889 | + isbx: false, | |
| 3890 | + cent: '', | |
| 3891 | + from: 'name0' | |
| 3892 | + }, | |
| 3893 | + ] | |
| 3894 | + } else if (text == '水利电力通信设施/通信设施/通信基站' ) { | |
| 3895 | + this.newtextlist = [ | |
| 3896 | + { | |
| 3897 | + name: '基站天线高度(米)', | |
| 3898 | + type: '1', | |
| 3899 | + isbx: false, | |
| 3900 | + cent: '', | |
| 3901 | + from: 'name0' | |
| 3902 | + }, | |
| 3903 | + { | |
| 3904 | + name: '始建时间', | |
| 3905 | + type: '1', | |
| 3906 | + isbx: false, | |
| 3907 | + cent: '', | |
| 3908 | + from: 'name0' | |
| 3909 | + }, | |
| 3910 | + { | |
| 3911 | + name: '建成时间', | |
| 3912 | + type: '1', | |
| 3913 | + isbx: false, | |
| 3914 | + cent: '', | |
| 3915 | + from: 'name0' | |
| 3916 | + }, | |
| 3917 | + ] | |
| 3918 | + } | |
| 3919 | + | |
| 3920 | + if (text == '水利电力通信设施/蓄水区/灌区' ) { | |
| 3921 | + this.newtextlist = [ | |
| 3922 | + { | |
| 3923 | + name: '面积(平方千米)', | |
| 3924 | + type: '1', | |
| 3925 | + isbx: false, | |
| 3926 | + cent: '', | |
| 3927 | + from: 'name0' | |
| 3928 | + }, | |
| 3929 | + ] | |
| 3930 | + } else if (text == '水利电力通信设施/蓄水区/泄洪区' || text == '水利电力通信设施/蓄水区/蓄洪区') { | |
| 3931 | + this.newtextlist = [ | |
| 3932 | + { | |
| 3933 | + name: '面积(平方千米)', | |
| 3934 | + type: '1', | |
| 3935 | + isbx: true, | |
| 3936 | + cent: '', | |
| 3937 | + from: 'name0' | |
| 3938 | + }, | |
| 3939 | + { | |
| 3940 | + name: '蓄(泄)洪量(万立方米)', | |
| 3941 | + type: '1', | |
| 3942 | + isbx: true, | |
| 3943 | + cent: '', | |
| 3944 | + from: 'name0' | |
| 3945 | + }, | |
| 3946 | + { | |
| 3947 | + name: '蓄洪水位(米)', | |
| 3948 | + type: '1', | |
| 3949 | + isbx: true, | |
| 3950 | + cent: '', | |
| 3951 | + from: 'name0' | |
| 3952 | + }, | |
| 3953 | + { | |
| 3954 | + name: '主要水源', | |
| 3955 | + type: '1', | |
| 3956 | + isbx: false, | |
| 3957 | + cent: '', | |
| 3958 | + from: 'name0' | |
| 3959 | + }, | |
| 3960 | + ] | |
| 3961 | + } else if (text == '水利电力通信设施/蓄水区/水库') { | |
| 3962 | + this.newtextlist = [ | |
| 3963 | + { | |
| 3964 | + name: '面积(平方千米)', | |
| 3965 | + type: '1', | |
| 3966 | + isbx: true, | |
| 3967 | + cent: '', | |
| 3968 | + from: 'name0' | |
| 3969 | + }, | |
| 3970 | + { | |
| 3971 | + name: '长度(千米)', | |
| 3972 | + type: '1', | |
| 3973 | + isbx: false, | |
| 3974 | + cent: '', | |
| 3975 | + from: 'name0' | |
| 3976 | + }, | |
| 3977 | + { | |
| 3978 | + name: '宽度(千米)', | |
| 3979 | + type: '1', | |
| 3980 | + isbx: false, | |
| 3981 | + cent: '', | |
| 3982 | + from: 'name0' | |
| 3983 | + }, | |
| 3984 | + { | |
| 3985 | + name: '平均水深(米)', | |
| 3986 | + type: '1', | |
| 3987 | + isbx: false, | |
| 3988 | + cent: '', | |
| 3989 | + from: 'name0' | |
| 3990 | + }, | |
| 3991 | + { | |
| 3992 | + name: '主要水源', | |
| 3993 | + type: '1', | |
| 3994 | + isbx: false, | |
| 3995 | + cent: '', | |
| 3996 | + from: 'name0' | |
| 3997 | + }, | |
| 3998 | + { | |
| 3999 | + name: '始建时间', | |
| 4000 | + type: '1', | |
| 4001 | + isbx: false, | |
| 4002 | + cent: '', | |
| 4003 | + from: 'name0' | |
| 4004 | + }, | |
| 4005 | + { | |
| 4006 | + name: '建成时间', | |
| 4007 | + type: '1', | |
| 4008 | + isbx: false, | |
| 4009 | + cent: '', | |
| 4010 | + from: 'name0' | |
| 4011 | + }, | |
| 4012 | + ] | |
| 4013 | + } else if (text == '水利电力通信设施/蓄水区/海塘' || text == '水利电力通信设施/蓄水区/池塘') { | |
| 4014 | + this.newtextlist = [ | |
| 4015 | + { | |
| 4016 | + name: '面积(平方千米)', | |
| 4017 | + type: '1', | |
| 4018 | + isbx: true, | |
| 4019 | + cent: '', | |
| 4020 | + from: 'name0' | |
| 4021 | + }, | |
| 4022 | + { | |
| 4023 | + name: '长度(千米)', | |
| 4024 | + type: '1', | |
| 4025 | + isbx: false, | |
| 4026 | + cent: '', | |
| 4027 | + from: 'name0' | |
| 4028 | + }, | |
| 4029 | + { | |
| 4030 | + name: '宽度(千米)', | |
| 4031 | + type: '1', | |
| 4032 | + isbx: false, | |
| 4033 | + cent: '', | |
| 4034 | + from: 'name0' | |
| 4035 | + }, | |
| 4036 | + { | |
| 4037 | + name: '水深(米)', | |
| 4038 | + type: '1', | |
| 4039 | + isbx: false, | |
| 4040 | + cent: '', | |
| 4041 | + from: 'name0' | |
| 4042 | + }, | |
| 4043 | + ] | |
| 4044 | + }else if (text == '水利电力通信设施/排灌设施/涵洞' ) { | |
| 4045 | + this.newtextlist = [ | |
| 4046 | + { | |
| 4047 | + name: '宽度(米)', | |
| 4048 | + type: '1', | |
| 4049 | + isbx: false, | |
| 4050 | + cent: '', | |
| 4051 | + from: 'name0' | |
| 4052 | + }, | |
| 4053 | + { | |
| 4054 | + name: '高度(米)', | |
| 4055 | + type: '1', | |
| 4056 | + isbx: false, | |
| 4057 | + cent: '', | |
| 4058 | + from: 'name0' | |
| 4059 | + }, | |
| 4060 | + { | |
| 4061 | + name: '所在位置', | |
| 4062 | + type: '1', | |
| 4063 | + isbx: false, | |
| 4064 | + cent: '', | |
| 4065 | + from: 'name0' | |
| 4066 | + }, | |
| 4067 | + { | |
| 4068 | + name: '始建时间', | |
| 4069 | + type: '1', | |
| 4070 | + isbx: false, | |
| 4071 | + cent: '', | |
| 4072 | + from: 'name0' | |
| 4073 | + }, | |
| 4074 | + { | |
| 4075 | + name: '建成时间', | |
| 4076 | + type: '1', | |
| 4077 | + isbx: false, | |
| 4078 | + cent: '', | |
| 4079 | + from: 'name0' | |
| 4080 | + }, | |
| 4081 | + ] | |
| 4082 | + }else if (text == '水利电力通信设施/排灌设施/泵站') { | |
| 4083 | + this.newtextlist = [ | |
| 4084 | + { | |
| 4085 | + name: '所在线路', | |
| 4086 | + type: '1', | |
| 4087 | + isbx: false, | |
| 4088 | + cent: '', | |
| 4089 | + from: 'name0' | |
| 4090 | + }, | |
| 4091 | + { | |
| 4092 | + name: '始建时间', | |
| 4093 | + type: '1', | |
| 4094 | + isbx: false, | |
| 4095 | + cent: '', | |
| 4096 | + from: 'name0' | |
| 4097 | + }, | |
| 4098 | + { | |
| 4099 | + name: '建成时间', | |
| 4100 | + type: '1', | |
| 4101 | + isbx: false, | |
| 4102 | + cent: '', | |
| 4103 | + from: 'name0' | |
| 4104 | + }, | |
| 4105 | + ] | |
| 4106 | + }else if (text == '水利电力通信设施/排灌设施/渡槽') { | |
| 4107 | + this.newtextlist = [ | |
| 4108 | + { | |
| 4109 | + name: '长度(米)', | |
| 4110 | + type: '1', | |
| 4111 | + isbx: false, | |
| 4112 | + cent: '', | |
| 4113 | + from: 'name0' | |
| 4114 | + }, | |
| 4115 | + { | |
| 4116 | + name: '宽度(米)', | |
| 4117 | + type: '1', | |
| 4118 | + isbx: false, | |
| 4119 | + cent: '', | |
| 4120 | + from: 'name0' | |
| 4121 | + }, | |
| 4122 | + { | |
| 4123 | + name: '始建时间', | |
| 4124 | + type: '1', | |
| 4125 | + isbx: false, | |
| 4126 | + cent: '', | |
| 4127 | + from: 'name0' | |
| 4128 | + }, | |
| 4129 | + { | |
| 4130 | + name: '建成时间', | |
| 4131 | + type: '1', | |
| 4132 | + isbx: false, | |
| 4133 | + cent: '', | |
| 4134 | + from: 'name0' | |
| 4135 | + }, | |
| 4136 | + ] | |
| 4137 | + }else if (text == '水利电力通信设施/排灌设施/排水沟') { | |
| 4138 | + this.newtextlist = [ | |
| 4139 | + { | |
| 4140 | + name: '起点', | |
| 4141 | + type: '1', | |
| 4142 | + isbx: false, | |
| 4143 | + cent: '', | |
| 4144 | + from: 'name0' | |
| 4145 | + }, | |
| 4146 | + { | |
| 4147 | + name: '止点', | |
| 4148 | + type: '1', | |
| 4149 | + isbx: false, | |
| 4150 | + cent: '', | |
| 4151 | + from: 'name0' | |
| 4152 | + }, | |
| 4153 | + { | |
| 4154 | + name: '最大深度(米)', | |
| 4155 | + type: '1', | |
| 4156 | + isbx: false, | |
| 4157 | + cent: '', | |
| 4158 | + from: 'name0' | |
| 4159 | + }, | |
| 4160 | + { | |
| 4161 | + name: '始建时间', | |
| 4162 | + type: '1', | |
| 4163 | + isbx: false, | |
| 4164 | + cent: '', | |
| 4165 | + from: 'name0' | |
| 4166 | + }, | |
| 4167 | + { | |
| 4168 | + name: '建成时间', | |
| 4169 | + type: '1', | |
| 4170 | + isbx: false, | |
| 4171 | + cent: '', | |
| 4172 | + from: 'name0' | |
| 4173 | + }, | |
| 4174 | + ] | |
| 4175 | + }else if (text == '水利电力通信设施/排灌设施/灌溉渠') { | |
| 4176 | + this.newtextlist = [ | |
| 4177 | + { | |
| 4178 | + name: '起点', | |
| 4179 | + type: '1', | |
| 4180 | + isbx: false, | |
| 4181 | + cent: '', | |
| 4182 | + from: 'name0' | |
| 4183 | + }, | |
| 4184 | + { | |
| 4185 | + name: '止点', | |
| 4186 | + type: '1', | |
| 4187 | + isbx: false, | |
| 4188 | + cent: '', | |
| 4189 | + from: 'name0' | |
| 4190 | + }, | |
| 4191 | + { | |
| 4192 | + name: '平均流量(立方米/秒)', | |
| 4193 | + type: '1', | |
| 4194 | + isbx: false, | |
| 4195 | + cent: '', | |
| 4196 | + from: 'name0' | |
| 4197 | + }, | |
| 4198 | + { | |
| 4199 | + name: '最大深度(米)', | |
| 4200 | + type: '1', | |
| 4201 | + isbx: false, | |
| 4202 | + cent: '', | |
| 4203 | + from: 'name0' | |
| 4204 | + }, | |
| 4205 | + { | |
| 4206 | + name: '始建时间', | |
| 4207 | + type: '1', | |
| 4208 | + isbx: false, | |
| 4209 | + cent: '', | |
| 4210 | + from: 'name0' | |
| 4211 | + }, | |
| 4212 | + { | |
| 4213 | + name: '建成时间', | |
| 4214 | + type: '1', | |
| 4215 | + isbx: false, | |
| 4216 | + cent: '', | |
| 4217 | + from: 'name0' | |
| 4218 | + }, | |
| 4219 | + ] | |
| 4220 | + }else if (text == '水利电力通信设施/堤堰/拦河坝' || text == '水利电力通信设施/堤堰/闸坝' || text == '水利电力通信设施/堤堰/湖堤' || text == '水利电力通信设施/堤堰/河堤' || text == '水利电力通信设施/堤堰/海堤') { | |
| 4221 | + this.newtextlist = [ | |
| 4222 | + { | |
| 4223 | + name: '所在位置', | |
| 4224 | + type: '1', | |
| 4225 | + isbx: true, | |
| 4226 | + cent: '', | |
| 4227 | + from: 'name0' | |
| 4228 | + }, | |
| 4229 | + { | |
| 4230 | + name: '始建时间', | |
| 4231 | + type: '1', | |
| 4232 | + isbx: false, | |
| 4233 | + cent: '', | |
| 4234 | + from: 'name0' | |
| 4235 | + }, | |
| 4236 | + { | |
| 4237 | + name: '建成时间', | |
| 4238 | + type: '1', | |
| 4239 | + isbx: false, | |
| 4240 | + cent: '', | |
| 4241 | + from: 'name0' | |
| 4242 | + }, | |
| 4243 | + ] | |
| 4244 | + }else if (text == '水利电力通信设施/电力设施/输变电站') { | |
| 4245 | + this.newtextlist = [ | |
| 4246 | + { | |
| 4247 | + name: '输入容量(千瓦)', | |
| 4248 | + type: '1', | |
| 4249 | + isbx: true, | |
| 4250 | + cent: '', | |
| 4251 | + from: 'name0' | |
| 4252 | + }, | |
| 4253 | + { | |
| 4254 | + name: '输出容量(千瓦)', | |
| 4255 | + type: '1', | |
| 4256 | + isbx: true, | |
| 4257 | + cent: '', | |
| 4258 | + from: 'name0' | |
| 4259 | + }, | |
| 4260 | + { | |
| 4261 | + name: '始建时间', | |
| 4262 | + type: '1', | |
| 4263 | + isbx: false, | |
| 4264 | + cent: '', | |
| 4265 | + from: 'name0' | |
| 4266 | + }, | |
| 4267 | + { | |
| 4268 | + name: '建成时间', | |
| 4269 | + type: '1', | |
| 4270 | + isbx: false, | |
| 4271 | + cent: '', | |
| 4272 | + from: 'name0' | |
| 4273 | + }, | |
| 4274 | + ] | |
| 4275 | + }else if (text == '水利电力通信设施/电力设施/发电站/太阳能发电站' || text == '水利电力通信设施/电力设施/发电站/核发电站' || text == '水利电力通信设施/电力设施/发电站/风力发电站' || text == '水利电力通信设施/电力设施/发电站/水力发电站' || text == '水利电力通信设施/电力设施/发电站/火力发电站') { | |
| 4276 | + this.newtextlist = [ | |
| 4277 | + { | |
| 4278 | + name: '类型', | |
| 4279 | + type: '1', | |
| 4280 | + isbx: true, | |
| 4281 | + cent: '', | |
| 4282 | + from: 'name0' | |
| 4283 | + }, | |
| 4284 | + { | |
| 4285 | + name: '总装机容量(千瓦)', | |
| 4286 | + type: '1', | |
| 4287 | + isbx: true, | |
| 4288 | + cent: '', | |
| 4289 | + from: 'name0' | |
| 4290 | + }, | |
| 4291 | + { | |
| 4292 | + name: '日发电量(万度)', | |
| 4293 | + type: '1', | |
| 4294 | + isbx: false, | |
| 4295 | + cent: '', | |
| 4296 | + from: 'name0' | |
| 4297 | + }, | |
| 4298 | + { | |
| 4299 | + name: '年发电量(万度)', | |
| 4300 | + type: '1', | |
| 4301 | + isbx: true, | |
| 4302 | + cent: '', | |
| 4303 | + from: 'name0' | |
| 4304 | + }, | |
| 4305 | + { | |
| 4306 | + name: '始建时间', | |
| 4307 | + type: '1', | |
| 4308 | + isbx: false, | |
| 4309 | + cent: '', | |
| 4310 | + from: 'name0' | |
| 4311 | + }, | |
| 4312 | + { | |
| 4313 | + name: '建成时间', | |
| 4314 | + type: '1', | |
| 4315 | + isbx: false, | |
| 4316 | + cent: '', | |
| 4317 | + from: 'name0' | |
| 4318 | + }, | |
| 4319 | + ] | |
| 4320 | + } | |
| 4321 | + this.newtextlist.push({ | |
| 4322 | + name: '所在(跨) 行政区', | |
| 4323 | + type: '1', | |
| 4324 | + isbx: true, | |
| 4325 | + cent: '', | |
| 4326 | + from: 'name' + this.newtextlist.length | |
| 4327 | + }, ) | |
| 4328 | + this.newtextlist.push({ | |
| 4329 | + name: '其他信息', | |
| 4330 | + type: '5', | |
| 4331 | + isbx: false, | |
| 4332 | + cent: '', | |
| 4333 | + from: 'name' + this.newtextlist.length | |
| 4334 | + }, ) | |
| 4335 | + console.log(this.newtextlist) | |
| 4336 | + }, | |
| 4337 | + bindPickerChange1: function(e, e1, e2) { | |
| 4338 | + console.log('picker发送选择改变,携带值为', e, e1, e2) | |
| 4339 | + this.textlist[e1].cent = this[e2][e.detail.value] | |
| 4340 | + }, | |
| 4341 | + bindPickerChange3: function(e, e1, e2) { | |
| 4342 | + console.log('picker发送选择改变,携带值为', e, e1, e2) | |
| 4343 | + this.newtextlist[e1].cent = this[e2][e.detail.value] | |
| 4344 | + }, | |
| 4345 | + openaddress(e) { | |
| 4346 | + let that = this | |
| 4347 | + // 用户已经同意小程序使用录音功能,后续调用 wx.startRecord 接口不会弹窗询问 | |
| 4348 | + wx.chooseLocation({ | |
| 4349 | + success: function(res) { | |
| 4350 | + that.textlist[e].cent = res.address | |
| 4351 | + that.textlist[e].latitude = res.latitude | |
| 4352 | + that.textlist[e].longitude = res.longitude | |
| 4353 | + console.log(res) | |
| 4354 | + }, | |
| 4355 | + fail(err) { | |
| 4356 | + console.log(err) | |
| 4357 | + } | |
| 4358 | + }); | |
| 4359 | + }, | |
| 4360 | + // picker的列发生变化时 | |
| 4361 | + columnChange(e) { | |
| 4362 | + // column列索引(0-第一列) value是列中数组索引 | |
| 4363 | + this.updatelist(parseInt(e.target.column), parseInt(e.target.value)) | |
| 4364 | + }, | |
| 4365 | + updatelist(col, idx) { | |
| 4366 | + console.log(col, idx) | |
| 4367 | + let data = this.lbbox | |
| 4368 | + let list = this.array1 // 视图渲染 | |
| 4369 | + list[0] = data[0] // picker的第一列数据 | |
| 4370 | + // 当第一列变化时 | |
| 4371 | + if (col == 0) { | |
| 4372 | + // 更新第二列的数据 | |
| 4373 | + list[1] = list[0][idx] ? data[1].filter(ele => ele.pid == list[0][idx].id) : [] | |
| 4374 | + // 更新第三列的数据 | |
| 4375 | + list[2] = list[1][0] ? data[2].filter(ele => ele.pid == list[1][0].id) : [] | |
| 4376 | + list[3] = list[2][0] ? data[3].filter(ele => ele.pid == list[2][0].id) : [] | |
| 4377 | + this.idx = [idx, 0, 0, 0] | |
| 4378 | + } | |
| 4379 | + // 当第二列变化时 | |
| 4380 | + if (col == 1) { | |
| 4381 | + // 只用更新第三列数据 | |
| 4382 | + list[2] = list[1][idx] ? data[2].filter(ele => ele.pid == list[1][idx].id) : [] | |
| 4383 | + list[3] = list[2][0] ? data[3].filter(ele => ele.pid == list[2][0].id) : [] | |
| 4384 | + this.idx = [this.idx[0], idx, 0, 0] | |
| 4385 | + } | |
| 4386 | + // 当第三列变化时 | |
| 4387 | + if (col == 2) { | |
| 4388 | + // 只用更新第三列数据 | |
| 4389 | + list[3] = list[2][idx] ? data[3].filter(ele => ele.pid == list[2][idx].id) : [] | |
| 4390 | + this.idx = [this.idx[0], this.idx[1], idx, 0] | |
| 4391 | + } | |
| 4392 | + // 更新list,更新picker视图 | |
| 4393 | + this.array1 = list | |
| 4394 | + } | |
| 4395 | + } | |
| 4396 | + } | |
| 4397 | +</script> | |
| 4398 | + | |
| 4399 | +<style scoped lang="scss"> | |
| 4400 | + .uni-input1 { | |
| 4401 | + color: #3d3d3d; | |
| 4402 | + // font-weight: bold; | |
| 4403 | + | |
| 4404 | + } | |
| 4405 | + | |
| 4406 | + .uni-input2 { | |
| 4407 | + color: #909090; | |
| 4408 | + | |
| 4409 | + } | |
| 1216 | 4410 | |
| 1217 | - } | |
| 1218 | 4411 | .listBox { |
| 1219 | 4412 | position: relative; |
| 1220 | 4413 | z-index: 1; | ... | ... |
pages/home/home.vue
| ... | ... | @@ -68,26 +68,30 @@ |
| 68 | 68 | </view> |
| 69 | 69 | </view> |
| 70 | 70 | <view class="content" style="padding-bottom: 0;"> |
| 71 | - <view class="box_item" @click="goyl('http://icare.rsxmzj.91xxt.com:81/admin/resources/wsShop/html/index/oIndex_index.html')"> | |
| 71 | + <view class="box_item" | |
| 72 | + @click="goyl('http://icare.rsxmzj.91xxt.com:81/admin/resources/wsShop/html/index/oIndex_index.html')"> | |
| 72 | 73 | <view style="margin-bottom: 20rpx;"> |
| 73 | 74 | <image src="../../static/yl/image-2.png" style="height: 100rpx;" mode="heightFix"></image> |
| 74 | 75 | </view> |
| 75 | 76 | <view class="text">服务预约</view> |
| 76 | 77 | </view> |
| 77 | - <view class="box_item" @click="goyl('http://icare.rsxmzj.91xxt.com:81/admin/resources/H5_YLZS/html/login.html')"> | |
| 78 | + <view class="box_item" | |
| 79 | + @click="goyl('http://icare.rsxmzj.91xxt.com:81/admin/resources/H5_YLZS/html/login.html')"> | |
| 78 | 80 | <view style="margin-bottom: 20rpx;"> |
| 79 | 81 | <image src="../../static/yl/image.png" style="height: 100rpx;" mode="heightFix"></image> |
| 80 | 82 | </view> |
| 81 | 83 | <view class="text">高龄津贴认证</view> |
| 82 | 84 | </view> |
| 83 | - <view class="box_item" @click="goyl('http://show.rsxmzj.91xxt.com:81/2020/orgMap/html/map/list.html')"> | |
| 85 | + <view class="box_item" | |
| 86 | + @click="goyl('http://show.rsxmzj.91xxt.com:81/2020/orgMap/html/map/list.html')"> | |
| 84 | 87 | <view style="margin-bottom: 20rpx;"> |
| 85 | 88 | <image src="../../static/yl/image-4.png" style="height: 100rpx;" mode="heightFix"></image> |
| 86 | 89 | </view> |
| 87 | 90 | <view class="text">关爱地图</view> |
| 88 | 91 | </view> |
| 89 | - | |
| 90 | - <view class="box_item" @click="goyl('http://icare.rsxmzj.91xxt.com:81/admin/mobile/meal_aid_copy/html/login.html')"> | |
| 92 | + | |
| 93 | + <view class="box_item" | |
| 94 | + @click="goyl('http://icare.rsxmzj.91xxt.com:81/admin/mobile/meal_aid_copy/html/login.html')"> | |
| 91 | 95 | <view style="margin-bottom: 20rpx;"> |
| 92 | 96 | <image src="../../static/yl/image-5.png" style="height: 100rpx;" mode="heightFix"></image> |
| 93 | 97 | </view> |
| ... | ... | @@ -95,7 +99,8 @@ |
| 95 | 99 | </view> |
| 96 | 100 | </view> |
| 97 | 101 | <view class="content" style="padding-top: 0;"> |
| 98 | - <view class="box_item" @click="goyl('http://cwservice.rsxmzj.91xxt.com:81/icare-admin/resources/cwbt/html/login.html')"> | |
| 102 | + <view class="box_item" | |
| 103 | + @click="goyl('http://cwservice.rsxmzj.91xxt.com:81/icare-admin/resources/cwbt/html/login.html')"> | |
| 99 | 104 | <view style="margin-bottom: 20rpx;"> |
| 100 | 105 | <image src="../../static/yl/image-3.png" style="height: 100rpx;" mode="heightFix"></image> |
| 101 | 106 | </view> |
| ... | ... | @@ -123,7 +128,7 @@ |
| 123 | 128 | </view> |
| 124 | 129 | <view class="text">悄悄话</view> |
| 125 | 130 | </view> |
| 126 | - <!-- <view class="box_item" @click="gopath('/pages/activitylist/activitylist?activeType=未成年')"> | |
| 131 | + <!-- <view class="box_item" @click="gopath('/pages/activitylist/activitylist?activeType=未成年')"> | |
| 127 | 132 | <view style="margin-bottom: 20rpx;"> |
| 128 | 133 | <image src="/static/new/image 4.png" style="height: 100rpx;" mode="heightFix"></image> |
| 129 | 134 | </view> |
| ... | ... | @@ -175,7 +180,7 @@ |
| 175 | 180 | </view> |
| 176 | 181 | <view class="text">门楼牌备案</view> |
| 177 | 182 | </view> |
| 178 | - <!-- <view class="box_item" @click="gopath('/pages/maptask/maptask')"> | |
| 183 | + <!-- <view class="box_item" @click="gopath('/pages/maptask/maptask')"> | |
| 179 | 184 | <view style="margin-bottom: 20rpx;"> |
| 180 | 185 | <image src="/static/new/image 1.png" style="width: 60%;height: 90rpx;" mode=""></image> |
| 181 | 186 | </view> |
| ... | ... | @@ -187,7 +192,7 @@ |
| 187 | 192 | </view> |
| 188 | 193 | <view class="text">政策文件</view> |
| 189 | 194 | </view> |
| 190 | - | |
| 195 | + | |
| 191 | 196 | </view> |
| 192 | 197 | </view> |
| 193 | 198 | |
| ... | ... | @@ -227,23 +232,48 @@ |
| 227 | 232 | </view> |
| 228 | 233 | </view> |
| 229 | 234 | </view> |
| 230 | - <view class="xw" style="padding-top: 20rpx;padding-left: 20rpx;"> | |
| 231 | - <view class="title"> | |
| 232 | - <view class="box1"> | |
| 233 | - <image src="../../static/new/矩形 331.png" mode=""></image> | |
| 234 | - <span>活动服务</span> | |
| 235 | + <view class="xw" style="padding-top: 20rpx;padding-left: 20rpx;padding-bottom: 20rpx;"> | |
| 236 | + <view class="title"> | |
| 237 | + <view class="box1"> | |
| 238 | + <image src="../../static/new/矩形 331.png" mode=""></image> | |
| 239 | + <span>最新活动</span> | |
| 240 | + </view> | |
| 241 | + <view @click="gopath('/pages/activitylist/activitylist')" style="margin-right: 20rpx;font-size: 26rpx;display: flex;align-items: center;"> | |
| 242 | + 查看更多 | |
| 243 | + <u-icon name="arrow-right"></u-icon> | |
| 244 | + </view> | |
| 245 | + </view> | |
| 246 | + <view v-if="list.length>0"> | |
| 247 | + <view class="content1" @click="gopath('/pages/activity/activity?id='+item.id)" v-for="(item,index) in list" :key="index"> | |
| 248 | + <view class="box_item"> | |
| 249 | + <view class="box_left"> | |
| 250 | + <span class="f1">{{item.activityName}}</span> | |
| 251 | + <span | |
| 252 | + class="f2">{{item.eventStartDate?item.eventStartDate:'-'}}{{item.eventEndDate?'至'+item.eventEndDate:'-'}}</span> | |
| 253 | + </view> | |
| 254 | + <view class="box_right" v-if="item.activeImage"> | |
| 255 | + <view class="images"> | |
| 256 | + <image :src="BASE_URL + item.activeImage[0]" | |
| 257 | + style="width: 100%;height: 100%;border-radius: 20rpx;" mode="aspectFill"> | |
| 258 | + </image> | |
| 259 | + </view> | |
| 260 | + </view> | |
| 235 | 261 | </view> |
| 236 | 262 | </view> |
| 237 | - <view class="content" > | |
| 263 | + </view> | |
| 264 | + <view v-else style="width: 100%;text-align: center;margin-top: 100rpx;font-size: 30rpx;"> | |
| 265 | + 暂无数据 | |
| 266 | + </view> | |
| 267 | + <!-- <view class="content" > | |
| 238 | 268 | <view class="box_item" @click="gopath('/pages/activitylist/activitylist')"> |
| 239 | 269 | <view style="margin-bottom: 20rpx;"> |
| 240 | 270 | <image src="/static/new/image 4.png" style="width: 60%;height: 90rpx;" mode=""></image> |
| 241 | 271 | </view> |
| 242 | 272 | <view class="text">活动</view> |
| 243 | 273 | </view> |
| 244 | - </view> | |
| 245 | - </view> | |
| 246 | - | |
| 274 | + </view> --> | |
| 275 | + </view> | |
| 276 | + <view style="height: 50rpx;"></view> | |
| 247 | 277 | </view> |
| 248 | 278 | </view> |
| 249 | 279 | |
| ... | ... | @@ -251,9 +281,16 @@ |
| 251 | 281 | |
| 252 | 282 | <script> |
| 253 | 283 | import md5 from "../../common/md5.js"; |
| 284 | + import BASE_URL from "@/common/config.js" | |
| 254 | 285 | export default { |
| 255 | 286 | data() { |
| 256 | 287 | return { |
| 288 | + from:{ | |
| 289 | + activeStatus:'展示', | |
| 290 | + activeType:'' | |
| 291 | + }, | |
| 292 | + BASE_URL, | |
| 293 | + list: [], | |
| 257 | 294 | nvConfig: { |
| 258 | 295 | title: "数字民政服务平台", |
| 259 | 296 | bgColor: "#ffffff", |
| ... | ... | @@ -291,12 +328,26 @@ |
| 291 | 328 | }, |
| 292 | 329 | onLoad() { |
| 293 | 330 | uni.hideTabBar(); |
| 331 | + this.getlist() | |
| 294 | 332 | }, |
| 295 | 333 | methods: { |
| 334 | + getlist() { | |
| 335 | + this.API.getactivityInfoSheet(this.from).then(res => { | |
| 336 | + console.log(res); | |
| 337 | + for (let i = 0; i < res.rows.length; i++) { | |
| 338 | + if (res.rows[i].activeImage) { | |
| 339 | + res.rows[i].activeImage = res.rows[i].activeImage.split(',') | |
| 340 | + } | |
| 341 | + | |
| 342 | + } | |
| 343 | + this.list = res.rows | |
| 344 | + | |
| 345 | + }) | |
| 346 | + }, | |
| 296 | 347 | goyl(e) { |
| 297 | 348 | console.log(e) |
| 298 | 349 | uni.navigateTo({ |
| 299 | - url: '/pages/webviewyl/webviewyl?url='+e | |
| 350 | + url: '/pages/webviewyl/webviewyl?url=' + e | |
| 300 | 351 | }) |
| 301 | 352 | }, |
| 302 | 353 | // |
| ... | ... | @@ -434,4 +485,50 @@ |
| 434 | 485 | </script> |
| 435 | 486 | <style scoped lang="scss"> |
| 436 | 487 | @import 'home.scss'; |
| 488 | + | |
| 489 | + .content1 { | |
| 490 | + padding: 20rpx; | |
| 491 | + border: 2rpx solid #eee; | |
| 492 | + border-radius: 36rpx; | |
| 493 | + margin-top: 20rpx; | |
| 494 | + | |
| 495 | + .box_item { | |
| 496 | + background-color: #fff; | |
| 497 | + display: flex; | |
| 498 | + padding: 20rpx; | |
| 499 | + border-radius: 20rpx; | |
| 500 | + // height: 200rpx; | |
| 501 | + | |
| 502 | + .box_left { | |
| 503 | + display: flex; | |
| 504 | + flex-direction: column; | |
| 505 | + justify-content: space-between; | |
| 506 | + width: 100%; | |
| 507 | + // margin-right: 2%; | |
| 508 | + | |
| 509 | + .f1 { | |
| 510 | + font-size: 30rpx; | |
| 511 | + font-weight: 600; | |
| 512 | + display: block; | |
| 513 | + margin-bottom: 20rpx; | |
| 514 | + } | |
| 515 | + | |
| 516 | + .f2 { | |
| 517 | + color: #ababab; | |
| 518 | + } | |
| 519 | + } | |
| 520 | + | |
| 521 | + .box_right { | |
| 522 | + width: 40%; | |
| 523 | + | |
| 524 | + .images { | |
| 525 | + // background-color: #ababab; | |
| 526 | + height: 160rpx; | |
| 527 | + width: 100%; | |
| 528 | + // background-image: url("http://antis14.sherkxuan.cn/assets/images/a1.png"); | |
| 529 | + // background-size: 100% 100%; | |
| 530 | + } | |
| 531 | + } | |
| 532 | + } | |
| 533 | + } | |
| 437 | 534 | </style> |
| 438 | 535 | \ No newline at end of file | ... | ... |