保安监管系统-验收版本
zhengpz
2021-12-06 74314fda7855201f467f35dc2aecda2cd9b4d799
src/views/licenseApproval/securityGuard.vue
@@ -2,7 +2,7 @@
 * @Author: liu
 * @Date: 2021-08-26 16:57:58 
 * @Last Modified by: liu
 * @Last Modified time: 2021-12-04 10:23:21
 * @Last Modified time: 2021-12-06 10:39:11
 */
@@ -85,9 +85,9 @@
            v-if="
              row.papprove == '1' && row.xapprove == '1' && row.sapprove == '1'
            "
            >打印备案证
            >备案回执
          </el-button>
          <el-button
          <!-- <el-button
            icon="el-icon-brush"
            :size="size"
            :type="type"
@@ -96,7 +96,7 @@
            "
            @click.stop="viewLicensehuizhi(row)"
            >回执打印
          </el-button>
          </el-button> -->
        </template>
        <template class="tdtype" slot-scope="{ row }" slot="papprove">
          <el-tag class="dtype">
@@ -506,8 +506,9 @@
      this.licenceData.row = row;
      this.licenceData.chiden = {};
      this.licenceData.chiden["名称"] = row.enterprisename;
      this.licenceData.chiden["信用代码号"] = row.creditcode;
      this.licenceData.chiden["地址"] = row.address;
      this.licenceData.chiden["服务区域"] = row.industry;
      this.licenceData.chiden["许可服务范围"] = row.industry;
      this.licenceData.chiden["法定代表人"] = row.representative;
      this.licenceData.chiden["备案时间"] = row.officetime;
      this.licenceData.chiden["备案内容"] = "自招保安单位备案";