Merge branch 'master' of https://gitee.com/beiwu/cmanager
This commit is contained in:
@@ -353,20 +353,38 @@ export default {
|
||||
{
|
||||
label: "民族",
|
||||
prop: "aac005",
|
||||
// hide: true,
|
||||
span: 24,
|
||||
type: 'select',
|
||||
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC005",
|
||||
props: {
|
||||
label: "dictValue",
|
||||
value: "dictValue",
|
||||
},
|
||||
rules: [
|
||||
{required: true, message: "请输入民族", trigger: "blur"},
|
||||
{
|
||||
required: true,
|
||||
message: "请输入民族",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
label: "户口性质",
|
||||
prop: "aac009",
|
||||
// hide: true,
|
||||
span: 24,
|
||||
type: 'select',
|
||||
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC009",
|
||||
props: {
|
||||
label: "dictValue",
|
||||
value: "dictValue",
|
||||
},
|
||||
rules: [
|
||||
{required: true, message: "请输入户口性质", trigger: "blur"},
|
||||
{
|
||||
required: true,
|
||||
message: "请输入户口性质",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
label: "户口所在地",
|
||||
@@ -380,16 +398,25 @@ export default {
|
||||
{
|
||||
label: "文化程度",
|
||||
prop: "aac011",
|
||||
// hide: true,
|
||||
span: 24,
|
||||
type: 'select',
|
||||
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC011",
|
||||
props: {
|
||||
label: "dictValue",
|
||||
value: "dictValue",
|
||||
},
|
||||
rules: [
|
||||
{required: true, message: "请输入文化程度", trigger: "blur"},
|
||||
{
|
||||
required: true,
|
||||
message: "请输入文化程度",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
label: "经办时间",
|
||||
prop: "aae036",
|
||||
// hide: true,
|
||||
display: false,
|
||||
span: 24,
|
||||
rules: [
|
||||
{required: true, message: "请输入经办时间", trigger: "blur"},
|
||||
|
||||
@@ -355,20 +355,38 @@ export default {
|
||||
{
|
||||
label: "民族",
|
||||
prop: "aac005",
|
||||
// hide: true,
|
||||
span: 24,
|
||||
type: 'select',
|
||||
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC005",
|
||||
props: {
|
||||
label: "dictValue",
|
||||
value: "dictValue",
|
||||
},
|
||||
rules: [
|
||||
{required: true, message: "请输入民族", trigger: "blur"},
|
||||
{
|
||||
required: true,
|
||||
message: "请输入民族",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
label: "户口性质",
|
||||
prop: "aac009",
|
||||
// hide: true,
|
||||
span: 24,
|
||||
type: 'select',
|
||||
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC009",
|
||||
props: {
|
||||
label: "dictValue",
|
||||
value: "dictValue",
|
||||
},
|
||||
rules: [
|
||||
{required: true, message: "请输入户口性质", trigger: "blur"},
|
||||
{
|
||||
required: true,
|
||||
message: "请输入户口性质",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
label: "户口所在地",
|
||||
@@ -382,16 +400,25 @@ export default {
|
||||
{
|
||||
label: "文化程度",
|
||||
prop: "aac011",
|
||||
// hide: true,
|
||||
span: 24,
|
||||
type: 'select',
|
||||
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC011",
|
||||
props: {
|
||||
label: "dictValue",
|
||||
value: "dictValue",
|
||||
},
|
||||
rules: [
|
||||
{required: true, message: "请输入文化程度", trigger: "blur"},
|
||||
{
|
||||
required: true,
|
||||
message: "请输入文化程度",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
label: "经办时间",
|
||||
prop: "aae036",
|
||||
// hide: true,
|
||||
display: false,
|
||||
span: 24,
|
||||
rules: [
|
||||
{required: true, message: "请输入经办时间", trigger: "blur"},
|
||||
|
||||
@@ -573,7 +573,7 @@ export default {
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "企业信息",
|
||||
label: "用工单位信息",
|
||||
prop: "contactsRequire",
|
||||
arrow: false,
|
||||
column: [
|
||||
@@ -590,12 +590,12 @@ export default {
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
label: "企业信用代码",
|
||||
label: "单位信用代码",
|
||||
prop: "missionCompanyScale",
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
message: "请输入企业信用代码",
|
||||
message: "请输入单位信用代码",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
@@ -620,7 +620,7 @@ export default {
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
label: "企业性质",
|
||||
label: "单位性质",
|
||||
prop: "missionCompanyNature",
|
||||
type: 'select',
|
||||
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
|
||||
@@ -631,20 +631,20 @@ export default {
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
message: "请输入企业性质",
|
||||
message: "请输入单位性质",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
label: "企业介绍",
|
||||
label: "单位介绍",
|
||||
prop: "missionCompanyDescription",
|
||||
type: "textarea",
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
message: "请输入企业介绍",
|
||||
message: "请输入单位介绍",
|
||||
trigger: "blur",
|
||||
},
|
||||
{
|
||||
@@ -654,7 +654,7 @@ export default {
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
placeholder: "请输入企业介绍,字数30-200字以内",
|
||||
placeholder: "请输入单位介绍,字数30-200字以内",
|
||||
span: 24,
|
||||
maxlength: 200,
|
||||
showWordLimit: true,
|
||||
|
||||
@@ -701,7 +701,7 @@ export default {
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "企业信息",
|
||||
label: "用工单位信息",
|
||||
prop: "contactsRequire",
|
||||
arrow: false,
|
||||
column: [
|
||||
@@ -718,12 +718,12 @@ export default {
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
label: "企业信用代码",
|
||||
label: "单位信用代码",
|
||||
prop: "jobCompanyScale",
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
message: "请输入企业信用代码",
|
||||
message: "请输入单位信用代码",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
@@ -743,7 +743,7 @@ export default {
|
||||
},
|
||||
{
|
||||
prop: "jobCompanyNature",
|
||||
label: "企业性质",
|
||||
label: "单位性质",
|
||||
type: 'select',
|
||||
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
|
||||
props: {
|
||||
@@ -753,20 +753,20 @@ export default {
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
message: "请输入企业性质",
|
||||
message: "请输入单位性质",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
label: "企业介绍",
|
||||
label: "单位介绍",
|
||||
prop: "jobCompanyDescription",
|
||||
type: "textarea",
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
message: "请输入企业介绍",
|
||||
message: "请输入单位介绍",
|
||||
trigger: "blur",
|
||||
},
|
||||
{
|
||||
@@ -776,7 +776,7 @@ export default {
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
placeholder: "请输入企业介绍,字数30-200字以内",
|
||||
placeholder: "请输入单位介绍,字数30-200字以内",
|
||||
span: 24,
|
||||
maxlength: 200,
|
||||
showWordLimit: true,
|
||||
|
||||
Reference in New Issue
Block a user