qq_41295110
2026-01-16 cbc2fe74fb54aad814695982c2987e064696f540
src/views/component/PackStockDetail/index.vue
@@ -164,7 +164,7 @@
      try {
        const sWhere = " and hmainid = " +  `${HInterID}` ;
        const url = `${this.baseURL}/Kf_ICStockInOutBill/Kf_PackStockDetailQuery`
        const url = `${this.$baseUrl}/Kf_ICStockInOutBill/Kf_PackStockDetailQuery`
        const params = { sWhere }
        const response = await axios.get(url, { params })