From ce24a9f51c291475907a04eaa96f76c99f1e0846 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期五, 25 二月 2022 18:33:46 +0800
Subject: [PATCH] noting

---
 WebTM/views/基础资料/基础资料/InventoryAnalysis.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/InventoryAnalysis.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/InventoryAnalysis.html"
index 465881a..75054af 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/InventoryAnalysis.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/InventoryAnalysis.html"
@@ -749,7 +749,7 @@
                 if (checkStatus.data.length >= 1) {
                     var sSubStr = JSON.stringify(data) + ";" + sessionStorage["HUserName"] + ";" + sessionStorage["OrganizationID"];
                     $.ajax({
-                        type: "GET",
+                        type: "POST",
                         url: GetWEBURL() + "/Gy_StockCheckItemBill/MakeProdMove", //鏂规硶鎵�鍦ㄩ〉闈㈠拰鏂规硶鍚�
                         data: { "msg": sSubStr },
                         success: function (result) {
@@ -782,7 +782,7 @@
                 if (checkStatus.data.length >= 1) {
                     var sSubStr = JSON.stringify(data) + ";" + sessionStorage["HUserName"] + ";" + sessionStorage["OrganizationID"];
                     $.ajax({
-                        type: "GET",
+                        type: "POST",
                         url: GetWEBURL() + "/Gy_StockCheckItemBill/MakeProdOut", //鏂规硶鎵�鍦ㄩ〉闈㈠拰鏂规硶鍚�
                         data: { "msg": sSubStr },
                         success: function (result) {
@@ -815,7 +815,7 @@
                 if (checkStatus.data.length >= 1) {
                     var sSubStr = JSON.stringify(data) + ";" + sessionStorage["HUserName"] + ";" + sessionStorage["OrganizationID"];
                     $.ajax({
-                        type: "GET",
+                        type: "POST",
                         url: GetWEBURL() + "/Gy_StockCheckItemBill/MakeProdOutBack", //鏂规硶鎵�鍦ㄩ〉闈㈠拰鏂规硶鍚�
                         data: { "msg": sSubStr },
                         success: function (result) {
@@ -848,7 +848,7 @@
                 if (checkStatus.data.length >= 1) {
                     var sSubStr = JSON.stringify(data) + ";" + sessionStorage["HUserName"] + ";" + sessionStorage["OrganizationID"];
                      $.ajax({
-                        type: "GET",
+                         type: "POST",
                         url: GetWEBURL() + "/Gy_StockCheckItemBill/MakeOtherIn", //鏂规硶鎵�鍦ㄩ〉闈㈠拰鏂规硶鍚�
                          data: { "msg": sSubStr },
                         success: function (result) {
@@ -881,7 +881,7 @@
                 if (checkStatus.data.length >= 1) {
                     var sSubStr = JSON.stringify(data) + ";" + sessionStorage["HUserName"] + ";" + sessionStorage["OrganizationID"];
                     $.ajax({
-                        type: "GET",
+                        type: "POST",
                         url: GetWEBURL() + "/Gy_StockCheckItemBill/MakeScrapOut", //鏂规硶鎵�鍦ㄩ〉闈㈠拰鏂规硶鍚�
                         data: { "msg": sSubStr },
                         success: function (result) {
@@ -914,7 +914,7 @@
                 if (checkStatus.data.length >= 1) {
                     var sSubStr = JSON.stringify(data) + ";" + sessionStorage["HUserName"] + ";" + sessionStorage["OrganizationID"];
                     $.ajax({
-                        type: "GET",
+                        type: "POST",
                         url: GetWEBURL() + "/Gy_StockCheckItemBill/MakeProdBack", //鏂规硶鎵�鍦ㄩ〉闈㈠拰鏂规硶鍚�
                         data: { "msg": sSubStr },
                         success: function (result) {

--
Gitblit v1.9.1