From cbc2fe74fb54aad814695982c2987e064696f540 Mon Sep 17 00:00:00 2001
From: qq_41295110 <qq_41295110@noreply.gitcode.com>
Date: 星期五, 16 一月 2026 10:49:49 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/views/ICMO/ScICMOReportBill/ScICMOReportBillEdit.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/ICMO/ScICMOReportBill/ScICMOReportBillEdit.vue b/src/views/ICMO/ScICMOReportBill/ScICMOReportBillEdit.vue
index fdd1974..0f61067 100644
--- a/src/views/ICMO/ScICMOReportBill/ScICMOReportBillEdit.vue
+++ b/src/views/ICMO/ScICMOReportBill/ScICMOReportBillEdit.vue
@@ -424,7 +424,7 @@
// 鑾峰彇鏈�澶у崟鎹彿
async getMaxBillNo() {
try {
- const response = await axios.get(`${this.baseURL}/Web/GetMAXNum`, {
+ const response = await axios.get(`${this.$baseUrl}/Web/GetMAXNum`, {
params: { HBillType: '3711' }
})
if (response.data && response.data.data && response.data.data.length > 0) {
@@ -443,7 +443,7 @@
async setEditForm(linterid) {
console.log("neima", linterid)
try { //'/api/Sc_ICMOReportBill/Sc_GetICMOReportBillListCheckDetai'
- const response = await axios.get(`${this.baseURL}/Sc_ICMOReportBill/Sc_GetICMOReportBillListCheckDetai`, {
+ const response = await axios.get(`${this.$baseUrl}/Sc_ICMOReportBill/Sc_GetICMOReportBillListCheckDetai`, {
params: { HID: linterid }
})
@@ -474,7 +474,7 @@
this.form.HInterID = linterid
try {//Sc_ICMOReportBill/Sc_ICMOReportBillListProjectDetai
- const response = await axios.get(`${this.baseURL}/Sc_ICMOReportBill/Sc_ICMOReportBillListProjectDetai`, {
+ const response = await axios.get(`${this.$baseUrl}/Sc_ICMOReportBill/Sc_ICMOReportBillListProjectDetai`, {
params: { sqlWhere: `and hmainid=${linterid}` }
})
--
Gitblit v1.9.1