From 482cadb7b161059cc2c5c1a3f6097d6fa50571d7 Mon Sep 17 00:00:00 2001 From: Jeane0504 <474060023@qq.com> Date: Tue, 17 Dec 2024 13:06:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eetc=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gasManage/Zhusai/ETCdiaglog/ETCfrom1.vue | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/src/components/gasManage/Zhusai/ETCdiaglog/ETCfrom1.vue b/src/components/gasManage/Zhusai/ETCdiaglog/ETCfrom1.vue index 9b372a6..4845736 100644 --- a/src/components/gasManage/Zhusai/ETCdiaglog/ETCfrom1.vue +++ b/src/components/gasManage/Zhusai/ETCdiaglog/ETCfrom1.vue @@ -18,6 +18,21 @@ /> + + + + + @@ -364,6 +379,21 @@ const SettingData = async (formName: any) => { ElMessage(re.message); } }; +const SettingData1 = async () => { + const re = await SettingDevice({ + code: "ETC.TIME_FORMAT", + + deviceId: props.deviceId, + }); + if (re.code == 200) { + ElMessage({ + message: "保存成功", + type: "success", + }); + } else { + ElMessage(re.message); + } +}; // 开井 const OpenWell = async () => { const data = { @@ -502,4 +532,12 @@ const runModeOptions = reactive([ position: absolute; left: 790px; } +.buttonLocation4 { + width: 130px; + display: flex; + justify-content: flex-end; + position: absolute; + left: 776px; + top: 0px; +}