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
2ec9678d
authored
Aug 18, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
下单时选择普通发票则清空终端信息
parent
b0f09e4b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
public/js/add_order.js
public/js/add_order.js
View file @
2ec9678d
...
@@ -256,6 +256,12 @@
...
@@ -256,6 +256,12 @@
$
(
'.product_use_classtwo_sn'
).
val
(
data
.
product_use_classtwo_sn
);
$
(
'.product_use_classtwo_sn'
).
val
(
data
.
product_use_classtwo_sn
);
$
(
'.customer_website'
).
val
(
data
.
customer_website
);
$
(
'.customer_website'
).
val
(
data
.
customer_website
);
}
else
{
}
else
{
$
(
'.customer_cn'
).
val
(
''
);
$
(
'.customer_type'
).
val
(
''
);
$
(
'.customer_en'
).
val
(
''
);
$
(
'.product_use_classone_sn'
).
val
(
''
);
$
(
'.product_use_classone_sn'
).
change
();
$
(
'.customer_website'
).
val
(
''
);
layer
.
msg
(
'购物车中存在digikey商品,请选择增值税普票或专票'
);
layer
.
msg
(
'购物车中存在digikey商品,请选择增值税普票或专票'
);
}
}
}
}
...
...
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