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/basic/gySource/edit/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/basic/gySource/edit/index.vue b/src/views/basic/gySource/edit/index.vue
index 7ccf364..a33ce65 100644
--- a/src/views/basic/gySource/edit/index.vue
+++ b/src/views/basic/gySource/edit/index.vue
@@ -324,7 +324,7 @@
this.reset()
if (this.OperationType != 1) {
this.zzSelDis = true
- axios.get(this.baseURL + 'GetGy_SourceDetail', {
+ axios.get(this.$baseUrl + 'GetGy_SourceDetail', {
params: {
"HID": this.linterid
},
@@ -507,7 +507,7 @@
var sMainSub = sMainStr + ';' + sessionStorage["HUserName"]
axios({
method: 'post',
- url: this.baseURL + "SaveGy_SourceList",
+ url: this.$baseUrl + "SaveGy_SourceList",
data: {
'msg': sMainSub
},
@@ -535,7 +535,7 @@
handleDelete() {
this.$modal.confirm('纭瑕佸垹闄ゅ悧锛屽垹闄ゅ悗涓嶈兘鎭㈠').then(() => {
if (this.rowForm.鐘舵�� == "鍒涘缓") {
- axios.get(this.baseURL + "/Kf_SellOutBill/DeltetSellOutBill", {
+ axios.get(this.$baseUrl + "/Kf_SellOutBill/DeltetSellOutBill", {
params: { 'HInterID': this.rowForm.hmainid.toString(), 'user': sessionStorage["HUserName"] }
}).then(response => {
if (response.data.count == 1) {
@@ -555,7 +555,7 @@
set_CheckBill(num, form) {
var InterID = form.HItemID || form.HInterID
//閫昏緫瀹℃牳鏂规硶
- axios.get(this.baseURL + "/Gy_Source/AuditGy_Source", {
+ axios.get(this.$baseUrl + "/Gy_Source/AuditGy_Source", {
params: { "HInterID": InterID, "IsAudit": num, "CurUserName": sessionStorage["HUserName"] }
}).then(response => {
let result = response.data
--
Gitblit v1.9.1