自动化立体仓库 - WMS系统
zhou zhou
7 天以前 cabc5cac8a3e3867bcbbc4598c2cef6758f6e0c4
src/main/webapp/views/erpPoinstock/poinstock.html
@@ -304,7 +304,7 @@
                    background: 'rgba(0, 0, 0, 0.7)',
                })
                $.ajax({
                    url: "http://127.0.0.1:9090/mo/poinstock/getList",
                    url: "http://127.0.0.1:8133/mo/poinstock/getList",
                    headers: {
                        'token': localStorage.getItem('token')
                    },
@@ -347,7 +347,7 @@
                            background: 'rgba(0, 0, 0, 0.7)',
                        })
                        $.ajax({
                            url:"http://127.0.0.1:9090/mo/poinstock/softDelete",
                            url:"http://127.0.0.1:8133/mo/poinstock/softDelete",
                            data: JSON.stringify(selectList.value),
                            dataType: 'json',
                            contentType: 'application/json;charset=UTF-8',
@@ -398,7 +398,7 @@
                                                
                         poInStockDTO.fheadselfp0338 = formatLocalDate(poInStockDTO.fheadselfp0338);                       
                        $.ajax({
                            url:"http://127.0.0.1:9090/mo/poinstock/saveorupdate",
                            url:"http://127.0.0.1:8133/mo/poinstock/saveorupdate",
                            data: JSON.stringify({
                                poInStockDTO : poInStockDTO,
                                poInStockDTOS: poInStockDTOS                                
@@ -447,7 +447,7 @@
                            background: 'rgba(0, 0, 0, 0.7)',
                        })
                        $.ajax({
                            url:"http://127.0.0.1:9090/mo/poinstock/softclose",
                            url:"http://127.0.0.1:8133/mo/poinstock/softclose",
                            data: JSON.stringify(selectList.value),
                            dataType: 'json',
                            contentType: 'application/json;charset=UTF-8',
@@ -513,7 +513,7 @@
                    background: 'rgba(0, 0, 0, 0.7)',
                })
                $.ajax({
                    url:"http://127.0.0.1:9090/mo/poinstock/getbyid",
                    url:"http://127.0.0.1:8133/mo/poinstock/getbyid",
                    data: JSON.stringify(row),
                    dataType: 'json',
                    contentType: 'application/json;charset=UTF-8',
@@ -555,7 +555,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) {