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
c33d833e
authored
Apr 08, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整js
parent
7711c919
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/add_inquiry_order.js
public/js/add_inquiry_order.js
View file @
c33d833e
...
@@ -1020,7 +1020,7 @@ layui.config({
...
@@ -1020,7 +1020,7 @@ layui.config({
uid
:
user_id
,
uid
:
user_id
,
cart_id
:
cart_id
,
cart_id
:
cart_id
,
};
};
console
.
log
(
old
)
switch
(
obj
.
field
)
{
switch
(
obj
.
field
)
{
case
'goods_number'
:
case
'goods_number'
:
var
min_buy
=
obj
.
data
.
min_buy
;
var
min_buy
=
obj
.
data
.
min_buy
;
...
@@ -1037,7 +1037,7 @@ console.log(old)
...
@@ -1037,7 +1037,7 @@ console.log(old)
}
}
var
curr_goods_type
=
obj
.
data
.
goods_type
;
var
curr_goods_type
=
obj
.
data
.
goods_type
;
var
joint_goods_type
=
[
1
,
2
];
// 商品联营类型
var
joint_goods_type
=
[
"1"
,
"2"
];
// 商品联营类型
if
(
joint_goods_type
.
indexOf
(
curr_goods_type
)
==
-
1
)
{
// 自营数量需要结合倍数
if
(
joint_goods_type
.
indexOf
(
curr_goods_type
)
==
-
1
)
{
// 自营数量需要结合倍数
var
mpl
=
Number
(
obj
.
data
.
mpl
);
// 倍数
var
mpl
=
Number
(
obj
.
data
.
mpl
);
// 倍数
...
...
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