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-22 17:05:29 +0800
Commit
541fad79026698c94e136f484235780d26f3f6cc
1 parent
ce457e8b
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
code/apps/baserule/controllers/productParm.js
code/static/js.jquery/module/baserule/parameterMake/Index.js
code/apps/baserule/controllers/productParm.js
View file @
541fad7
...
...
@@ -34,7 +34,7 @@ module.exports=function(app) {
app
.
get
(
"/erpproduct/standardVal/index"
,
"baserule.parameterMake.Index"
,
function
(){
this
.
$extend
=
{
moduleName
:
'商品基础规则'
,
pageName
:
'产品参数
类别
管理'
pageName
:
'产品参数
值
管理'
}
});
/*参数类别列表*/
...
...
code/static/js.jquery/module/baserule/parameterMake/Index.js
View file @
541fad7
Please
register
or
login
to post a comment