123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- @using WMS.BZWeb;
- @{
- ViewBag.Title = "异常处理页面";
- Layout = "~/Views/Shared/_Index.cshtml";
- }
- <style>
- .lr-scroll-horizontal {
- height: 12px;
- display: block;
- z-index: 100;
- }
- .lr-scroll-vertical {
- width: 12px;
- display: block;
- z-index: 100;
- }
- .FlexContainer {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-items: flex-start;
- align-content: flex-start;
- width: 100%;
- height: 100%;
- overflow: hidden;
- flex-direction: row;
- }
- .FlexContainer div {
- width: 300px;
- height: 200px;
- margin: 4px;
- --background-color: lightblue;
- }
- .ColFlexContainer {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-items: flex-start;
- align-content: flex-start;
- width: 95%;
- height: 80vh;
- overflow: hidden;
- flex-direction: column;
- }
- .ColFlexContainer div {
- width: 300px;
- height: 50px;
- margin: 4px;
- }
- .ColFlexContainer input {
- width: 280px;
- }
- </style>
- <div class="lr-layout">
- <div class="lr-layout-center">
- <div class="lr-layout-wrap lr-layout-wrap-notitle" style=" overflow-y:scroll">
- <section class='FlexContainer'>
- <div>
- <section class='ColFlexContainer'>
- <div style="height:20px;">
- <div class="">
- <label class="">
- 修改任务状态
- </label>
- </div>
- </div>
- <div>
- <input id="UpTaskNo" type="text" style="width:280px;" class="form-control" placeholder="请输入任务号" />
- <div id="TaskStatus" style="width:280px;height:30px;margin-left:0px;"></div>
- </div>
- <div style="margin-top:15px;">
- <div class=" btn-group btn-group-sm">
- <a id="lr_taskstatus" class="btn btn-warning"><i class="fa fa-pencil-square-o"></i> 修改</a>
- </div>
- </div>
- </section>
- </div>
- <div>
- <section class='ColFlexContainer'>
- <div style="margin-top:10px;">
- <label class="">
- 强制取消任务
- </label>
- <input id="TaskNo" type="text" style="width:280px;" class="form-control" placeholder="请输入任务号" />
- </div>
- <div>
- <div class="btn-group btn-group-sm">
- <a id="lr_cancel" class="btn btn-warning"><i class="fa fa-pencil-square-o"></i> 取消</a>
- @* <a id="lr_done" class="btn btn-default"><i class="fa fa-pencil-square-o"></i> 完成</a>*@
- </div>
- </div>
- </section>
- </div>
- <div>
- <section class='ColFlexContainer'>
- <div style="margin-top:10px;">
- <label class="">
- 删除组盘信息
- </label>
- <input id="BarCode" type="text" class="form-control" placeholder="请输入工字轮条码" />
- </div>
- <div>
- <div class=" btn-group btn-group-sm">
- <a id="stock_delete" class="btn btn-warning"><i class="fa fa-pencil-square-o"></i> 确定</a>
- </div>
- </div>
- </section>
- </div>
- <div>
- <section class='ColFlexContainer'>
- <div style="height:20px;">
- <div class="">
- <label class="">
- 修改库存状态信息
- </label>
- </div>
- </div>
- <div>
- <input id="Code" type="text" class="form-control" placeholder="请输入工字轮条码" />
- <div id="InvStateCode" class="form-control" style="width:280px;height:30px;margin-bottom:25px;margin-left:0px;"></div>
- </div>
- <div style="margin-top:15px;">
- <div class=" btn-group btn-group-sm">
- <a id="Update_StockState" class="btn btn-warning"><i class="fa fa-pencil-square-o"></i> 确定</a>
- </div>
- </div>
- </section>
- </div>
- <div>
- <section class='ColFlexContainer'>
- <div style="height:20px;">
- <div class="">
- <label class="">
- 修改货位状态
- </label>
- </div>
- </div>
- <div>
- <input id="CellCode" type="text" class="form-control" placeholder="请输入货位编号" />
- <div id="Status" class="form-control" style="width:280px;height:30px;margin-bottom:25px;margin-left:0px;"></div>
- </div>
- <div style="margin-top:15px;">
- <div class=" btn-group btn-group-sm">
- <a id="Update_CellState" class="btn btn-warning"><i class="fa fa-pencil-square-o"></i> 确定</a>
- </div>
- </div>
- </section>
- </div>
- <div>
- <section class='ColFlexContainer'>
- <div style="height:20px;">
- <div class="lr-form-wrap">
- <label class="">
- 货位数据互换
- </label>
- </div>
- </div>
- <div>
- <input id="CellFrom" style="margin-bottom:5px;" type="text" class="form-control" placeholder="请输入起始货位" />
- <input id="CellTo" type="text" class="form-control" placeholder="请输入目标货位" />
- </div>
- <div style="margin-top:15px;">
- <div class=" btn-group btn-group-sm">
- <a id="CellDataSwap" class="btn btn-warning"><i class="fa fa-pencil-square-o"></i> 确定</a>
- </div>
- </div>
- </section>
- </div>
- <div>
- <section class='ColFlexContainer'>
- <div style="margin-top:10px;">
- <label class="">
- 手动完成WMS任务
- </label>
- <input id="wmstasknum" style="margin-bottom:5px;" type="text" class="form-control" placeholder="请输入任务号" />
- </div>
- <div>
- <div class="btn-group btn-group-sm">
- <a id="btnwmstask" class="btn btn-warning"><i class="fa fa-pencil-square-o"></i> 确定</a>
- </div>
- </div>
- </section>
- </div>
- <div>
- <section class='ColFlexContainer'>
- <div style="height:20px;">
- <div class="lr-form-wrap">
- <label class="">
- 修改任务目标地址
- </label>
- </div>
- </div>
- <div>
- <input id="upaddrtasknum" style="margin-bottom:5px;" type="text" class="form-control" placeholder="请输入任务号" />
- <input id="upaddrto" type="text" class="form-control" placeholder="请输入目标地址" />
- </div>
- <div style="margin-top:15px;">
- <div class=" btn-group btn-group-sm">
- <a id="btnupaddrto" class="btn btn-warning"><i class="fa fa-pencil-square-o"></i> 确定</a>
- </div>
- </div>
- </section>
- </div>
- <div></div>
- </section>
- <div class="lr-layout-body" id="gridtable"></div>
- </div>
- </div>
- </div>
- <script>
- var weburl = '@ViewBag.CPWMSWebAPIUrl';
- </script>
- @Html.AppendJsFile("/Areas/CPManager/Views/ErrorDispose/Index.js")
|