Commit b2c76860 by 庄冰

tmSourceType

parent 61f5d76c
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment