旧版报表、仓库
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.
 
 
 
 
 

133 lines
4.8 KiB

@{
ViewBag.Title = "SiteCapacityStand";
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;*/
width:120px;
text-align:center
}
#listcbx>div{
width:298px;
margin-bottom:10px
}
#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;
}
</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">
<select class="form-control" id="ddlWorkshop" style="width:120px;margin-right:20px !important;display:inline">
</select>
<select class="form-control" id="ddlLine" style="width:120px;margin-right:20px;display:inline">
</select>
@*<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-body">
<div class="form-inline" id="listcbx" style="display:flex;flex-wrap:wrap">
<div>
<label for="weld">
焊接:
</label>
<input type="text" id="weld" />
</div>
<div>
<label for="laminate">
叠层:
</label>
<input type="text" id="laminate" />
</div>
<div>
<label for="lamination">
层压:
</label>
<input type="text" id="lamination" />
</div>
<div>
<label for="laminatedInspection">
层压后检验:
</label>
<input type="text" id="laminatedInspection" />
</div>
<div>
<label for="frame">
装框:
</label>
<input type="text" id="frame" />
</div>
<div>
<label for="rinse">
清洗:
</label>
<input type="text" id="rinse" />
</div>
<div>
<label for="ivtest">
IV测试:
</label>
<input type="text" id="ivtest" />
</div>
<div>
<label for="eltest">
EL测试:
</label>
<input type="text" id="eltest" />
</div>
<div>
<label for="complete">
全检:
</label>
<input type="text" id="complete" />
</div>
</div>
</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/Administration/SiteCapacityStand.js?v=22"></script>