qq_41295110
2026-01-16 cbc2fe74fb54aad814695982c2987e064696f540
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}` }
        })