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
b2c76860
Commit
b2c76860
authored
Apr 08, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tmSourceType
parent
61f5d76c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
fqboss/app/front/vues/pages/trademark/trademark.js
+6
-0
No files found.
fqboss/app/front/vues/pages/trademark/trademark.js
View file @
b2c76860
...
...
@@ -717,6 +717,9 @@
for
(
var
i
=
0
;
i
<
selectedRows
.
length
;
i
++
)
{
if
(
selectedRows
[
i
].
tmSourceType
==
"32"
&&
[
"SUBALITM"
,
"SUBALITMOK"
,
"DOCFINISH"
,
"ALIPAYREFUND"
,
"ALIAUDITNOT"
,
"ALICUSTOMERREJECTED"
,
"REQALIERROR"
].
indexOf
(
selectedRows
[
i
].
tmStatus
)
>=
0
)
{
idList
.
push
(
selectedRows
[
i
].
id
);
}
else
{
that
.
$message
.
warning
(
`所选择的数据中必须包含阿里云来源,且商标状态为【资料齐全、已提交阿里(待补全信息)、已补全信息(待确认商标)、阿里云审不通过、已失败退款(阿里)、客户反馈(待修改重新同步)、阿里接口错误(需峰擎系统处理)】才能进行同步`
);
return
false
;
}
}
if
(
idList
.
length
==
0
)
{
...
...
@@ -755,6 +758,9 @@
for
(
var
i
=
0
;
i
<
selectedRows
.
length
;
i
++
)
{
if
(
selectedRows
[
i
].
tmSourceType
==
"32"
&&
[
"DOCFINISH"
,
"SUBALITM"
,
"ALIPAYREFUND"
,
"ALIAUDITNOT"
,
"ALICUSTOMERREJECTED"
,
"REQALIERROR"
,
"SUBALITMOK"
].
indexOf
(
selectedRows
[
i
].
tmStatus
)
>=
0
)
{
idList
.
push
(
selectedRows
[
i
].
id
);
}
else
{
that
.
$message
.
warning
(
`所选择的数据中必须包含阿里云来源,且商标状态为【资料齐全、已提交阿里(待补全信息)、已失败退款(阿里)、阿里云审不通过、客户反馈(待修改重新同步)、阿里接口错误(需峰擎系统处理)、已补全信息(待确认商标)】才能进行关闭`
);
return
false
;
}
}
if
(
idList
.
length
==
0
)
{
...
...
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