From 6752c64e34db7bece286435386e3fe5f4ce88fab Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 24 Jun 2024 10:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E4=BB=A4=E8=B0=83=E6=95=B4=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=B0=83=E6=95=B4=E6=97=B6=E9=97=B4=E3=80=81=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=80=89=E6=8B=A9=E5=92=8C=E6=9B=B4=E5=A4=9A=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=9F=A5=E7=9C=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/component/adjust.vue | 76 +++++++++++++++++++++------- 1 file changed, 58 insertions(+), 18 deletions(-) diff --git a/src/views/order/component/adjust.vue b/src/views/order/component/adjust.vue index fe9a27f..87c2d73 100644 --- a/src/views/order/component/adjust.vue +++ b/src/views/order/component/adjust.vue @@ -12,8 +12,10 @@ @@ -68,6 +75,35 @@ + + + @@ -81,6 +117,7 @@ export default { }, data() { return { + adjustEquipmentType: 1, isShow: false, id: "", type: "", @@ -89,7 +126,9 @@ export default { form: { content: "", tiaozhengleixing: "", - kaiqishuliang: 0 + kaiqishuliang: 0, + start_time: "", + end_time: "" }, rules: {}, originalData: "", @@ -244,7 +283,8 @@ export default { }, equipmentType () { - return this.detail?.equipment_id_equipments_id_relation?.type; + return this.adjustEquipmentType; + //return this.detail?.equipment_id_equipments_id_relation?.type; }, types () {