运单录入运单号长度6-18之间
This commit is contained in:
parent
86c0b7eb1d
commit
df37100355
@ -1048,6 +1048,12 @@ data() {
|
||||
message: this.$t('运单号格式错误,仅支持字母、数字和横杠,横杠需在字母/数字中间'),
|
||||
trigger: 'blur'
|
||||
},
|
||||
{
|
||||
min: 6,
|
||||
max: 18,
|
||||
message: this.$t('运单号长度在6-18个字符之间'),
|
||||
trigger: 'blur'
|
||||
}
|
||||
],
|
||||
destinationCountry: [
|
||||
{ required: true, message: "目的国不能为空", trigger: ["blur",'change'] }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user