diff --git a/src/utils/request.js b/src/utils/request.js index f61bf8ab..b6dbd859 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -23,7 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx` export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx` const service = axios.create({ - baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.0.101:8411/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) export default service diff --git a/src/views/Inventory/InventoryCheck/index.vue b/src/views/Inventory/InventoryCheck/index.vue index d31cc62e..6a831d73 100644 --- a/src/views/Inventory/InventoryCheck/index.vue +++ b/src/views/Inventory/InventoryCheck/index.vue @@ -3,45 +3,35 @@
- - 物料名称: - - - - 物料规格: - - - - 物料型号: - - - - 仓库名称: - - - - - - 货位名称: - - - - - - 查询 - 新增 - + 物料名称: + + 物料规格: + + 物料型号: + + 仓库名称: + + + + + + 货位名称: + + + + 查询 + 新增
- +