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
f20fc6b5
authored
Apr 01, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整
parent
eb38f091
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/add_inquiry_order.js
resources/views/addInquiryOrder/addressInfo.blade.php
public/js/add_inquiry_order.js
View file @
f20fc6b5
...
...
@@ -233,7 +233,7 @@ layui.config({
// renderTable();
// })
form
.
on
(
'select(com_id)'
,
function
(
data
)
{
form
.
on
(
'select(
lx_
com_id)'
,
function
(
data
)
{
var
val
=
data
.
value
;
currency_sign
=
val
==
1
?
'RMB'
:
'USD'
;
...
...
resources/views/addInquiryOrder/addressInfo.blade.php
View file @
f20fc6b5
...
...
@@ -25,7 +25,7 @@
<label
class=
"layui-form-label"
>
销售组织:
</label>
<div
class=
"layui-input-inline layui-form"
lay-filter=
"com_id"
>
<select
name=
"com_id"
class=
"com_id"
lay-verify=
"required"
>
<select
name=
"com_id"
class=
"com_id"
lay-verify=
"required"
lay-filter=
"lx_com_id"
>
<option
value=
"1"
>
猎芯科技
</option>
<option
value=
"2"
>
泽茂
</option>
...
...
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