Event.js 9.74 KB
Newer Older
唐贵贤 committed
1 2 3 4
import Api from "~/service/Api"
import Utils from "~/utils"

export default {
5
    /*async onInfbutSearow() {
唐贵贤 committed
6 7 8 9 10
        let rtnmsg = await this.executeRule("infbut.searow")
        if (rtnmsg.respCode == SUCCESS) {
            //TODO 处理数据逻辑
            this.stmData.data = rtnmsg.data.infbut_dspstm.rows;
            //console.log("smhstm:",rtnmsg);
唐贵贤 committed
11 12 13 14 15 16 17
            if (rtnmsg.data.infbut_dspstm.rows.length == 0) {
                this.$notify({
                    title: '成功',
                    message: '搜索完毕,无满足条件记录',
                    type: 'success'
                });
            }
唐贵贤 committed
18 19 20 21
        }
        else {
            this.$notify.error({ title: '错误', message: '服务请求失败!' });
        }
22 23
    },*/
    
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
    // async handleReset() {
    //     this.model.infcon.seaownref = "";
    //     this.model.infcon.searef = "";
    //     this.model.infcon.pty.extkey = "";
    //     this.model.infcon.seapty = "";
    //     this.model.infcon.opndatfrom = "";
    //     this.model.infcon.opndatto = "";
    //     this.model.infcon.seaamtfr = "";
    //     this.model.infcon.seaamtto = "";
    //     this.model.infcon.seasta = "";
    //     this.model.infcon.usr.extkey = "";
    //     this.model.infcon.nam = "";
    //     this.model.infcon.hndtyp = "";
    //     this.model.infcon.pty.nam = "";
    //     this.model.infcon.searol = "";
    //     this.model.infcon.seacur = "";
    //     this.stmData.data = "";
41

42 43 44 45
    // },

    async handleReset(formName) {
        this.$refs[formName].resetFields();
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
    },

    async handleSearch() {
        this.stmData.data = [];
        let opndatfrom = this.model.infcon.opndatfrom;
        if(!opndatfrom || opndatfrom == ''){
            this.$notify.error({ title: '错误', message: '查询开始日期必输!' });
            return;
        }
        let opndatto = this.model.infcon.opndatto;
        if(!opndatto || opndatto == ''){
            this.$notify.error({ title: '错误', message: '查询结束日期必输!' });
            return;
        }
        let rtnmsg = await this.executeRule("infbut.searow")
        if (rtnmsg.respCode == SUCCESS) {
            //TODO 处理数据逻辑
            this.stmData.data = rtnmsg.data.infbut_dspstm.rows;
            //console.log("smhstm:",rtnmsg);
            if (rtnmsg.data.infbut_dspstm.rows.length == 0) {
                this.$notify({
                    title: '成功',
                    message: '搜索完毕,无满足条件记录',
                    type: 'success'
                });
            }
        }
        else {
            this.$notify.error({ title: '错误', message: '服务请求失败!' });
        }

        // this.stmData.data = [];
        // let opndatfrom = this.model.infcon.opndatfrom;
        // if(!opndatfrom || opndatfrom == ''){
        //     this.$notify.error({ title: '错误', message: '查询开始日期必输!' });
        //     return;
        // }
        // let opndatto = this.model.infcon.opndatto;
        // if(!opndatto || opndatto == ''){
        //     this.$notify.error({ title: '错误', message: '查询结束日期必输!' });
        //     return;
        // }
        // let rtnmsg = await this.executeRule("infbut.searow")
        // if (rtnmsg.respCode == SUCCESS) {
        //     this.stmData.data = rtnmsg.data.infbut_dspstm.rows;

        // }
        // else {
        //     this.$notify.error({ title: '错误', message: '服务请求失败!' });
        // }
唐贵贤 committed
96
    },
唐贵贤 committed
97
    async onInfbutDsp(row) {
唐贵贤 committed
98 99 100 101 102 103 104 105 106 107 108 109 110
        let rtnmsg = await this.executeRule("infbut.dsp")
        if (rtnmsg.respCode == SUCCESS) {
            //TODO 处理数据逻辑

        }
        else {
            this.$notify.error({ title: '错误', message: '服务请求失败!' });
        }
    },
    async onInfbutUserow() {
        let rtnmsg = await this.executeRule("infbut.userow")
        if (rtnmsg.respCode == SUCCESS) {
            //TODO 处理数据逻辑
唐贵贤 committed
111
            //console.log("use测试:",rtnmsg);
唐贵贤 committed
112 113 114 115 116 117 118

        }
        else {
            this.$notify.error({ title: '错误', message: '服务请求失败!' });
        }
    },
    async onInfbutClr() {
唐贵贤 committed
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
        this.model.infcon.seaownref = "";
        this.model.infcon.searef = "";
        this.model.infcon.pty.extkey = "";
        this.model.infcon.seapty = "";
        this.model.infcon.opndatfrom = "";
        this.model.infcon.opndatto = "";
        this.model.infcon.seaamtfr = "";
        this.model.infcon.seaamtto = "";
        this.model.infcon.seasta = "";
        this.model.infcon.usr.extkey = "";
        this.model.infcon.nam = "";
        this.model.infcon.hndtyp = "";
        this.model.infcon.pty.nam = "";
        this.model.infcon.searol = "";
        this.model.infcon.seacur = "";
        this.stmData.data = "";

        //let rtnmsg = await this.executeRule("infbut.clr")
唐贵贤 committed
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
        if (rtnmsg.respCode == SUCCESS) {
            //TODO 处理数据逻辑

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

        }
        else {
            this.$notify.error({ title: '错误', message: '服务请求失败!' });
        }
    },
    async onInfbutExi() {
唐贵贤 committed
156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
        this.$confirm("确认退出?", "", {
            confirmButtonText: "确认",
            cancelButtonText: "取消",
            type: "warning",
          })
            .then((res) => {
              // this.$router.back();
              this.$store.dispatch("TagsView/delView", this.$route);
              this.handleExit && this.handleExit();
              if (this.$route.query && this.$route.query.routeParams) {
                setTimeout(() => {
                  this.$router.back();
                }, 500);
              } else {
                setTimeout(() => {
                  this.$router.push("/home");
                }, 500);
              }
            })
            .catch(() => {});
        //let rtnmsg = await this.executeRule("infbut.exi")
唐贵贤 committed
177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306
        if (rtnmsg.respCode == SUCCESS) {
            //TODO 处理数据逻辑

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

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

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

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

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

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

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

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

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

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

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

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

        }
        else {
            this.$notify.error({ title: '错误', message: '服务请求失败!' });
        }
    },

}