Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
81316f88
authored
Aug 21, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整
parent
c399f924
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
public/js/add_order.js
public/js/add_order.js
View file @
81316f88
...
...
@@ -753,38 +753,38 @@
var
product_use_classtwo_sn
=
$
(
'.product_use_classtwo_sn'
).
val
();
var
customer_website
=
$
(
'.customer_website'
).
val
();
//
if (!customer_cn) {
//
layer.msg('请填写终端中文名称');
//
return false;
//
}
if
(
!
customer_cn
)
{
layer
.
msg
(
'请填写终端中文名称'
);
return
false
;
}
//
if (customer_type == '') {
//
layer.msg('请选择客户类型');
//
return false;
//
}
if
(
customer_type
==
''
)
{
layer
.
msg
(
'请选择客户类型'
);
return
false
;
}
//
if (customer_type == 1) { // 若客户类型为终端,则外文名称,产品用途和网址为必填
//
if (!customer_en) {
//
layer.msg('请填写终端英文名称');
//
return false;
//
}
if
(
customer_type
==
1
)
{
// 若客户类型为终端,则外文名称,产品用途和网址为必填
if
(
!
customer_en
)
{
layer
.
msg
(
'请填写终端英文名称'
);
return
false
;
}
//
var en_reg = /^[a-zA-Z0-9\.\s\,\(\)]+$/;
//
if(!en_reg.test(customer_en)){
//
layer.msg('请填写全英文名称');
//
return false;
//
}
var
en_reg
=
/^
[
a-zA-Z0-9
\.\s\,\(\)]
+$/
;
if
(
!
en_reg
.
test
(
customer_en
)){
layer
.
msg
(
'请填写全英文名称'
);
return
false
;
}
//
if (product_use_classone_sn == '') {
//
layer.msg('请选择产品用途一级分类');
//
return false;
//
}
if
(
product_use_classone_sn
==
''
)
{
layer
.
msg
(
'请选择产品用途一级分类'
);
return
false
;
}
//
if (!customer_website) {
//
layer.msg('请填写客户网址');
//
return false;
//
}
//
}
if
(
!
customer_website
)
{
layer
.
msg
(
'请填写客户网址'
);
return
false
;
}
}
datax
.
customer_cn
=
customer_cn
;
datax
.
customer_en
=
customer_en
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment