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

export default {
5 6
                async onGitpButdifcovgodsrv(){
                let rtnmsg = await this.executeRule("gitp.butdifcovgodsrv")
7 8
                if(rtnmsg.respCode == SUCCESS)
                {
9 10
                //TODO 处理数据逻辑

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

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

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

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

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

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

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
89 90
        async onGitpButgetref(){
                let rtnmsg = await this.executeRule("gitp.butgetref")
91 92
                if(rtnmsg.respCode == SUCCESS)
                {
93 94

                    this.model.gidgrp.rec.ownref=rtnmsg.data.gidgrp_rec_ownref;
95 96 97 98 99 100 101 102
                //TODO 处理数据逻辑

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
295 296
        async onChargiButtxmsel(){
                let rtnmsg = await this.executeRule("chargi.buttxmsel")
297 298 299 300 301 302 303 304 305 306
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

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

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

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

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
343 344
        async onGitpButdifpreperc(){
                let rtnmsg = await this.executeRule("gitp.butdifpreperc")
345 346 347 348 349 350 351 352 353 354
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
355 356
        async onGitpButdifhispreperc(){
                let rtnmsg = await this.executeRule("gitp.butdifhispreperc")
357 358 359 360 361 362 363 364 365 366
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
367 368
        async onConpDet(){
                let rtnmsg = await this.executeRule("conp.det")
369 370 371 372 373 374 375 376 377 378
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

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

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

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

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

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

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

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

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

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

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
487 488
        async onVoucty3Selbut1(){
                let rtnmsg = await this.executeRule("voucty3.selbut1")
489 490 491 492 493 494 495 496 497 498
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
499 500
        async onVoucty4Selbut1(){
                let rtnmsg = await this.executeRule("voucty4.selbut1")
501 502 503 504
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

505 506 507 508 509 510 511 512 513 514 515 516
                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
        async onCnrpDet(){
                let rtnmsg = await this.executeRule("cnrp.det")
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612
                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },
        async onSav(){
                let rtnmsg = await this.executeRule("sav")
                if(rtnmsg.respCode == SUCCESS)
                {
                //TODO 处理数据逻辑

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

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

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

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

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

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

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

613 614 615 616 617 618 619 620
                }
                else
                {
                this.$notify.error({title: '错误',message: '服务请求失败!'});
                }
            },

}