3 Star 0 Fork 0

moon/miduoduo-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tiyanzhongce_add.html 4.38 KB
一键复制 编辑 原始数据 按行查看 历史
w_x_f 提交于 2017-09-28 20:23 . cs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>试用众测</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href="css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
<link href="css/font-awesome.css?v=4.4.0" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/plugins/summernote/summernote.css" rel="stylesheet">
<link href="css/plugins/webuploader/webuploader.css" rel="stylesheet" type="text/css" >
<link href="css/plugins/fileinput/fileinput.css" rel="stylesheet" type="text/css" />
<link href="css/demo/webuploader-demo.css" rel="stylesheet" type="text/css" >
<link href="css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css" rel="stylesheet">
<link href="css/plugins/switchery/switchery.css" rel="stylesheet">
<link href="css/style.css?v=4.1.0" rel="stylesheet">
<!-- 全局js -->
<script src="js/jquery.min.js?v=2.1.4"></script>
<script src="js/bootstrap.min.js?v=3.3.6"></script>
<!-- fileinput -->
<script src="js/plugins/fileinput/fileinput.js"></script>
<script src="js/plugins/fileinput/fileinput_locale_zh.js"></script>
<!-- jQuery Validation plugin javascript-->
<script src="js/plugins/validate/jquery.validate.min.js"></script>
<script src="js/plugins/validate/messages_zh.min.js"></script>
<script src="js/core.js"></script>
</head>
<body>
<div class="wrapper wrapper-content">
<div class="row">
<div class="col-sm-12">
<div class="ibox float-e-margins">
<div class="ibox-content">
<div>
<label class="">选择产品线</label>
<select id="groupType" name="" class="form-control" style="width: 40%;">
<option value="0">蜜哆哆</option>
<option value="1">蜜雅阁</option>
<option value="2">品牌馆</option>
</select>
</div>
<br><br><br>
<div>
<label>价格:</label>
<input id="price" class="form-control" style="width: 40%;">
</div>
<div>
<label>数量:</label>
<input id="num" class="form-control" type="number" style="width: 40%;">
</div>
<br><br><br>
<div id="jiu_picture_div" class="form-group" style="display: none;">
<label class="col-sm-3 control-label">旧活动图:</label>
<div class="col-sm-8">
<span id="picUrl" name="picUrl" class="footable-sort-indicator"></span>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">上传图片:</label>
<div class="col-sm-6">
<!--<div class="ibox-content">-->
<div class="page-container">
<input type="file" id="file_upload" name="file">
</div>
<!-- </div>-->
</div>
<span style="display: none;" id="uploadSuccessImg"></span>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="form-group">
<div class="col-sm-8">
<label class="">操作</label>
<div class="mid-width">
<input type="button" style="margin-top: 0 !important; color: blue;" class="btn btn-primary" value="添加" onclick="add()">
</div>
</div>
<div class="example-wrap">
<div class="example">
<table id="addTo-index-goods"></table>
<table id="manage-index-goods"></table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--bootstrap-table-->
<script src="js/plugins/bootstrap-table/bootstrap-table.min.js"></script>
<script src="js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>
<script src="js/tiyanzhongce.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yun_token/miduoduo-admin.git
[email protected]:yun_token/miduoduo-admin.git
yun_token
miduoduo-admin
miduoduo-admin
master

搜索帮助