保安服务企业管理-验收版本
Administrator
2021-11-24 85ab793767da7692cfe8d180f754b8af7e587eab
通知,车辆,装备,用户,保安单位,出资人,管理人修改
7 files modified
53 ■■■■■ changed files
src/views/desk/notice.vue 18 ●●●●● patch | view | raw | blame | history
src/views/securityEquipment/car.js 2 ●●● patch | view | raw | blame | history
src/views/securityEquipment/equipments.js 19 ●●●●● patch | view | raw | blame | history
src/views/securityUnitChild/data.js 7 ●●●●● patch | view | raw | blame | history
src/views/securityUnitChild/index.vue 2 ●●● patch | view | raw | blame | history
src/views/system/user.vue 1 ●●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/views/desk/notice.vue
@@ -221,14 +221,14 @@
                        label: "通知内容",
                        prop: "content",
                        component: "AvueUeditor",
                        options: {
                            action: "/api/blade-resource/oss/endpoint/put-file",
                            props: {
                                res: "data",
                                url: "link",
                            },
                        },
                        hide: true,
                        // options: {
                        //     action: "/api/blade-resource/oss/endpoint/put-file",
                        //     props: {
                        //         res: "data",
                        //         url: "link",
                        //     },
                        // },
                        hide: false,
                        minRows: 6,
                        span: 24,
                    },
@@ -436,6 +436,8 @@
                const { releaseTimeRange } = this.query;
                params["jurisdiction"] = this.jurisdiction;
                params["type"] = 1;
                let values = {
                    ...params,
                };
src/views/securityEquipment/car.js
@@ -152,7 +152,7 @@
    prop: "drivingConditions",
    // search: true,
    width: 110,
    hide: true,
        hide: false,
    // search: true,
    searchSpan: 4,
  },
src/views/securityEquipment/equipments.js
@@ -36,6 +36,16 @@
            // search: true,
    },
    {
        label: "规格",
        prop: "specifications",
        rules: [{
                required: true,
                message: "请输入规格",
                trigger: "blur"
            }]
            // search: true,
    },
    {
        label: "数量",
        prop: "num",
        rules: [{
@@ -53,15 +63,12 @@
      prop: "type",
      slot: true,
      type: "select",
      rules: [
        {
        rules: [{
          required: true,
          message: "请选择装备类型",
          trigger: "blur",
        },
      ],
      dicData: [
        {
        }, ],
        dicData: [{
          label: "交通工具",
          value: 1,
        },
src/views/securityUnitChild/data.js
@@ -446,6 +446,13 @@
    prop: "cell",
    labelWidth: w,
    span: s,
    }, {
        label: "年龄",
        prop: "age",
        addDisplay: false,
        editDisplay: false,
        labelWidth: w,
        span: s,
}
    //     , {
    //         label: "持股比例(%)",
src/views/securityUnitChild/index.vue
@@ -754,7 +754,7 @@
    },
    rowUpdate2(row, index, done, loading) {
      console.log(row);
      delete row.shareholdingratio;
      // delete row.shareholdingratio;
      update2(row).then(
        () => {
          this.onLoad2(this.page2);
src/views/system/user.vue
@@ -1016,6 +1016,7 @@
    onLoad(page, params = {}) {
      this.loading = true;
      var deptid = this.deptids == null ? this.treeDeptId : this.deptids;
      params['status'] = 1;
      getList(
        page.currentPage,
        page.pageSize,
vue.config.js
@@ -30,12 +30,12 @@
                // target: 'http://localhost:83',
                // target: 'http://192.168.0.114:83',//钟日健W
                // target: 'http://192.168.0.106:83',//曾杭W
                // target: 'http://localhost:81',
                target: 'http://localhost:83',
                // target: 'http://192.168.0.115:83',//原W
                // target: 'http://localhost:81', //原W
                // target: 'http://192.168.0.115:83',//原W
                // target: 'http://192.168.0.107:83',//唐N
                target: 'http://192.168.0.112:83',//唐N
                // target: 'http://192.168.0.112:83',//唐N
                //远程演示服务地址,可用于直接启动项目
                ws: true,
                pathRewrite: {