liuyg
2021-09-18 52b8cf4516b2c8e11ffe4ca3cad365822bfebe35
实时营业执照
13 files modified
92 ■■■■■ changed files
src/views/securityCompany/armed.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/companyDetails.vue 46 ●●●● patch | view | raw | blame | history
src/views/securityCompany/computents/enclosure.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/computents/equipment.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/computents/punish.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/computents/service.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/computents/staff.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/confess.vue 6 ●●●● patch | view | raw | blame | history
src/views/securityCompany/dispatch.vue 6 ●●●● patch | view | raw | blame | history
src/views/securityCompany/regulatoryInformation.vue 4 ●●●● patch | view | raw | blame | history
src/views/securityCompany/security.vue 6 ●●●● patch | view | raw | blame | history
src/views/securityCompany/securityCrossRegion.vue 6 ●●●● patch | view | raw | blame | history
src/views/securityCompany/train.vue 6 ●●●● patch | view | raw | blame | history
src/views/securityCompany/armed.vue
@@ -401,7 +401,7 @@
        const data = res.data.data;
        this.page.total = data.total;
        this.data = data.records;
        console.log(this.data);
        // console.log(this.data);
        this.loading = false;
        this.selectionClear();
      });
src/views/securityCompany/companyDetails.vue
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-17 16:46:18
 * @Last Modified time: 2021-09-18 09:16:59
 * menu-name 保安公司详细资料
 */
<template>
@@ -374,6 +374,7 @@
    var w = 160,
      s = 12;
    return {
      finalDeptid: "",
      businessLicenseUrl: "",
      licenceUrl: "",
@@ -582,8 +583,14 @@
      this.form = this.$route.query;
      // console.log(this.$route.query, "this.$route.query.");
      // console.log(this.form, "obj1");
      this.businessLicenseUrl = this.form.businessLicense;
      this.licenceUrl = this.form.licence;
      this.finalDeptid = this.form.departmentid;
      // console.log(this.finalDeptid, " this.finalDeptid");
      // this.businessLicenseUrl = this.form.businessLicense;
      // this.licenceUrl = this.form.licence;
      this.getFromData({
        currentPage: 1,
        pageSize: 10,
      });
    }
    // usejurisdiction().then((res) => {
    //   const data = res.data.data;
