From 70a0ddfff13ca0cf225a636d21164714bff5f0af Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 16 一月 2026 14:24:01 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/warehouse/barcodeMaster/Gy_BarCodeBill.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/warehouse/barcodeMaster/Gy_BarCodeBill.vue b/src/views/warehouse/barcodeMaster/Gy_BarCodeBill.vue
index 2ffd416..c731604 100644
--- a/src/views/warehouse/barcodeMaster/Gy_BarCodeBill.vue
+++ b/src/views/warehouse/barcodeMaster/Gy_BarCodeBill.vue
@@ -552,7 +552,7 @@
                 }
                 this.printListShow = true;
                 this.openPrintList = true;
-                // axios.get(this.baseURL + "/Kf_SellOutBill/CheckSellOutBill_IsExist", {
+                // axios.get(this.$baseUrl + "/Kf_SellOutBill/CheckSellOutBill_IsExist", {
                 //     params: { HInterID: this.rowForm.hmainid },
                 // })
                 //     .then((response) => {
@@ -578,7 +578,7 @@
         },
         ToolBatch() {
             if (this.HMinQty2 == 0 && this.HMaterID) {
-                axios.get(this.baseURL + '/Sc_BarCode/Batch', {
+                axios.get(this.$baseUrl + '/Sc_BarCode/Batch', {
                     params: {
                         "HMaterID": this.HMaterID, "HBatchNo": this.HBatchNo
                     },
@@ -668,7 +668,7 @@
         SaveBarCodeCreate(sMainSub, CampanyName) {
             axios({
                 method: 'post',
-                url: this.baseURL + "/Sc_BarCode/Sub_SaveBill",
+                url: this.$baseUrl + "/Sc_BarCode/Sub_SaveBill",
                 data: {
                     "msg": sMainSub, "CampanyName": CampanyName
                 },
@@ -701,7 +701,7 @@
         },
         set_HBarCodeType() {
             //鑾峰彇鏉$爜绫诲瀷浠g爜
-            axios.get(this.baseURL + '/Sc_BarCode/GetHBarCodeTypeBill').then(response => {
+            axios.get(this.$baseUrl + '/Sc_BarCode/GetHBarCodeTypeBill').then(response => {
                 let result = response.data
                 if (result.count == 1) {
                     this.HBarCodeTypeList = result.list
@@ -709,7 +709,7 @@
             }).catch(error => {
                 this.$modal.msgError("鎺ュ彛璇锋眰澶辫触!");
             });
-            axios.get(this.baseURL + '/Sc_BarCode/GetHWorksNumberBill').then(response => {
+            axios.get(this.$baseUrl + '/Sc_BarCode/GetHWorksNumberBill').then(response => {
                 let result = response.data
                 if (result.count == 1) {
                     this.HWorksNumberList = result.list
@@ -848,7 +848,7 @@
                     //閫氳繃閫夋嫨鐨勬簮鍗曚富瀛愬唴鐮佹煡鎵捐缁嗕俊鎭�
                     axios({
                         method: 'post',
-                        url: this.baseURL + "/Sc_BarCode/SelectReportFromBillList",
+                        url: this.$baseUrl + "/Sc_BarCode/SelectReportFromBillList",
                         data: {
                             "msg": Str
                         },
@@ -936,7 +936,7 @@
         },
         //鏍规嵁鐢ㄦ埛鑾峰彇瀵瑰簲鑱屽憳銆侀儴闂ㄣ�侀攢鍞富绠�
         getCzyglByUser() {
-            axios.get(this.baseURL + '/Xs_SeOrderBill/getCzyglByUser', {
+            axios.get(this.$baseUrl + '/Xs_SeOrderBill/getCzyglByUser', {
                 params: { "CurUserName": sessionStorage["HUserName"] }
             }).then(response => {
                 let dataForm = response.data.data[0]
@@ -963,7 +963,7 @@
         handleUpdate() {
             this.reset()
             let rowHmainid = this.linterid
-            axios.get(this.baseURL + "/Kf_SellOutBill/cx", {
+            axios.get(this.$baseUrl + "/Kf_SellOutBill/cx", {
                 params: { 'HInterID': rowHmainid }
             }).then(response => {
                 if (response.data.count == 1) {
@@ -1114,7 +1114,7 @@
         },
         //鏍规嵁瀹㈡埛甯﹀嚭鑱旂郴浜恒�佽仈绯荤數璇�
         getCustomerByCusID(HCusID) {
-            axios.get(this.baseURL + "/Xs_SeOrderBill/getCustomerByCusID", {
+            axios.get(this.$baseUrl + "/Xs_SeOrderBill/getCustomerByCusID", {
                 params: {
                     HCusID: HCusID
                 }

--
Gitblit v1.9.1