123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>bysyaIndex</title>
- <style>
- .mui-content {
- background-color: #fff;
- }
- .mui-table-view {
- color: #fff;
- }
- ul.row li{
- padding: 0;
- }
- .col-xs-2 {
- padding: 0 0.08rem;
- }
- .base-gb{
- font-size: 0.28rem;
- background: #4E768F;
- text-align: left;
- margin: 0.2rem;
- border-radius: 0.1rem;
- }
- .rowflex{
- width: 100%;
- padding: 0.1rem 0;
- }
- .rowBox{
- padding-top: 0;
- border-radius: 0.2rem;
- }
- li.mui-table-view-cell {
- display: flex;
- align-items: center;
- margin: 0.16rem;
- font-size: 0.24rem;
- background: #4E768F;
- justify-content: space-around;
- }
- .rowBox:last-child {
- padding-bottom: 0.45rem;
- }
- input[placeholder], [placeholder], *[placeholder] {
- color: #BFBFBF !important;
- }
- input[type=text]{
- width: 1.2rem;
- height: 0.4rem;
- padding: 0.05rem 0.1rem;
- }
- ::-webkit-input-placeholder {
- color: #BFBFBF !important;
- }
- .mui-table-view-cell>.mui-badge, .mui-table-view-cell>.mui-btn, .mui-table-view-cell>.mui-switch, .mui-table-view-cell>a>.mui-badge, .mui-table-view-cell>a>.mui-btn, .mui-table-view-cell>a>.mui-switch{
- position: relative;
- top: 10px;
- right: 0;
- }
- .mui-switch .mui-switch-handle {
- background-color: #fff;
- width: 20px;
- height: 20px;
- }
- .mui-switch.mui-active .mui-switch-handle {
- -webkit-transform: translate(22px,0);
- transform: translate(22px,0);
- }
- .ggys {
- margin-left: 0;
- }
- .md-content .titlebz {
- width: 106%;
- margin-left: -3%;
- margin-top: 0.4rem;
- border-radius: 0;
- padding: 0.1rem 0;
- }
- .msg{
- position: absolute;
- top: 50%;
- left: 50%;
- z-index: 999;
- font-size: 0.32rem;
- transform: translate(-50%,-50%);
- -webkit-transform: translate(-50%,-50%);
- -o-transform: translate(-50%,-50%);
- -moz-transform: translate(-50%,-50%);
- }
- </style>
- <script type="text/javascript" src="views/haifmv/mc/bysyaEx/bysyaIndex.js"></script>
- </head>
- <body>
- <input type="hidden" id="dwsl" value="$!dwsl"/>
- <input type="hidden" id="dksl" value="$!dksl"/>
- <input type="hidden" id="jqid" value="$!jqid"/>
- <input type="hidden" id="zsid" value="$!zsid"/>
- <input type="hidden" id="dataSize" value="$!yaLists.size()"/>
- <input type="hidden" id="yaLists" value="$!yaLists"/>
- <input type="hidden" id="dwnr" value="$!dwnr"/>
- <input type="hidden" id="zsbz" value="$!zsbz"/>
- <input type="hidden" id="jrqTemp" value="$!jrqTemp"/>
- <input type="hidden" id="sfgl" value="$!sfgl"/>
- <div id="wrap">
- <header>
- <span class="glyphicon glyphicon-chevron-left" aria-hidden="true" onclick="yaBackUrl();"></span>
- <p>保育舍预案设置</p>
- #if("$!xt_hjkz_yxcs_update" == "true" && "$!dwnr" != "")
- <span class="glyphicon glyphicon-ok" aria-hidden="true" onclick="javascript:yaSave('bc')"></span>
- #else
- <span class="glyphicon" aria-hidden="true" style="width: 18px;height: 18px;"></span>
- #end
- </header>
- <div class="middle ">
- <div class="msg" style="display : none">当前猪舍无档位信息</div>
- <section class="bysyaIscroll" style="background: #fff;">
- <div class="mui-content">
- <div class="mui-control-content mui-active">
- <ul>
- #set($count = 1)
- #foreach($!obj in $!yaLists)
- <!--日龄1-->
- <li class="align-itemscenter">
- <ul class="mui-table-view" style="width: 100%;">
- <li class="mui-table-view-cell">
- <span>日龄</span>
- <input type="text" class="form-control" placeholder="" aria-describedby="sizing-addon3" value = "$!obj.rlks" disabled="disabled"/>
- —
- <input type="text" class="form-control" placeholder="" aria-describedby="sizing-addon3" value = "$!obj.rljs" disabled="disabled"/>
- <span>下偏移量</span>
- <input type="text" class="form-control" placeholder="" aria-describedby="sizing-addon3" value = "$!obj.pyl"/>
- <div class="mui-switch mui-switch-mini hidden" data-type="$!count">
- <div class="mui-switch-handle"></div>
- </div>
- </li>
- </ul>
- </li>
- <li class="hiddenli" style="display: none;">
- <div class="rowBox container-fluid" id = "yzConstant$!count">
- </div>
- </li>
- #set($count = $count + 1)
- #end
- </ul>
- <ul>
- <li class="hiddenli">
- <div class="base-gb">
- <div class="titlePz" style="color: #fff;padding:0.1rem 0;text-align: center;">基准配置</div>
- </div>
- #if("$!jrqTemp" != "")
- <div class="rowBox container-fluid" style="position:relative;position: relative;display: flex;flex-direction: row;justify-content: space-around;font-size: 14px;margin-bottom: 10px;color: #4E768F;">
- <div style="display: flex;flex-direction: row;align-items: center;">
- <input type="checkbox" id="jrqck1" value="1" style="height:0.35rem;width:0.3rem;margin-right: 0.1rem;"/>是否关联加热器
- </div>
- </div>
- #end
- #if("$!jrqTemp" != "")
- <div class="rowBox container-fluid" style="position:relative;position: relative;display: flex;flex-direction: column;justify-content: space-around;font-size: 0.28rem;margin-bottom: 0.2rem;color: #4E768F;">
- <div style="display: flex;flex-direction: row;align-items: center;justify-content: space-around;margin: 0.1rem 0;padding: 0.08rem 0.3rem;font-size: 0.26rem;">
- <span>加热器基准目标温度:</span>
- <input type="text" class="form-control" placeholder="" value = "$!jrqTemp" style="width: 45%;" disabled="disabled";/>
- </div>
- <!-- <div style="display: flex;flex-direction: row;align-items: center;justify-content: space-around;margin: 10px 0;padding: 4px 15px;">
- <span>加热器2目标温度:</span>
- <input type="text" class="form-control" placeholder="" value = "" style="width: 60%;" disabled="disabled";/>
- </div> -->
- </div>
- #end
- <div class="rowBox container-fluid" id = "yzConstantEx"></div>
- </li>
- </ul>
- </div>
- </div>
- </section>
- </div>
- <div class="btn-group" id = "btn-add" role="group" aria-label="..." style="position: absolute;bottom: 2%;left: 35%;background: #4E768F;z-index: 1;padding: 5px 15px;border-radius: 5px;">
- <span class="glyphicon glyphicon-plus" aria-hidden="true" style="color: #fff;"></span>
- </div>
- <div class="btn-group" id = "btn-del" role="group" aria-label="..." style="position: absolute;bottom: 2%;right: 35%;background: #4E768F;z-index: 1;padding: 5px 15px;border-radius: 5px;">
- <span class="glyphicon glyphicon-minus" aria-hidden="true" style="color: #fff;"></span>
- </div>
- </div>
- #if("$!xt_hjkz_yxcs_update" == "true" && "$!dwnr" != "")
- <div id="tb">同步</div>
- #end
- <div class="xgmsgbox md-modal md-effect-1 ggys" id="" style="height: auto; overflow: initial;z-index: 1220;">
- <div class="md-content bzmd-content" style="height: 5rem;display: flex;flex-direction: column;">
- <div class="title titlebz">
- <h5>$!zsmc</h5>
- <div class="leftsanjiao"></div>
- <div class="rightsanjiao"></div>
- </div>
- <div style="position: relative;flex: 1;">
- <div class="iscrollCenter">
- <ul class="listcenter">
- #foreach ($!obj in $!zsdaList)
- <li>
- <div class="checkBox">
- <input type="checkbox" name="checkBox" id="dmid" value="$!obj.id" />
- <label for="dmid"></label>
- </div>
- <span>$!obj.zsmc</span>
- </li>
- #end
- </ul>
- </div>
- </div>
- <div class="sjokbox" style="border-top: 2px #6C98B1 solid;">
- <div id='toastBtn' class="sjok oksl">
- <span class="mui-icon mui-icon-checkmarkempty"></span>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|