@@ -593,6 +600,16 @@
    // });
  },
  methods: {
    getFromData(page, params = {}) {
      var that = this;
      params["departmentid"] = this.finalDeptid;
      getList(page.currentPage, page.pageSize, params).then((res) => {
        // console.log(res.data.data.records[0], "多次获取该单位信息");
        that.form = res.data.data.records[0];
        this.businessLicenseUrl = res.data.data.records[0].businessLicense;
        this.licenceUrl = res.data.data.records[0].licence;
      });
    },
    // inspects(d, val) {
    //   var a = "";
    //   var doit = (d, val) => {
@@ -615,17 +632,24 @@
    //   return a;
    // },
    handleClick(tab) {
      if (tab.index == 1) {
      if (tab.index == 2) {
        this.investorSearchReset();
      } else if (tab.index == 2) {
        this.manageSearchReset();
      } else if (tab.index == 3) {
        this.getHonorchData();
      } else if (tab.index == 4) {
        this.getTrainData();
      } else if (tab.index == 5) {
        this.getExaminationData();
        this.manageSearchReset();
      } else {
        this.getFromData({
          currentPage: 1,
          pageSize: 10,
        });
      }
      //  else if (tab.index == 3) {
      //   this.getHonorchData();
      // } else if (tab.index == 4) {
      //   this.getTrainData();
      // } else if (tab.index == 5) {
      //   this.getExaminationData();
      // }
      //
    },
    getManifestationData() {
      manifestationList(this.form.cardid).then((res) => {
src/views/securityCompany/computents/enclosure.vue
@@ -389,7 +389,7 @@
        const data = res.data.data;
        this.page.total = data.total;
        this.data = data.records;
        console.log(this.data, "getListeenclosure");
        // console.log(this.data, "getListeenclosure");
        this.loading = false;
        this.selectionClear();
      });
src/views/securityCompany/computents/equipment.vue
@@ -195,7 +195,7 @@
        this.equipmentPage.total = data.total;
        this.equipmentData = data.records;
        console.log(this.equipmentData, "this.equipmentData");
        // console.log(this.equipmentData, "this.equipmentData");
        this.equipmentLoading = false;
        this.$refs.equipmentCrud.refreshTable();
        this.$refs.equipmentCrud.doLayout();
src/views/securityCompany/computents/punish.vue
@@ -123,7 +123,7 @@
        this.punishPage.total = data.total;
        this.punishData = data.records;
        console.log(this.punishData, "pu");
        // console.log(this.punishData, "pu");
        this.punishLoading = false;
        this.$refs.punishCrud.refreshTable();
        this.$refs.punishCrud.doLayout();
src/views/securityCompany/computents/service.vue
@@ -182,7 +182,7 @@
        this.servicePage.total = data.total;
        this.serviceData = data.records;
        console.log(this.serviceData, "this.serviceData");
        // console.log(this.serviceData, "this.serviceData");
        this.serviceLoading = false;
        this.$refs.serviceCrud.refreshTable();
        this.$refs.serviceCrud.doLayout();
src/views/securityCompany/computents/staff.vue
@@ -274,7 +274,7 @@
        this.staffPage.total = data.total;
        this.staffData = data.records;
        console.log(this.staffData, "staffData");
        // console.log(this.staffData, "staffData");
        this.staffLoading = false;
        this.$refs.staffCrud.refreshTable();
        this.$refs.staffCrud.doLayout();
src/views/securityCompany/confess.vue
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-07 17:30:05
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-10 16:01:42
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-18 09:14:24
 * menu-name 保安服务公司查询
 */
<template>
@@ -401,7 +401,7 @@
        const data = res.data.data;
        this.page.total = data.total;
        this.data = data.records;
        console.log(this.data);
        // console.log(this.data);
        this.loading = false;
        this.selectionClear();
      });
src/views/securityCompany/dispatch.vue
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-07 17:30:05
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-10 16:06:03
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-18 09:14:26
 * menu-name 派遣公司查询
 */
<template>
@@ -260,7 +260,7 @@
        const data = res.data.data;
        this.page.total = data.total;
        this.data = data.records;
        console.log(this.data, "dis");
        // console.log(this.data, "dis");
        this.loading = false;
        this.selectionClear();
      });
src/views/securityCompany/regulatoryInformation.vue
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-07 17:30:05
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-10 16:06:14
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-18 09:14:31
 * menu-name 监管信息
 */
<template>
src/views/securityCompany/security.vue
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-07 17:30:05
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-10 16:01:42
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-18 09:14:42
 * menu-name 保安服务公司查询
 */
<template>
@@ -408,7 +408,7 @@
        const data = res.data.data;
        this.page.total = data.total;
        this.data = data.records;
        console.log(this.data);
        // console.log(this.data);
        this.loading = false;
        this.selectionClear();
      });
src/views/securityCompany/securityCrossRegion.vue
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-07 17:30:05
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-10 16:01:42
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-18 09:14:43
 * menu-name 保安服务公司查询
 */
<template>
@@ -401,7 +401,7 @@
        const data = res.data.data;
        this.page.total = data.total;
        this.data = data.records;
        console.log(this.data);
        // console.log(this.data);
        this.loading = false;
        this.selectionClear();
      });
src/views/securityCompany/train.vue
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-07 17:30:05
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-10 16:01:42
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-18 09:14:55
 * menu-name 保安服务公司查询
 */
<template>
@@ -401,7 +401,7 @@
        const data = res.data.data;
        this.page.total = data.total;
        this.data = data.records;
        console.log(this.data);
        // console.log(this.data);
        this.loading = false;
        this.selectionClear();
      });