From e5364766ed325bb7cabe62278a336bed2f197921 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Thu, 11 Jul 2024 18:04:48 +0800 Subject: [PATCH] =?UTF-8?q?2024-07-11=20=E5=9F=BA=E7=A1=80=E4=BF=A1?= =?UTF-8?q?=E6=81=AF-=E8=AE=BE=E5=A4=87-=E8=B5=84=E4=BA=A7=E5=8F=B7?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/equipment/index.vue | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/src/views/wms/equipment/index.vue b/src/views/wms/equipment/index.vue index 98484f0a..1aa81de5 100644 --- a/src/views/wms/equipment/index.vue +++ b/src/views/wms/equipment/index.vue @@ -17,6 +17,15 @@ @keyup.enter.native="handleQuery" /> + + + + - + @@ -912,6 +928,9 @@ {{ form.equipmentCode }} + {{ + form.sapAsset + }} {{ form.equipmentName }} @@ -1327,6 +1346,7 @@ export default { hourlyUnitPrice: null, equipmentCategory: null, factoryWorkshop: null, + sapAsset: null, }, queryEquipmentHeadParams: { pageNum: 1, @@ -1552,6 +1572,7 @@ export default { sapCode: null, sapName: null, factoryWorkshop: null, + sapAsset: null, }; this.resetForm("form"); }, @@ -1608,7 +1629,7 @@ export default { getWorkCenterList().then((response) => { this.options1 = response.data; }); - + this.repairRecordSteps = 0; this.rightList = []; this.auxiliaryEquipmentLeftList = []; @@ -1710,7 +1731,7 @@ export default { this.rules.sapName.push({ required: true, }); - } + } this.form.workCenter = this.form.workshopCode; this.repairRecordSteps = 0; this.queryAuxiliaryEquipmentParams.equipmentCode = null;