Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
2016-10-14 18:41:47 +0800
Commit
ea122dadcbb9d80d022401d1dce8aa86dc7b6a92
1 parent
fa0f1e10
resume ++
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
code/apps/goods/controllers/basegoods.js
code/apps/goods/interfaces/basegoods.js
code/static/js.jquery/module/goods/netsale/Batch.js
code/apps/goods/controllers/basegoods.js
View file @
ea122da
...
...
@@ -123,4 +123,5 @@ module.exports=function(app) {
/*通过任务ID查看任务是否被执行完 批量上架*/
app
.
post
(
"/product/queryBatchImportResultOfOnShelveSkn"
,
"basegoods_queryBatchImportResultOfOnShelveSkn"
);
}
\ No newline at end of file
...
...
code/apps/goods/interfaces/basegoods.js
View file @
ea122da
...
...
@@ -207,5 +207,6 @@ module.exports={
{
name
:
"param"
,
type
:
"String"
}
]
}
}
}
\ No newline at end of file
...
...
code/static/js.jquery/module/goods/netsale/Batch.js
View file @
ea122da
...
...
@@ -73,4 +73,5 @@ function __ajaxCheckTask(unquid){
}
$
(
"#message"
).
html
(
res
.
message
);
},
true
);
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment