自动化立体仓库 - WMS系统
zhou zhou
7 天以前 cabc5cac8a3e3867bcbbc4598c2cef6758f6e0c4
src/main/webapp/views/erpOutstock/outstock.html
@@ -243,7 +243,7 @@
                        background: 'rgba(0, 0, 0, 0.7)',
                    })
                    $.ajax({
                        url: "http://127.0.0.1:9090/mo/outstock/getList",
                        url: "http://127.0.0.1:8133/mo/outstock/getList",
                        headers: {
                            'token': localStorage.getItem('token')
                        },
@@ -286,7 +286,7 @@
                                background: 'rgba(0, 0, 0, 0.7)',
                            })
                            $.ajax({
                                url: "http://127.0.0.1:9090/mo/outstock/softDelete",
                                url: "http://127.0.0.1:8133/mo/outstock/softDelete",
                                data: JSON.stringify(selectList.value),
                                dataType: 'json',
                                contentType: 'application/json;charset=UTF-8',
@@ -348,7 +348,7 @@
                                item.ffetchdate = formatLocalDate(item.ffetchdate);
                            });
                            $.ajax({
                                url: "http://127.0.0.1:9090/mo/outstock/saveorupdate",
                                url: "http://127.0.0.1:8133/mo/outstock/saveorupdate",
                                data: JSON.stringify({
                                    outStockDTO: outstockDTO,
                                    outStockDTOS: outstockDTOS
@@ -420,7 +420,7 @@
                        background: 'rgba(0, 0, 0, 0.7)',
                    })
                    $.ajax({
                        url: "http://127.0.0.1:9090/mo/outstock/getbyid",
                        url: "http://127.0.0.1:8133/mo/outstock/getbyid",
                        data: JSON.stringify(row),
                        dataType: 'json',
                        contentType: 'application/json;charset=UTF-8',
@@ -462,7 +462,7 @@
                function getVendor() {
                    $.ajax({
                        url: "http://127.0.0.1:9090/basicinfo/vendor/getlistfordropdown",
                        url: "http://127.0.0.1:8133/basicinfo/vendor/getlistfordropdown",
                        contentType: 'application/json;charset=UTF-8',
                        method: 'GET',
                        success: function (res) {
@@ -484,7 +484,7 @@
                function getCustomer() {
                    $.ajax({
                        url: "http://127.0.0.1:9090/basicinfo/customer/getlistfordropdown",
                        url: "http://127.0.0.1:8133/basicinfo/customer/getlistfordropdown",
                        contentType: 'application/json;charset=UTF-8',
                        method: 'GET',
                        success: function (res) {