旧版报表、仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

91 lines
3.1 KiB

@{
ViewBag.Title = "AddLocation";
Layout = "~/Views/Shared/iframeLayout.cshtml";
}
<link href="/3rd/AdminLTE/plugins/iCheck/flat/_all.css" rel="stylesheet" />
<style>
#listcbx label {
padding-left: 10px;
padding-right: 60px;
}
#divflex {
/*display: flex;
flex-direction: row;
justify-content: space-around;*/
}
#rightsidebar {
position: fixed;
height: 100%;
overflow-y: auto;
padding-top: 0px;
}
.control-sidebar {
width: 400px;
right: -400px;
}
/*.kuwei{
padding-left:10px;
}*/
</style>
<section class="content-header">
<h3 class="box-title" data-toggle="control-sidebar">仓库&库位增加设置</h3>
</section>
<section class="content">
<div id="closeCondition">
@*<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div class="box-header with-border">
<button id="compile" class="btn btn-info" v-on:click="compile()">修改</button>
<button id="save" class="btn btn-success" v-on:click="save()">保存</button>
</div>
</div>
</div>
</div>*@
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div class="box-header with-border">
<h4>仓库增加设置</h4>
</div>
<div class="box-body">
<div class="form-inline">
<label>仓库</label>
<input type="text" class="form-control" id="stock" value="" style="width:150px;" />
<button class="btn btn-primary" id="add1">增加</button>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div class="box-header with-border">
<h4>库位增加设置</h4>
</div>
<div class="box-body">
<div class="form-inline">
<label>仓库</label>
<select class="form-control" id="ddlStock" style="width: 150px"></select>
<label>库位</label>
<input type="text" class="form-control" id="ddlLocation" style="width: 150px" value="" />
<button class="btn btn-primary" id="add2">增加</button>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="~/3rd/AdminLTE/bower_components/select2/dist/js/select2.min.js"></script>
<script src="~/3rd/AdminLTE/bower_components/jquery-knob/dist/jquery.knob.min.js"></script>
<script src="~/3rd/circle/circles.min.js"></script>
<script src="~/Scripts/Warehouse/AddLocation/AddLocation.js?v=22"></script>