自动化立体仓库 - WMS系统
#
luxiaotao1123
2021-08-24 7ebe16b9abbee8e884db27d2ec360f17455b14f2
src/main/webapp/static/js/pakStore/locCheckOut.js
@@ -40,7 +40,7 @@
        switch (obj.event) {
            case 'outbound':
                if (data.length === 0){
                    layer.msg('请先添加库位物料');
                    layer.msg('请先添加库位产品');
                } else {
                    var staNo = $("#staNoSelect").val();
                    if (staNo === "" || staNo === null){
@@ -119,7 +119,7 @@
    // 获取出库口
    function getOutBound(){
        $.ajax({
            url: baseUrl+"/available/take/site",
            url: baseUrl+"/available/take/check/site",
            headers: {'token': localStorage.getItem('token')},
            method: 'POST',
            async: false,
@@ -140,7 +140,7 @@
    }
})
// 提取物料
// 提取产品
var locDetlLayerIdx;
function getLocDetl() {
    locDetlLayerIdx = layer.open({