diff --git a/.env.development b/.env.development index c36d00d3..eed92e7d 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = UDI管理系统 ENV = 'development' # 开发环境 -VUE_APP_BASE_API = 'http://192.168.0.166:9991' +VUE_APP_BASE_API = 'http://127.0.0.1:9991' VUE_APP_SYNC_API ="http://127.0.0.1:10001" diff --git a/.env.production b/.env.production index 34ff415f..3f823e62 100644 --- a/.env.production +++ b/.env.production @@ -14,9 +14,10 @@ ENV = 'production' 刘恩典 # VUE_APP_BASE_API = 'http://192.168.0.127:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.0.127:9160/UDI_WMS_MC/' # 平潭正式 -VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' # 漳州中医院 # VUE_APP_BASE_API = 'http://192.168.240.119:9150/UDI_WMS_MC/' diff --git a/src/api/inout/orderDetailResult.js b/src/api/inout/orderDetailResult.js index 2dcba502..9e465330 100644 --- a/src/api/inout/orderDetailResult.js +++ b/src/api/inout/orderDetailResult.js @@ -33,3 +33,22 @@ export function printOrder(data) { data: data }); } + + +export function excelInoutImport(params) { + return axios({ + url: "/udiwms/inout/resultDetail/exportExcel", + method: "get", + responseType: 'blob', + params: params + }); +} + +export function postExcelInoutImport(data) { + return axios({ + url: "/udiwms/inout/resultDetail/selectExportExcel", + method: "post", + responseType: 'blob', + data: data + }); +} diff --git a/src/views/inout/DialogSelectInvProduct.vue b/src/views/inout/DialogSelectInvProduct.vue index 43c1d19d..cd7ccc28 100644 --- a/src/views/inout/DialogSelectInvProduct.vue +++ b/src/views/inout/DialogSelectInvProduct.vue @@ -72,6 +72,7 @@ + diff --git a/src/views/inout/receive/DialogNewReceive.vue b/src/views/inout/receive/DialogNewReceive.vue index d93478ee..426927d5 100644 --- a/src/views/inout/receive/DialogNewReceive.vue +++ b/src/views/inout/receive/DialogNewReceive.vue @@ -59,8 +59,8 @@ - - + diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 5fd61c0d..7d16ad1c 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -110,6 +110,8 @@ 显示/隐藏搜索栏 重置 查询 + 选中导出Excel + 结果导出Excel 选中打印 查询结果打印 @@ -137,7 +139,7 @@ - + diff --git a/src/views/purchase/cert/supCertificationAdd.vue b/src/views/purchase/cert/supCertificationAdd.vue index bb193f4e..f7d5d1ed 100644 --- a/src/views/purchase/cert/supCertificationAdd.vue +++ b/src/views/purchase/cert/supCertificationAdd.vue @@ -146,6 +146,11 @@ highlight-current-row> + @@ -332,7 +337,7 @@ export default { this.filterQuery.page = 1 this.getList(); this.registrationList = []; - this.currentManufacturer=null; + this.currentManufacturer = null; }, toViewRegistrationCert(row, num) { let path = num === 1 ? row.filePath : row.instructions; diff --git a/src/views/system/param/busTypePre.vue b/src/views/system/param/busTypePre.vue index a6ffdf7e..2b93f04d 100644 --- a/src/views/system/param/busTypePre.vue +++ b/src/views/system/param/busTypePre.vue @@ -234,11 +234,11 @@ export default { this.$message.error("补单方式不能为空!") return; } - if (this.inputQuery.beforeTime < 0){ + if (this.inputQuery.beforeTime < 0) { this.$message.error("生成出入库单时间间隔不能为负数!") return; } - if (this.inputQuery.busBeforeTime < 0){ + if (this.inputQuery.busBeforeTime < 0) { this.$message.error("生成业务单时间间隔不能为负数!") return; } diff --git a/src/views/system/param/busTypePreModify.vue b/src/views/system/param/busTypePreModify.vue index e19e04f7..72a7ff5c 100644 --- a/src/views/system/param/busTypePreModify.vue +++ b/src/views/system/param/busTypePreModify.vue @@ -99,6 +99,7 @@ + @@ -116,6 +117,22 @@ + + + + + + {{ item.name }} + + + + 生成业务单 @@ -174,7 +191,7 @@