Bläddra i källkod

装箱单导出

qymljy 6 månader sedan
förälder
incheckning
a334b70bc8
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/HDrpManagement/logistics/modules/print.vue

+ 2 - 2
src/HDrpManagement/logistics/modules/print.vue

@@ -138,8 +138,8 @@ export default {
         }
         }
       })
       })
       this.tool.showMessage(res,() => {
       this.tool.showMessage(res,() => {
-        // window.open(this.tool.getBaseUrl() + res.data + `&${this.idName}=${this.dataid}`)
-        window.open('http://61.164.207.46:8000' + res.data + `&${this.idName}=${this.dataid}`)
+        window.open(this.tool.getBaseUrl() + res.data + `&${this.idName}=${this.dataid}`)
+        // window.open('http://61.164.207.46:8000' + res.data + `&${this.idName}=${this.dataid}`)
       })
       })
     },
     },
   }
   }