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
9 years ago
Commit
80cff94e8482af3adc851ad72ca466df0fee31d1
1 parent
282fd895
master
...
feature/feature_v4.5_20160525
feature/feature_v4.6_20160525
yohobuy_portal_dev_v4.4_20160525
yohobuy_portal_dev_v4.5_20160601
yohobuy_portal_dev_v4.6_20160601
yohobuy_portal_dev_v4.7_20160616
4.4.0_20160531
4.3.6_20160517
4.3.3_20160512
4.3.2_20160511
4.3.1_20160509
yohobuy_portal_dev_v4.6_20160622
fixed_gray_import
供应商统一文案
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
server/interface/supplier.js
server/views/pages/product/new-class.html
server/interface/supplier.js
View file @
80cff94
...
...
@@ -14,7 +14,7 @@ exports.res = [
searchStatus
:[
{
name
:
"暂存"
,
value
:
"100"
},
{
name
:
"审核中"
,
value
:
"200"
},
{
name
:
"
审核
驳回"
,
value
:
"900"
}
{
name
:
"驳回"
,
value
:
"900"
}
],
searchSort
:
true
,
pageTitle
:
"创建供应商"
...
...
@@ -30,8 +30,8 @@ exports.res = [
bottons
:
'{"resetlock":true,"updatecheck":true}'
,
gridurl
:
'/supplier/create/getManageSupplierList'
,
searchStatus
:[
{
name
:
"审核通过"
,
value
:
"300"
},
{
name
:
"审核驳回"
,
value
:
"900"
},
{
name
:
"通过"
,
value
:
"300"
},
{
name
:
"驳回"
,
value
:
"900"
},
{
name
:
"审核中"
,
value
:
"200"
}
],
searchIsfreez
:
true
,
...
...
server/views/pages/product/new-class.html
View file @
80cff94
...
...
@@ -93,7 +93,7 @@
<
div
class
=
"radio"
>
<
label
><
input
type
=
"radio"
value
=
"0"
name
=
"status"
>
关闭
<
/label
>
<
/div
>
<
input
id
=
"status"
type
=
"hidden"
value
=
"[[status||'
1
']]"
for
=
"radio"
>
<
input
id
=
"status"
type
=
"hidden"
value
=
"[[status||'
0
']]"
for
=
"radio"
>
<
/div
>
<
/div
>
<
input
id
=
"id"
class
=
"form-control"
type
=
"hidden"
value
=
"[[id]]"
>
...
...
Please
register
or
login
to post a comment