Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
c2a686b9
Commit
c2a686b9
authored
Jul 08, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pp
parent
3c5c2c8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.js
+4
-3
No files found.
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.js
View file @
c2a686b9
...
@@ -414,8 +414,8 @@
...
@@ -414,8 +414,8 @@
remark
:
d_order
.
remark
remark
:
d_order
.
remark
};
};
th
is
.
tmStatus
=
d_tm
.
tmStatus
;
th
at
.
tmStatus
=
d_tm
.
tmStatus
;
console
.
log
(
'商标状态: '
,
th
is
.
tmStatus
);
console
.
log
(
'商标状态: '
,
th
at
.
tmStatus
);
console
.
log
(
'前端打印接收后端的数据: '
,
JSON
.
stringify
(
d_apply
));
console
.
log
(
'前端打印接收后端的数据: '
,
JSON
.
stringify
(
d_apply
));
var
apply
=
{
var
apply
=
{
...
@@ -895,7 +895,8 @@
...
@@ -895,7 +895,8 @@
return
false
;
return
false
;
}
}
if
(
!
that
.
channelOrder
.
remainder
||
that
.
channelOrder
.
remainder
<
0
)
{
if
(
!
that
.
channelOrder
.
remainder
||
that
.
channelOrder
.
remainder
<
0
)
{
if
(
this
.
tmStatus
!=
'12'
||
this
.
tmStatus
!=
'13'
)
{
if
(
that
.
tmStatus
!=
"12"
&&
that
.
tmStatus
!=
"13"
)
{
that
.
$message
.
warning
(
`渠道订单产品数量异常`
);
that
.
$message
.
warning
(
`渠道订单产品数量异常`
);
return
false
;
return
false
;
}
}
...
...
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