diff --git a/src/api/code/code.js b/src/api/code/code.js new file mode 100644 index 00000000..1abd671c --- /dev/null +++ b/src/api/code/code.js @@ -0,0 +1,79 @@ +import request from '@/utils/request' + +//二维码列表接口 +export function getQrCodeListApi(query) { + return request({ + url: '/material/bm_qrcode_info/list', + method: 'get', + params: query, + }) +} + +//二维码-新增 +export function addQrCodeApi(data) { + return request({ + url: '/material/bm_qrcode_info/add', + method: 'post', + data: data, + }) +} + +//二维码-下载 +export function downloadQrCodesApi(data) { + return request({ + url: '/material/bm_qrcode_info/download', + method: 'post', + data: data, + responseType: 'blob', + }) +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/material/code/index.vue b/src/views/material/code/index.vue new file mode 100644 index 00000000..6c7bb2d5 --- /dev/null +++ b/src/views/material/code/index.vue @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + 查询 + 重置 + 新增 + + + + + 下载 + + + + + + + + {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }} + + + + + + + + + + + + 未绑定 + 已绑定 + + + + + + 查看 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 编号:{{ rowObj.qrCode }} + + + + + + + + \ No newline at end of file diff --git a/src/views/material/part/partLease/component/addToolsApply.vue b/src/views/material/part/partLease/component/addToolsApply.vue new file mode 100644 index 00000000..1faab655 --- /dev/null +++ b/src/views/material/part/partLease/component/addToolsApply.vue @@ -0,0 +1,367 @@ + + + + + + + + + + + + + + + + + 通过 + + + 驳回 + + + + + + + + + + + + + + + + {{ "未审核" }} + + + {{ "已审核" }} + + + {{ "驳回" }} + + + + + + + 通过 + + + 驳回 + + - + + + + + + + + + diff --git a/src/views/material/part/partLease/component/homeApply.vue b/src/views/material/part/partLease/component/homeApply.vue new file mode 100644 index 00000000..7e324097 --- /dev/null +++ b/src/views/material/part/partLease/component/homeApply.vue @@ -0,0 +1,533 @@ + + + + + + + + + + + + + + + + + + + + 搜索 + + 重置 + + + + + + + + 导出 + + + + + + + + + + + + + + + + + + + + + + + + 查看 + + 审核 + + + + + + + + + + + + + diff --git a/src/views/material/part/partLease/component/queryToolsApply.vue b/src/views/material/part/partLease/component/queryToolsApply.vue new file mode 100644 index 00000000..69894465 --- /dev/null +++ b/src/views/material/part/partLease/component/queryToolsApply.vue @@ -0,0 +1,364 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.repairNum - scope.row.repairedNum - scope.row.scrapNum }} + + + + + + + 编码管理 + 数量管理 + + + + + + {{ "未审核" }} + + + {{ "已审核" }} + + + {{ "驳回" }} + + + + + + + + + + + + diff --git a/src/views/material/part/partLease/index.vue b/src/views/material/part/partLease/index.vue new file mode 100644 index 00000000..533dbe60 --- /dev/null +++ b/src/views/material/part/partLease/index.vue @@ -0,0 +1,77 @@ + + + + + + + + + diff --git a/src/views/material/repair/repairManage/component/edit.vue b/src/views/material/repair/repairManage/component/edit.vue index 8a4a4aed..02bc9e92 100644 --- a/src/views/material/repair/repairManage/component/edit.vue +++ b/src/views/material/repair/repairManage/component/edit.vue @@ -646,7 +646,7 @@ - 物资名称: {{ typeTemp }} + 规格型号: {{ typeTemp }} diff --git a/src/views/material/repair/testExamine/component/addToolsApply.vue b/src/views/material/repair/testExamine/component/addToolsApply.vue index a8d32e86..2b8050cd 100644 --- a/src/views/material/repair/testExamine/component/addToolsApply.vue +++ b/src/views/material/repair/testExamine/component/addToolsApply.vue @@ -81,13 +81,13 @@ - +