From cabc5cac8a3e3867bcbbc4598c2cef6758f6e0c4 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期日, 04 一月 2026 13:33:47 +0800
Subject: [PATCH] #port

---
 src/main/webapp/views/erpOutstock/outstock.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/views/erpOutstock/outstock.html b/src/main/webapp/views/erpOutstock/outstock.html
index e74b0f1..8a17363 100644
--- a/src/main/webapp/views/erpOutstock/outstock.html
+++ b/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) {

--
Gitblit v1.9.1