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
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2016-03-29 11:32:18 +0800
Commit
04c2427a184e13c7b2a6d877d9bde01098324eac
1 parent
8c117b45
modelcode字段跟换
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
54 deletions
client/package.json
server/views/pages/basegoods/info.html
client/package.json
deleted
100644 → 0
View file @
8c117b4
{
"name"
:
"yohobuy-portal"
,
"version"
:
"0.3.2"
,
"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-ftp"
:
"^1.1.0"
,
"gulp-md5"
:
"^0.1.2"
,
"gulp-minify-css"
:
"^1.2.4"
,
"gulp-plumber"
:
"^1.1.0"
,
"gulp-rename"
:
"^1.2.2"
,
"gulp-sass"
:
"^2.0.4"
,
"gulp-uglify"
:
"^1.5.2"
,
"gulp-util"
:
"^3.0.7"
,
"webpack"
:
"^1.12.13"
},
"scripts"
:
{
"test"
:
"spm test"
,
"build"
:
"spm build"
},
"main"
:
"app.js"
,
"directories"
:
{
"example"
:
"examples"
,
"test"
:
"tests"
},
"license"
:
"ISC"
}
server/views/pages/basegoods/info.html
View file @
04c2427
...
...
@@ -133,7 +133,7 @@
<
span
>
[[
_item
.
sizeName
]]
<
/span
>
<
/th
>
<
th
>
[[
_item
.
salePrice
]]
<
/th
>
<
th
>
[[
item
.
factory
Code
]]
<
/th
>
<
th
>
[[
item
.
model
Code
]]
<
/th
>
<
th
>
[[
_item
.
barCode
]]
<
/th
>
<
th
>
[[
item
.
factoryGoodsName
]]
<
/th
>
[[
if
_item
.
isSuppled
==
"Y"
]]
...
...
Please
register
or
login
to post a comment