<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8" %>
<%@ include file="/common/taglibs.jsp" %>
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>iwms-供应商的物料</title>
<!-- Bootstrap -->
<link href="${ctx}/plugins/gentelella/vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="${ctx}/plugins/gentelella/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- NProgress -->
<link href="${ctx}/plugins/gentelella/vendors/nprogress/nprogress.css" rel="stylesheet">
<!-- iCheck -->
<link href="${ctx}/plugins/gentelella/vendors/iCheck/skins/flat/green.css" rel="stylesheet">
<!-- Custom Theme Style -->
<link href="${ctx}/plugins/gentelella/basic/css/custom.min.css" rel="stylesheet">
<style type="text/css">
body {
background-color: transparent;
}
</style>
</head>
<body class="nav-md">
<div class="container body">
<div class="container">
<!-- page content -->
<div class="right">
<div class="">
<div class="page-title">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12" style="width: 100%">
<form class="form-horizontal form-label-left input_mask">
<div class="col-md-2 col-sm-12 col-xs-12 form-group" style="width: 50%;float: left">
<input type="text" placeholder="请输入供应商名..." class="form-control"
name="filter_LIKE_name"
value="${param.filter_LIKE_name}">
</div>
<button type="submit" class="btn btn-primary">
<i class="fa fa-search">查询</i>
</button>
</form>
<button type="button" class="btn btn-success" id="addBtn"
style="background-color: orangered">
<i class="fa fa-plus">新增物料</i>
</button>
<H4>供应商${supplier.name}</H4>
<input type="hidden" id="sprId" value="${supplierId}">
</div>
</div>
</div>
<div class="clearfix"></div>
<c:if test="${not empty message}">
<div id="message" class="alert alert-success">
<button data-dismiss="alert" class="close">×</button>
${message}</div>
</c:if>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_content">
<div class="table-responsive">
<table class="table table-striped jambo_table bulk_action">
<thead>
<tr class="headings">
<th class="column-title">物料名称</th>
<th class="column-title">物料类型</th>
<th class="column-title">状态</th>
<th class="column-title no-link last"><span
class="nobr">操作</span></th>
</tr>
</the
js和jsp多选例子
最新推荐文章于 2021-04-16 20:08:00 发布