| | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>ynwcs</finalName> |
| | | <finalName>fnwcs</finalName> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | name: @pom.build.finalName@ |
| | | datasource: |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:sqlserver://localhost:1433;databasename=gzynasrs |
| | | url: jdbc:sqlserver://localhost:1433;databasename=zjfnasrs |
| | | username: sa |
| | | password: sa@123 |
| | | mvc: |
| | |
| | | enable: false |
| | | |
| | | wms: |
| | | url: localhost:8080/ynwms |
| | | url: localhost:8080/fnwms |
| | | |
| | | # 下位机配置 |
| | | wcs-slave: |
| | |
| | | var baseUrl = "/ynwcs"; |
| | | var baseUrl = "/fnwcs"; |
| | | |
| | | // 赋值 |
| | | function setVal(el, val) { |
| | |
| | | mapInfo = { |
| | | "mapName": "GZYNWCS", |
| | | "mapName": "GZFNWCS", |
| | | "rackCount": 2, |
| | | "crnCount": 1, |
| | | "stbCount": 9, |
| | |
| | | window.location.href = baseUrl + "/login"; |
| | | } |
| | | $.ajax({ |
| | | url: "/ynwcs" + "/console/crn/detail", |
| | | url: "/fnwcs" + "/console/crn/detail", |
| | | headers: { |
| | | 'token': localStorage.getItem('token') |
| | | }, |
| | |
| | | } |
| | | }) |
| | | $.ajax({ |
| | | url: "/ynwcs" + "/console/loc/detail2", |
| | | url: "/fnwcs" + "/console/loc/detail2", |
| | | headers: { |
| | | 'token': localStorage.getItem('token') |
| | | }, |