保安服务单位许可和备案申请系统
liuyg
2021-08-27 122907b58b9b8faa7693f1bb60648c41bc828adf
关闭 按钮调整  查询刷新
4 files modified
1 files deleted
1289 ■■■■■ changed files
src/components/Approval/Approval.vue 3 ●●●●● patch | view | raw | blame | history
src/components/examineCard/examineCard.vue 1 ●●●● patch | view | raw | blame | history
src/views/home/index.vue 9 ●●●●● patch | view | raw | blame | history
src/views/home/index1.vue 1274 ●●●●● patch | view | raw | blame | history
src/views/home/ourDatas.js 2 ●●●●● patch | view | raw | blame | history
src/components/Approval/Approval.vue
@@ -160,6 +160,9 @@
    };
  },
  methods: {
    refreshChange() {
      this.onLoad(this.page);
    },
    beforeOpen(done, type) {
      if (["edit", "view"].includes(type)) {
        getDetail(this.form.id).then((res) => {
src/components/examineCard/examineCard.vue
@@ -63,7 +63,6 @@
  background-size: 100% 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  // background-image: url(/img/permit/服务许可背景图.jpg);
  border: 1px solid rgba($color: #000000, $alpha: 0.1);
  border-top: 0px solid rgba($color: #000000, $alpha: 0.3);
  &:hover {
src/views/home/index.vue
@@ -129,12 +129,11 @@
                    // console.log("申请状态:", item.type);
                    for (var k in this.canDoIt) {
                      if (this.canDoIt[k].type == item.ptype) {
                        this.$store.commit("changecanDoIt", {
                          o: true,
                          ptype: item.ptype,
                        });
                        if (item.type == 0 || item.type == 2) {
                          this.$store.commit("changecanDoIt", {
                            o: false,
                            ptype: item.ptype,
                          });
                        } else {
                          this.$store.commit("changecanDoIt", {
                            o: false,
                            ptype: item.ptype,
src/views/home/index1.vue
File was deleted
src/views/home/ourDatas.js
@@ -20,10 +20,8 @@
    {
        menuName: "保安服务许可申请",
        centerUrl: "/img/logo.png",
        // topUrl: "url(/img/服务许可背景图.jpg)",
        topUrl: "url(/img/login-sq1.png)",
        topUrlh: "url(/img/login-sq11.png)",
        // topUrl: "/img/服务许可背景图.jpg",
        targetUrl: "per",
        type: 0,
        imgType: 0,