diff --git a/src/api/UDIDownload/fileInfo.js b/src/api/UDIDownload/fileInfo.js index 155bd61..9fff324 100644 --- a/src/api/UDIDownload/fileInfo.js +++ b/src/api/UDIDownload/fileInfo.js @@ -12,6 +12,6 @@ export function exportToFile(param){ return request({ url:"/file/exportToFile", method:"post", - data:param + params:param }) } diff --git a/src/api/UDIDownload/udiSingle.js b/src/api/UDIDownload/udiSingle.js new file mode 100644 index 0000000..12d6d9f --- /dev/null +++ b/src/api/UDIDownload/udiSingle.js @@ -0,0 +1,28 @@ +import request from "@/utils/request"; + +/** + * di查询 + * @param deviceId + * @returns {*} + */ +export function downloadSingle(deviceId){ + return request({ + url: "/udidl/device/downloadSingle", + method: "post", + params:{deviceId} + }) +} + +/** + * 下载历史记录 + * @param deviceId + * @returns {*} + */ +export function downloadHistory(key){ + return request({ + url: "/udidl/device/downloadHistory", + method: "post", + params:{key} + }) +} + diff --git a/src/main.js b/src/main.js index 90c0122..40ac7d2 100644 --- a/src/main.js +++ b/src/main.js @@ -35,6 +35,7 @@ let startApp = function () { getUrl = res.data.BASE_URL; myReq.defaults.baseURL = getUrl; request.defaults.baseURL = res.data.Download_URL; + console.log(res.data); new Vue({ router, store, diff --git a/src/router/index.js b/src/router/index.js index e5ad6c8..08103f2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -54,8 +54,7 @@ import UnitRelevance from "../views/product/UnitRelevance.vue"; import customerCodeContrast from "../views/sale/customerCodeContrast.vue"; import codecontrast from "../views/sale/codeContrast.vue"; import udiTrace from "../views/warehouse/udiTrace.vue"; -import jobLog from"../views/UDIDownload/jobLog" -import fileInfo from "../views/UDIDownload/fielInfo" + import mipsOrder from "../views/manuorder/manuOrder.vue" import manuDetail from "../views/manuorder/manuOrderDetail.vue" @@ -71,7 +70,10 @@ import udiPublish from "../views/publish/udiPublish.vue" import registerCert from "../views/basic/registerCert.vue" import facidentcode from "../views/basic/facidentcode.vue" - +//数据同步相关 +import jobLog from"../views/UDIDownload/jobLog" +import fileInfo from "../views/UDIDownload/fielInfo" +import udiSingle from "../views/UDIDownload/udiSingle"; const err401 = r => require.ensure([], () => r(require("../views/error/err401.vue")), "home"); @@ -655,6 +657,14 @@ export const asyncRouterMap = [ meta: { authRule: ["UDIDownload/fileInfo"] }, + }, + { + name: "DI查询", + path: "udiSingle", + component: udiSingle, + meta: { + authRule: ["UDIDownload/udiSingle"] + }, } ] } diff --git a/src/views/UDIDownload/fielInfo.vue b/src/views/UDIDownload/fielInfo.vue index 42c730c..2532205 100644 --- a/src/views/UDIDownload/fielInfo.vue +++ b/src/views/UDIDownload/fielInfo.vue @@ -24,7 +24,7 @@ >重新下载 - 刷新 + 刷新 @@ -34,6 +34,11 @@ {{ scope.row.fileName }} --> + + + {{ getDownloadType(scope.row.downloadType) }} + + @@ -65,13 +70,14 @@ export default { data() { return { tableData: [], - loading: true, + loading: false, total: 0, dateRange:[], queryParams: { page: 1, limit: 15 }, + downloadTypeOptions:[{value:"",label:"全部"},{value:"auto",label:"自动"},{value:"manual",label:"手动"}], pickerOptions: { shortcuts: [ { @@ -119,6 +125,7 @@ export default { this.page++; }, getList() { + this.loading=true; getFileList(this.queryParams).then(res => { this.tableData = res.data.list; this.total = res.data.total; @@ -136,6 +143,9 @@ export default { exportToFile(this.addDateRange({},this.dateRange)); this.$message.info("已发送下载指令,请稍等查看日志,防止同时下载!"); }, + getDownloadType(type){ + return this.selectDictLabel(this.downloadTypeOptions,type); + }, getFileSize(size) { let res = ""; if (size > 0) { diff --git a/src/views/UDIDownload/jobLog.vue b/src/views/UDIDownload/jobLog.vue index 97c3b28..5da563d 100644 --- a/src/views/UDIDownload/jobLog.vue +++ b/src/views/UDIDownload/jobLog.vue @@ -246,6 +246,7 @@ export default { this.getList(); }, onSubmit() { + this.queryParams.page = 1; this.getList(); }, getType(type) { diff --git a/src/views/UDIDownload/udiSingle.vue b/src/views/UDIDownload/udiSingle.vue new file mode 100644 index 0000000..979f96c --- /dev/null +++ b/src/views/UDIDownload/udiSingle.vue @@ -0,0 +1,118 @@ + + + + + + + + + 查询 + 查看历史 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/components/single-view.vue b/src/views/components/single-view.vue new file mode 100644 index 0000000..1568a05 --- /dev/null +++ b/src/views/components/single-view.vue @@ -0,0 +1,503 @@ + + + + + + 产品标识基本信息 + + + + + + 最小销售单元产品标识: + + + {{productDetail.zxxsdycpbs}} + + + + + + + 医疗器械唯一标识编码体系名称: + + + {{productDetail.cpbsbmtxmc}} + + + + + + + 最小销售单元中使用单元的数量: + + + {{productDetail.zxxsdyzsydydsl}} + + + + + + + + + 使用单元产品标识: + + + {{productDetail.sydycpbs}} + + + + + + + 产品标识发布日期: + + + {{productDetail.cpbsfbrq}} + + + + + + + 是否有本体直接标识: + + + {{productDetail.sfybtzjbs}} + + + + + + + + + 本体产品标识: + + + {{productDetail.btcpbs}} + + + + + + + + 产品基本信息 + + + + + + + 产品名称/通用名称: + + + {{productDetail.cpmctymc}} + + + + + + + + 商品名称: + + + {{productDetail.spmc}} + + + + + + + 退市日期: + + + {{productDetail.tsrq}} + + + + + + + + + 主键编号: + + + {{productDetail.devicerecordkey}} + + + + + + + 规格型号: + + + {{productDetail.ggxh}} + + + + + + + 是否为包类/组套类产品: + + + {{productDetail.sfwblztlcp}} + + + + + + + + + 产品货号或编号: + + + {{productDetail.cphhhbh}} + + + + + + + 器械类别: + + + {{productDetail.qxlb}} + + + + + + + 原分类编码: + + + {{productDetail.yflbm}} + + + + + + + + + 分类编码: + + + {{productDetail.flbm}} + + + + + + + 医疗器械注册人/备案人名称: + + + {{productDetail.ylqxzcrbarmc}} + + + + + + + 医疗器械注册人/备案人英文名称: + + + {{productDetail.ylqxzcrbarywmc}} + + + + + + + + + 注册证编号或者备案凭证编号: + + + {{productDetail.zczbhhzbapzbh}} + + + + + + + 产品类别: + + + {{productDetail.cplb}} + + + + + + + 磁共振(MR)安全相关信息: + + + {{productDetail.cgzmraqxgxx}} + + + + + + + + + 是否标记为一次性使用: + + + {{productDetail.sfbjwycxsy}} + + + + + + + 最大重复使用次数: + + + {{productDetail.zdcfsycs}} + + + + + + + 是否为无菌包装: + + + {{productDetail.sfwwjbz}} + + + + + + + + + 灭菌方式: + + + {{productDetail.mjfs}} + + + + + + + 其他信息的网址链接: + + + {{productDetail.qtxxdwzlj}} + + + + + + + 医保编码: + + + {{productDetail.ybbm}} + + + + + + + + + 生产标识信息 + + + + + + + 产品描述: + + + {{productDetail.cpms}} + + + + + + + 生产标识是否包含批号: + + + {{productDetail.scbssfbhph}} + + + + + + + 生产标识是否包含序列号: + + + {{productDetail.scbssfbhxlh}} + + + + + + + + + 生产标识是否包含生产日期: + + + {{productDetail.scbssfbhscrq}} + + + + + + + 特殊储存或操作条件: + + + {{productDetail.tscchcztj}} + + + + + + + 特殊尺寸说明: + + + {{productDetail.tsccsm}} + + + + + + + + + 公开的版本号: + + + {{productDetail.versionnumber}} + + + + + + + 版本的发布时间: + + + {{productDetail.versiontime}} + + + + + + + 版本的状态: + + + {{productDetail.versionstatus}} + + + + + + + + 包装标识详情 + + + + + + + + + + + + + + + 存储或操作信息 + + + + + + + + + + + + + + 临床使用尺寸信息 + + + + + + + + + + + + + 企业联系信息 + + + + + + + + + + + + + 未找到该条码信息 + + + + + + +