| | |
| | | } |
| | | return result; |
| | | } |
| | | |
| | | |
| | | |
| | | //开工按钮点击事件 |
| | | function OpenWork(event, obj) { |
| | | if (wktag == 0) { |
| | |
| | | }) |
| | | } |
| | | |
| | | //当前工单按钮点击事件 |
| | | function CurrentStatus(event, obj) { |
| | | if (wktag == 0) { |
| | | layer.alert("请选择工单列表", { icon: 5 }); |
| | | return false; |
| | | } |
| | | layer.open({ |
| | | type: 2, |
| | | skin: 'layui-layer-rim', //加上边框 |
| | | title: '当前工单', |
| | | closeBtn: 1, |
| | | shift: 2, |
| | | area: ['100%', '100%'], |
| | | maxmin: true, |
| | | content: '生产管理/工单/Sc_CurrentTicket.html?OperationType=2&linterid=&HSouceBillType=', |
| | | end: function () { |
| | | |
| | | } |
| | | }); |
| | | } |
| | | |
| | | //退出 |
| | | function Esc(event, obj) { |
| | | parent.location.href = "index.html" |
| | |
| | | </div> |
| | | </div> |
| | | <div class="layui-row layui-col-space10" style="display:none;"> |
| | | <div class="layui-col-sm12 layui-col-md4" onclick="KSOpenWork(event,this)" > |
| | | <div class="layui-col-sm12 layui-col-md4" onclick="KSOpenWork(event,this)"> |
| | | <div class="cnt bottomright"> |
| | | <span class="layui-icon layui-icon-pause imgicon"></span> |
| | | <span class="imgtitle">快速开工</span> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | <div class="layui-row layui-col-space10"> |
| | | <div class="layui-col-sm12 layui-col-md4" onclick="SOP(event,this)"> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="layui-row layui-col-space10"> |
| | | <div class="layui-col-sm12 layui-col-md4" onclick="CurrentStatus(event,this)"> |
| | | <div class="cnt bottomright"> |
| | | <span class="layui-icon layui-icon-console imgicon"></span> |
| | | <span class="imgtitle">当前状态</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </fieldset> |
| | | </div> |