Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shop-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
xuhongyun
9 years ago
Commit
e26bb8ccd038bdefb085546c524386608fabcc0b
1 parent
d7d632f7
build project
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
dist/yohobuy-shops-fe/4.8.3/jquery/goods.netsale.Edit.js
server/controllers/goods.netsale.js
dist/yohobuy-shops-fe/4.8.3/jquery/goods.netsale.Edit.js
View file @
e26bb8c
...
...
@@ -13,6 +13,12 @@ webpackJsonp([7],[
window
.
NETSALEDATA
=
ViewModel
.
data
||
{};
//如果是info页,所有input btn置灰
if
(
$
(
'.contentpanel'
).
data
(
'type'
)
==
'info'
)
{
$
(
'.contentpanel'
).
find
(
'input'
).
prop
(
'disabled'
,
true
);
$
(
'.contentpanel'
).
find
(
'.btn'
).
addClass
(
'disabled'
);
}
window
.
GOLABDATA
=
{
on
:
function
(
key
,
callback
)
{
var
that
=
this
;
...
...
server/controllers/goods.netsale.js
View file @
e26bb8c
...
...
@@ -23,7 +23,8 @@ module.exports=function(app) {
action
:
'INFOR'
,
moduleName
:
"网销信息"
,
pageName
:
"查看商品信息"
,
shopsId
:
req
.
session
.
user
.
auth
.
shopId
shopsId
:
req
.
session
.
user
.
auth
.
shopId
,
type
:
"info"
};
return
netsale
;
});
...
...
Please
register
or
login
to post a comment