|
|
|
@ -80,8 +80,10 @@ layui.use(['form', 'step', 'flow', 'table', 'inputTag'], function () { |
|
|
|
$("#LAY_FlowForMaterial").empty(); |
|
|
|
takingPre = 0; |
|
|
|
let req = {}; |
|
|
|
req.mid = $("#mid").val(); |
|
|
|
let mid = $("#mid").val(); |
|
|
|
req.mid = mid; |
|
|
|
req.size = size; |
|
|
|
if(mid !== ""){ |
|
|
|
flow.load({ |
|
|
|
elem: '#LAY_FlowForMaterial' //流加载容器
|
|
|
|
, done: function (page, next) { //执行下一页的回调
|
|
|
|
@ -121,6 +123,8 @@ layui.use(['form', 'step', 'flow', 'table', 'inputTag'], function () { |
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
@ -314,8 +318,8 @@ layui.use(['form', 'step', 'flow', 'table', 'inputTag'], function () { |
|
|
|
iframeChildren.css('height', '100%'); |
|
|
|
}, |
|
|
|
end: function () { |
|
|
|
var mid = $("#mid").val(); |
|
|
|
if (mid !== '') { |
|
|
|
if (mid !== "") { |
|
|
|
console.log(mid) |
|
|
|
let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0}); |
|
|
|
$.ajax({ |
|
|
|
url: "/material/findMatrialById?mid=" + mid + "&type=out", |
|
|
|
|