From d29583a78e96c6d3137d98d79e9ed412006de203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Tue, 29 Aug 2023 14:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E4=BB=A3=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/DeptDeviceDetail.vue | 108 ++++---- .../inventory/DeviceReceiveOrderModify.vue | 255 ++++++++++++++---- 2 files changed, 253 insertions(+), 110 deletions(-) diff --git a/src/views/inventory/DeptDeviceDetail.vue b/src/views/inventory/DeptDeviceDetail.vue index 71a78672..1558b1ba 100644 --- a/src/views/inventory/DeptDeviceDetail.vue +++ b/src/views/inventory/DeptDeviceDetail.vue @@ -34,29 +34,30 @@ - + - - - + + + - - {{ item.label }} - - - - + {{ item.label }} + + + + @@ -131,6 +132,8 @@ @row-click="listClick" border> + + @@ -143,14 +146,13 @@ {{ status[scope.row.status] }} - - @@ -164,12 +166,6 @@ - - - + :idQuery="filterQuery" + :rowData="selectedRowData" + > @@ -219,6 +215,21 @@ :closeDialog="closeInspectSetDialog" > + + + + + @@ -230,7 +241,7 @@ import deptDeviceModifyDialog from "@/views/inventory/deptDeviceModifyDialog.vue import DeviceModelDetail from "@/views/inventory/DeviceModelDetail.vue"; import inspectSetModifyDialog from "@/views/inventory/InspectSetModifyDialog.vue"; import checkResultPanel from "@/views/inventory/invDeviceEditDialog.vue"; -import technical from "@/views/inventory/invTechniclDialog.vue"; +import technical from "@/views/inventory/invTechniclDialog.vue"; export default { @@ -253,7 +264,7 @@ export default { total: 0, deptList: [], invList: [], - isInformation:false, + isInformation: false, loading: false, fromOptions: [], formData: { @@ -284,28 +295,18 @@ export default { value: 1 }, { - label: '报修', + label: '停用', value: 2 }, { - label: '养护中', + label: '报废', value: 3 }, - { - label: '已养护', - value: 4 - }, - { - label: '已报废', - value: 5 - } ], status: { 1: "正常", - 2: "报修", - 3: "养护中", - 4: "已养护", - 5: "已报废" + 2: "停用", + 3: "报废", }, addTypeMap: [ { @@ -329,12 +330,6 @@ export default { methods: { listClick(row) { this.selectedRowData = row // 将选中的行数据保存到 selectedRow 变量中 - this.isInformation = false - this.$nextTick(() => { - //重新加载组件 - this.isInformation = true - }); - }, keyup_submit(event) { this.filterQuery.page = 1; @@ -360,7 +355,7 @@ export default { page: 1, limit: 10, }; - this.selectedRowData=null; + this.selectedRowData = null; this.getDeptList(); }, onSubmit() { @@ -406,11 +401,14 @@ export default { getInvListByUser(params) .then((response) => { this.invList = response.data || []; - this.getList(); }) .catch(() => { }); }, + editOrder(row) { + this.selectedRowData = row // + this.isInformation = true + }, addDevice() { this.formName = 'add'; this.deviceDialogVisible = true; @@ -506,7 +504,7 @@ export default { binaryData.push(response); //获取blob链接。 let url = window.URL.createObjectURL( - new Blob(binaryData, {type: "application/pdf"}) + new Blob(binaryData, {type: "application/pdf"}) ); this.loading = false; window.open(url);//打开新标签页,预览pdf。 diff --git a/src/views/inventory/DeviceReceiveOrderModify.vue b/src/views/inventory/DeviceReceiveOrderModify.vue index 44345abd..b5a29fe4 100644 --- a/src/views/inventory/DeviceReceiveOrderModify.vue +++ b/src/views/inventory/DeviceReceiveOrderModify.vue @@ -58,20 +58,15 @@ - + - - - {{ item.name }} - {{ item.code }} - + + + @@ -100,7 +95,7 @@ style="margin-left: 15px" >扫码添加 - + 选入设备 @@ -110,8 +105,6 @@ - - @@ -180,16 +173,18 @@ v-if="selectInvProductVisible" :append-to-body='true' > - + - + - + @@ -201,17 +196,36 @@ - + - + - + + + + + + + + + + {{ item.name }} + {{ item.code }} + + @@ -227,7 +241,8 @@ - @@ -263,38 +278,44 @@ v-if="selectProductVisible" :append-to-body='true' > - + - + - + - + - + - + - + @@ -315,8 +336,8 @@ - - + + @@ -330,6 +351,93 @@ @pagination="queryProductsList" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 显示/隐藏搜索栏 + 重置 + 查询 + 添加 + +
+ + + + + + + + + + + + + + + +
+ + @@ -350,6 +458,7 @@ import { import {getInvMAProducts} from "@/api/inventory/invPorduct"; import {isBlank} from "@/utils/strUtil"; import {listDeptUser} from "@/api/system/deptUser"; +import {getDeptDeviceList} from "@/api/inventory/deptDevice"; export default { props: { @@ -417,6 +526,18 @@ export default { currentRow: {}, selectedIndex: null, showSearch: true, + selectDeviceVisible: false, + filterDeviceQuery: { + nameCode: null, + cpmctymc: null, + batchNo: null, + invCode: null, + invSpaceCode: null, + page: 1, + limit: 10 + }, + udiDeviceTotal: 0, + deviceList: [], } }, methods: { @@ -466,7 +587,8 @@ export default { this.formData.fromInvSpaceCode = ""; }, selectInvProduct(obj) { - if (this.paramValue == 0) { + if (this.formData.type == 1) { + //库存 let message = this.verifyOrder(obj); if (!isBlank(message)) { this.$message.warning(message); @@ -476,14 +598,20 @@ export default { this.saveOrder(); this.onReset(); this.selectInvProductVisible = true; - this.filterQuery.invCode = this.formData.fromInvCode; - } else { + this.getInvList(); + } else if (this.formData.type == 2) { + //科室 + //保存或更新设备登记仓库信息 + this.saveOrder(); + this.onDeviceReset(); + this.selectDeviceVisible = true; + } else if (this.formData.type == 3) { + //物资 //保存或更新设备登记仓库信息 this.saveOrder(); this.onProductReset(); this.selectProductVisible = true; } - // this.filterQuery.invSpaceCode = this.formData.fromInvSpaceCode; }, saveMAOrder() { this.saveOrder(); @@ -517,10 +645,10 @@ export default { }, saveDeviceReceiveOrder() { - if(this.paramValue == 0){ + if (this.paramValue == 0) { var message = this.verifyOrder() - }else{ - var message = this.verifyProductOrder() + } else { + var message = this.verifyProductOrder() } if (isBlank(message)) { this.saveOrder(); @@ -560,27 +688,16 @@ export default { verifyOrder(obj) { if (isBlank(this.formData.fromDeptCode)) { return "请选择登记部门!"; - } else if (isBlank(this.formData.fromInvCode)) { - return "请选择来源!"; - } else if (isBlank(obj) && (this.detailList == null || this.detailList.length == 0 )) { + } else if (isBlank(obj) && (this.detailList == null || this.detailList.length == 0)) { return "请选择设备!"; } }, verifyProductOrder() { - if (this.detailList == null || this.detailList.length == 0) { + if (this.detailList == null || this.detailList.length == 0) { return "请选择设备!"; } }, submitAudit() { - if(this.paramValue == 0){ - var message = this.verifyOrder() - }else{ - var message = this.verifyProductOrder() - } - if(!isBlank(message)){ - return this.$message.warning(message); - } - let params = {id: this.formData.id}; submitAudit(params).then((res) => { if (res.code === 20000) { @@ -714,6 +831,18 @@ export default { this.multiProduct = []; this.queryProductsList(); }, + onDeviceReset() { + this.filterDeviceQuery = { + nameCode: null, + cpmctymc: null, + batchNo: null, + invSpaceCode: null, + page: 1, + limit: 10 + }; + this.multiProduct = []; + this.queryDeviceList(); + }, handleCurrentChange(val) { this.filterQuery.page = val; this.queryInvProducts(); @@ -723,8 +852,6 @@ export default { this.queryInvProducts(); }, queryInvProducts() { - this.filterQuery.invCode = this.formData.fromInvCode; - // this.filterQuery.invSpaceCode = this.formData.fromInvSpaceCode; getInvMAProducts(this.filterQuery).then((res) => { if (res.code === 20000) { this.productList = res.data.list || []; @@ -762,10 +889,11 @@ export default { return; } let invProductIds = []; - this.multiProduct.forEach(item => { - invProductIds.push(item.id); - }); + this.multiProduct.forEach(item => { + invProductIds.push(item.id); + }); let params = { + type: this.formData.type, orderIdFk: this.formData.orderId, invProductIds: invProductIds, invCode: this.formData.fromInvCode, @@ -776,6 +904,7 @@ export default { this.$message.success("录入成功!"); this.selectInvProductVisible = false; this.selectProductVisible = false; + this.selectDeviceVisible = false this.getList(); } else { this.$message.error(res.message); @@ -793,6 +922,22 @@ export default { this.multiProduct.push(item); }); }, + queryDeviceList() { + getDeptDeviceList(this.filterDeviceQuery).then((res) => { + if (res.code === 20000) { + this.deviceList = res.data.list || []; + this.udiDeviceTotal = res.data.total || 0; + } else { + this.$message.error(res.message); + this.deviceList = []; + this.udiDeviceTotal = 0; + } + }).catch((error) => { + this.$message.error(error.message); + this.deviceList = []; + this.udiDeviceTotal = 0; + }); + } }, created() { //查询配置项