Event.js 15.7 KB
Newer Older
1 2 3 4
import Api from "~/service/Api"
import Utils from "~/utils"

export default {
5 6
                async onDecblkButtxmsel(){
                let rtnmsg = await this.executeRule("decblk.buttxmsel")
7 8 9 10 11 12 13 14 15 16
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
17 18
        async onGitpButdifcovgodsrv(){
                let rtnmsg = await this.executeRule("gitp.butdifcovgodsrv")
19 20 21 22 23 24 25 26 27 28
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
29 30
        async onGitpButdifhiscovgodsrv(){
                let rtnmsg = await this.executeRule("gitp.butdifhiscovgodsrv")
31 32 33 34 35 36 37 38 39 40
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
41 42
        async onGitpButdifcovgodsrvc(){
                let rtnmsg = await this.executeRule("gitp.butdifcovgodsrvc")
43 44 45 46 47 48 49 50 51 52
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
53 54
        async onGitpButdifhiscovgodsrvc(){
                let rtnmsg = await this.executeRule("gitp.butdifhiscovgodsrvc")
55 56 57 58 59 60 61 62 63 64
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
65 66
        async onGitpSelall(){
                let rtnmsg = await this.executeRule("gitp.selall")
67 68 69 70 71 72 73 74 75 76
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
77 78
        async onGitpCanall(){
                let rtnmsg = await this.executeRule("gitp.canall")
79 80 81 82 83 84 85 86 87 88
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
89 90
        async onGitpButdif(){
                let rtnmsg = await this.executeRule("gitp.butdif")
91 92 93 94 95 96 97 98 99 100
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
101 102
        async onGitpButdifhis(){
                let rtnmsg = await this.executeRule("gitp.butdifhis")
103 104 105 106 107 108 109 110 111 112
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
113 114
        async onGitpShwgidtxt(){
                let rtnmsg = await this.executeRule("gitp.shwgidtxt")
115 116 117 118 119 120 121 122 123 124
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
125 126
        async onGitpButgetref(){
                let rtnmsg = await this.executeRule("gitp.butgetref")
127 128
                if(rtnmsg.respCode == SUCCESS)
                {
129
                    this.model.gidgrp.rec.ownref=rtnmsg.data.gidgrp_rec_ownref;
130 131 132 133 134 135 136 137
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
138 139
        async onGitpGidtxtmod(){
                let rtnmsg = await this.executeRule("gitp.gidtxtmod")
140 141 142 143 144 145 146 147 148 149
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
150 151
        async onGitpButgetrefc(){
                let rtnmsg = await this.executeRule("gitp.butgetrefc")
152 153 154 155 156 157 158 159 160 161
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
162 163
        async onGitpButdifc(){
                let rtnmsg = await this.executeRule("gitp.butdifc")
164 165 166 167 168 169 170 171 172 173
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
174 175
        async onGitpButdifhisc(){
                let rtnmsg = await this.executeRule("gitp.butdifhisc")
176 177 178 179 180 181 182 183 184 185
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
186 187
        async onGitpShwgidtxtc(){
                let rtnmsg = await this.executeRule("gitp.shwgidtxtc")
188 189 190 191 192 193 194 195 196 197
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
198 199
        async onGitpGidtxtmodc(){
                let rtnmsg = await this.executeRule("gitp.gidtxtmodc")
200 201 202 203 204 205 206 207 208 209
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
210 211
        async onGitpButdifexptxt(){
                let rtnmsg = await this.executeRule("gitp.butdifexptxt")
212 213 214 215 216 217 218 219 220 221
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
222 223
        async onGitpButdifhisexptxt(){
                let rtnmsg = await this.executeRule("gitp.butdifhisexptxt")
224 225 226 227 228 229 230 231 232 233
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
234 235
        async onChargiButtxmsel(){
                let rtnmsg = await this.executeRule("chargi.buttxmsel")
236 237 238 239 240 241 242 243 244 245
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
246 247
        async onGitpButdifpreper(){
                let rtnmsg = await this.executeRule("gitp.butdifpreper")
248 249 250 251 252 253 254 255 256 257
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
258 259
        async onGitpButdifhispreper(){
                let rtnmsg = await this.executeRule("gitp.butdifhispreper")
260 261 262 263 264 265 266 267 268 269
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
270 271
        async onChargicButtxmsel(){
                let rtnmsg = await this.executeRule("chargic.buttxmsel")
272 273 274 275 276 277 278 279 280 281
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
282 283
        async onGitpButdifpreperc(){
                let rtnmsg = await this.executeRule("gitp.butdifpreperc")
284 285 286 287
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

liyixun committed
288 289 290 291 292 293
                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
294 295
        async onGitpButdifhispreperc(){
                let rtnmsg = await this.executeRule("gitp.butdifhispreperc")
liyixun committed
296 297 298 299 300 301 302 303 304 305
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
306 307
        async onApcpDet(){
                let rtnmsg = await this.executeRule("apcp.det")
liyixun committed
308 309 310 311 312 313 314 315 316 317
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
318 319
        async onIsspDet(){
                let rtnmsg = await this.executeRule("issp.det")
liyixun committed
320 321 322 323 324 325 326 327 328 329
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
330 331
        async onCtcpDet(){
                let rtnmsg = await this.executeRule("ctcp.det")
liyixun committed
332 333 334 335 336 337 338 339 340 341
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
342 343
        async onBenpDet(){
                let rtnmsg = await this.executeRule("benp.det")
liyixun committed
344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
        async onBecpDet(){
                let rtnmsg = await this.executeRule("becp.det")
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
        async onAvcpDet(){
                let rtnmsg = await this.executeRule("avcp.det")
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
378 379
        async onAplpDet(){
                let rtnmsg = await this.executeRule("aplp.det")
liyixun committed
380 381 382 383 384 385 386 387 388 389
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
390 391
        async onConpDet(){
                let rtnmsg = await this.executeRule("conp.det")
liyixun committed
392 393 394 395 396 397 398 399 400 401
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
402 403
        async onBdbpDet(){
                let rtnmsg = await this.executeRule("bdbp.det")
liyixun committed
404 405 406 407 408 409 410 411 412 413
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
414 415
        async onCtrpDet(){
                let rtnmsg = await this.executeRule("ctrp.det")
liyixun committed
416 417 418 419 420 421 422 423 424 425
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
426 427
        async onAtbpDet(){
                let rtnmsg = await this.executeRule("atbp.det")
liyixun committed
428 429 430 431 432 433 434 435 436 437
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
438 439
        async onAdvpDet(){
                let rtnmsg = await this.executeRule("advp.det")
liyixun committed
440 441 442 443 444 445 446 447 448 449
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
450 451
        async onGitpWbxs(){
                let rtnmsg = await this.executeRule("gitp.wbxs")
liyixun committed
452 453 454 455 456 457 458 459 460 461
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
462 463
        async onGitpYptxy(){
                let rtnmsg = await this.executeRule("gitp.yptxy")
liyixun committed
464 465 466 467 468 469 470 471 472 473
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
474 475
        async onGitpButdifliatxtc(){
                let rtnmsg = await this.executeRule("gitp.butdifliatxtc")
liyixun committed
476 477 478 479 480 481 482 483 484 485
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
486 487
        async onGitpButdifhisliatxtc(){
                let rtnmsg = await this.executeRule("gitp.butdifhisliatxtc")
liyixun committed
488 489 490 491
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

492 493 494 495 496 497 498 499
                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },

}