Commit 185e7bf1 authored by qinj's avatar qinj

Merge branch 'dev' of http://120.25.63.219:6088/rex/portalhtml into dev

parents 2e4a3960 99d7b864
......@@ -197,12 +197,30 @@ export default {
label: '公司负责人联系方式',
layout: 12,
disabled:false,
rules: [
{
pattern: "^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|18[0-9]|19[0-35-9])\\d{8}$",
min: 11,
max: 11,
type: "string",
trigger: "blur",
message: "手机号格式错误"
}
]
},
ExtLeaderEmail_SDK: {
type: 'input',
label: '公司负责人邮箱',
layout: 12,
disabled:false,
rules: [
{
pattern: "^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*$",
type: "string",
trigger: "blur",
message: "邮箱格式错误"
}
]
},
ExtUnis_SDK: {
type: 'input',
......@@ -216,12 +234,29 @@ export default {
layout: 12,
label: 'Unis业务负责人联系方式',
disabled:false,
},
rules: [
{
pattern: "^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|18[0-9]|19[0-35-9])\\d{8}$",
min: 11,
max: 11,
type: "string",
trigger: "blur",
message: "手机号格式错误"
}
] },
ExtUnisEmail_SDK: {
type: 'input',
label: 'Unis业务负责人邮箱',
layout: 12,
disabled:false,
rules: [
{
pattern: "^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*$",
type: "string",
trigger: "blur",
message: "邮箱格式错误"
}
]
},
ExtBusiness_SDK: {
type: 'input',
......@@ -235,12 +270,30 @@ export default {
layout: 12,
label: '商务负责人联系方式',
disabled:false,
rules: [
{
pattern: "^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|18[0-9]|19[0-35-9])\\d{8}$",
min: 11,
max: 11,
type: "string",
trigger: "blur",
message: "手机号格式错误"
}
]
},
ExtBusinessEmail_SDK: {
type: 'input',
label: '商务负责人邮箱',
layout: 12,
disabled:false,
rules: [
{
pattern: "^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*$",
type: "string",
trigger: "blur",
message: "邮箱格式错误"
}
]
},
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment