Administrator
2021-08-11 92d0cf73df170131eba84490d875bc954eb7a708
src/views/securityUnit/data.js
@@ -21,6 +21,8 @@
        prop: "creditcode",
        width: 140,
        hide: true,
        labelWidth: 160,
        // hide: true,
        // editDisplay: false,
        // addDisplay: false
@@ -55,12 +57,16 @@
        label: "企业名称",
        prop: "enterprisename",
        search: true,
        width: 130,
        searchSpan: 4,
        labelWidth: 160,
        // width: 130,
        overHidden: true
    },
    {
        label: "企业类型",
        prop: "stats",
        type: "tree",
        labelWidth: 160,
        dicUrl: "/api/blade-system/dict-biz/dictionary?code=stats",
        props: {
            label: "dictValue",
@@ -77,10 +83,11 @@
    },
    {
        label: "法定代表人",
        labelWidth: 160,
        prop: "representative",
        width: 80,
        search: true,
        searchSpan: 5,
        searchSpan: 4,
        searchLabelWidth: 100
    },
    // {
@@ -89,7 +96,7 @@
    //     // addDisplay: true, 
    //     // editDisplay: true,
    //     // viewDisplay: true,
    //     // searchSpan: 5,
    //     // searchSpan: 4,
    //     // dicUrl: "/api/blade-system/dict-biz/dictionary?code=educationType",
    //     // props: {
    //     //     label: "dictValue",
@@ -106,6 +113,7 @@
    {
        label: "成立日期",
        prop: "establishtime",
        labelWidth: 160,
        width: 130,
        overHidden: true,
        type: "date",
@@ -131,14 +139,16 @@
    {
        label: "注册资本(万元人民币)",
        prop: "registeredcapital",
        labelWidth: 160,
        // search: true,
        width: 110,
        width: 140,
        // overHidden: true
    },
    {
        label: "实缴资本(万元人民币)",
        prop: "capital",
        width: 85,
        labelWidth: 160,
        // width: 85,
        hide: true,
        // search: true,
        // searchSpan: 4,
@@ -146,20 +156,25 @@
    },
    {
        label: "组织机构代码",
        labelWidth: 160,
        prop: "organizationcode",
        width: 110,
        // width: 110,
        // search: true,
        // searchSpan: 4,
    },
    {
        label: "工商注册号",
        prop: "registrationnumber",
        labelWidth: 160,
        width: 120,
        // search: true,
        // searchSpan: 4,
    },
    {
        label: "纳税人识别号",
        prop: "identificationnumber",
        labelWidth: 160,
        width: 140,
        // addDisplay: true,
        // editDisplay: true,
        // viewDisplay: true,
@@ -201,6 +216,7 @@
    {
        label: "注册地址",
        prop: "address",
        labelWidth: 160,
        // search: true,
        hide: true,
    },
@@ -208,14 +224,16 @@
        label: "经营范围",
        prop: "business",
        // search: true,
        labelWidth: 160,
        hide: true,
        width: 110,
        // width: 110,
        overHidden: true
    },
    {
        label: "所属地区",
        prop: "region",
        width: 110,
        labelWidth: 160,
        // width: 110,
        // search: true,
        overHidden: true
    },
@@ -223,6 +241,7 @@
        label: "登记机关",
        prop: "registration",
        // search: true,
        labelWidth: 160,
        // width: 88,
        overHidden: true,
        hide: true,
@@ -231,6 +250,7 @@
    {
        label: "所属行业",
        prop: "industry",
        labelWidth: 160,
        hide: true,
        // search: true,
        // width: 88,
@@ -278,11 +298,11 @@
    },
    {
        label: "辖区",
        prop: "departmentid",
        prop: "jurisdiction",
        // type: "tree",
        // disabled: true,
        type: "tree",
        dicUrl: "/api/blade-system/dept/lazy-tree?parentId=0",
        dicUrl: "/api//jurisdiction/lazy-trees",
        props: {
            label: "title",
            value: "id"
@@ -292,7 +312,7 @@
        rules: [
            {
                required: true,
                message: "请选择所属部门",
                message: "请选择所属辖区",
                trigger: "click",
            },
        ],
@@ -420,6 +440,7 @@
    {
        label: "工商注册号",
        prop: "registrationnumber",
        labelWidth: w,
        span: s,
        rules: [{
@@ -528,7 +549,7 @@
        span: s,
        rules: [{
            required: true,
            message: "请输入法定代表人",
            message: "请输入统一社会信用代码",
            trigger: "blur"
        }]
    },
@@ -555,12 +576,22 @@
        label: "股东",
        prop: "shareholder",
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入法定代表人",
            trigger: "blur"
        }]
    }, {
        label: "持股比例(%)",
        prop: "shareholdingratio",
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入持股比例",
            trigger: "blur"
        }]
    },
    // {
    //     label: "最终受益股份",
@@ -572,7 +603,12 @@
        label: "出资金额",
        prop: "capital2",
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入出资金额",
            trigger: "blur"
        }]
    }, {
        label: "出资时间",
        prop: "capitaltime",
@@ -580,17 +616,32 @@
        format: "yyyy-MM-dd",
        valueFormat: "timestamp",
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入法定代表人",
            trigger: "blur"
        }]
    }, {
        label: "身份证",
        prop: "cardid",
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入身份证",
            trigger: "blur"
        }]
    }, {
        label: "联系电话",
        prop: "cell",
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入联系电话",
            trigger: "blur"
        }]
    },
]
@@ -610,7 +661,12 @@
        prop: "creditcode",
        disabled: true,
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入统一社会信用代码",
            trigger: "blur"
        }]
    },
    // {
    //     label: "部门",
@@ -635,22 +691,42 @@
        label: "姓名",
        prop: "name",
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入姓名",
            trigger: "blur"
        }]
    }, {
        label: "职务",
        prop: "post",
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入职务",
            trigger: "blur"
        }]
    }, {
        label: "身份证",
        prop: "cardid2",
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入身份证",
            trigger: "blur"
        }]
    }, {
        label: "联系电话",
        prop: "cell2",
        labelWidth: w,
        span: s
        span: s,
        rules: [{
            required: true,
            message: "请输入联系电话",
            trigger: "blur"
        }]
    }
    // , {
    //     label: "持股比例(%)",