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
Plain Diff
Browse Files
Authored by
mali
2017-08-08 12:34:20 +0800
Commit
f79ebe17675dea0ef465104968d2e588fddb832e
2 parents
bf4ff879
fea2bc7b
Merge branch 'master' into test6.0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
code/apps/product/views/productBatch/Import.html
dist/yohobuy-portal-fe/5.0.2/jquery/brand.Edit.js
server/interfaces/brand.brand.js
server/views/product/productBatch/Import.html
code/apps/product/views/productBatch/Import.html
View file @
f79ebe1
...
...
@@ -20,7 +20,7 @@
2、第一行标题栏:SKN、起购件数、折扣、促销名称、状态(1:开启,2:关闭)
<br>
<span
style=
"color: red;"
>
3、折扣只支持 0.01-1 之间的数字,到小数点后 2 位,例如 0.85;
</span><br>
4、量贩商品不可参加秒杀、限定、预售、定金预售,设定后无法生效
<br/>
5、
<a
href=
"/ajax/link/
vipProduc
t"
>
下载样例
</a>
5、
<a
href=
"/ajax/link/
productBatchImpor
t"
>
下载样例
</a>
</td>
</tr>
</table>
...
...
dist/yohobuy-portal-fe/5.0.2/jquery/brand.Edit.js
View file @
f79ebe1
...
...
@@ -103,7 +103,7 @@ webpackJsonp([17],{
$
(
document
).
on
(
'click'
,
'#save_brand'
,
function
()
{
e
.
submit
(
$
(
"#basicForm"
).
attr
(
"action"
),
function
(
option
)
{
//option.data.authorizeCerts = authorizeCertList;
//option.data.authorizeCerts = authorizeCertList.join(',')
;
option
.
data
.
countryId
=
option
.
data
.
brandHeadstream
;
option
.
data
.
authorizeCerts
=
JSON
.
stringify
(
authorizeCertList
);
option
.
success
=
function
(
res
)
{
...
...
server/interfaces/brand.brand.js
View file @
f79ebe1
...
...
@@ -41,7 +41,8 @@ module.exports={
{
name
:
'registerCertUrl'
,
type
:
'string'
},
{
name
:
'authorizeCerts'
,
type
:
'string'
},
{
name
:
'brandBanner'
,
type
:
'string'
},
{
name
:
'certParty'
,
type
:
'string'
}
{
name
:
'certParty'
,
type
:
'string'
},
{
name
:
'countryId'
,
type
:
'Number'
}
]
},
...
...
server/views/product/productBatch/Import.html
View file @
f79ebe1
...
...
@@ -20,7 +20,7 @@
2、第一行标题栏:SKN、起购件数、折扣、促销名称、状态(1:开启,2:关闭)
<br>
<span
style=
"color: red;"
>
3、折扣只支持 0.01-1 之间的数字,到小数点后 2 位,例如 0.85;
</span><br>
4、量贩商品不可参加秒杀、限定、预售、定金预售,设定后无法生效
<br/>
5、
<a
href=
"/ajax/link/
vipProduc
t"
>
下载样例
</a>
5、
<a
href=
"/ajax/link/
productBatchImpor
t"
>
下载样例
</a>
</td>
</tr>
</table>
...
...
Please
register
or
login
to post a comment