Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d6a808bd
authored
Jul 17, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
0843c8f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
Application/Home/View/GoodManage/uploadsingle.html
dist/js/goodmanage/uploadsingle.js
Application/Home/View/GoodManage/uploadsingle.html
View file @
d6a808bd
...
...
@@ -16,7 +16,7 @@
<div
class=
"nav_title"
>
商品管理 > 发布商品 > 上传商品
</div>
<div
class=
"inquiry_form"
>
<div
class=
"top_title clr"
>
<h3
class=
"bold fl"
>
上传商品
</h3>
<h3
class=
"bold fl"
id=
"title"
>
</h3>
<div
class=
"plsc_btn fr"
>
<span
class=
"icon iconfont iconjuxing16"
></span>
批量上传
...
...
dist/js/goodmanage/uploadsingle.js
View file @
d6a808bd
...
...
@@ -7,6 +7,14 @@
},
created
:
function
(
opt
)
{
//判断编辑 新增状态
var
id
=
Util
.
getRequest
(
'id'
),
text
=
''
;
id
?
text
=
'编辑商品'
:
text
=
'上传商品'
;
$
(
"#title"
).
text
(
text
);
return
this
;
},
mounted
:
function
(
opt
)
{
...
...
@@ -33,7 +41,6 @@
});
//天数同步期货
$
(
document
).
on
(
'input propertychange'
,
'input[name="day"]'
,
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment