Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
Plain Diff
Browse Files
Authored by
liuyue
9 years ago
Commit
d00299e26b333c7b02942ae088a989cafaa68305
2 parents
7d1a9619
af686319
package.json
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
4 deletions
client/js/market/limitcode.js
client/package.json
client/js/market/limitcode.js
View file @
d00299e
...
...
@@ -115,10 +115,12 @@ var Bll={
//审核通过
$
(
'#basicTable'
).
on
(
'click'
,
'.apply-success'
,
function
()
{
var
item
=
g
.
rows
[
$
(
this
).
data
(
"index"
)];
var
data
=
{
id
:
item
.
id
,
status
:
1
,
reason
:
"预算不够"
var
data
=
function
(){
return
{
id
:
item
.
id
,
status
:
1
,
reason
:
"预算不够"
};
};
Bll
.
toast
(
"确定要通过该申请吗?"
,
data
);
});
...
...
client/package.json
0 → 100644
View file @
d00299e
{
"name"
:
"yohobuy-portal"
,
"version"
:
"0.1.0"
,
"description"
:
"yohobuy-portal"
,
"keywords"
:
[],
"homepage"
:
""
,
"author"
:
"demo"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
""
},
"spm"
:
{
"main"
:
"index.js"
,
"dependencies"
:
{
"jquery"
:
"2.1.4"
,
"import-style"
:
"1.0.0"
,
"yoho.handlebars"
:
"3.0.3"
,
"yoho.bootstrap"
:
"0.0.4"
},
"devDependencies"
:
{
"expect.js"
:
"0.3.1"
},
"buildArgs"
:
"--idleading {{name}}"
},
"devDependencies"
:
{
"crypto"
:
"0.0.3"
,
"extract-text-webpack-plugin"
:
"^1.0.1"
,
"gulp"
:
"^3.9.1"
,
"gulp-autoprefixer"
:
"^3.1.0"
,
"gulp-clean"
:
"^0.3.1"
,
"gulp-concat"
:
"^2.6.0"
,
"gulp-develop-server"
:
"^0.5.0"
,
"gulp-md5"
:
"^0.1.2"
,
"gulp-plumber"
:
"^1.1.0"
,
"gulp-rename"
:
"^1.2.2"
,
"gulp-sass"
:
"^2.0.4"
,
"gulp-uglify"
:
"^1.5.2"
,
"webpack"
:
"^1.12.13"
},
"scripts"
:
{
"test"
:
"spm test"
,
"build"
:
"spm build"
},
"main"
:
"app.js"
,
"directories"
:
{
"example"
:
"examples"
,
"test"
:
"tests"
},
"license"
:
"ISC"
}
...
...
Please
register
or
login
to post a comment