From 8823c7ce57e1961f1da67e4b004ad93dae89ba9b Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 29 五月 2026 09:52:33 +0800
Subject: [PATCH] 提交

---
 admin/src/components/business/OperaJkCabinetWindow.vue |   15 ++++++++++++++-
 admin/.env.development                                 |    6 +++---
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/admin/.env.development b/admin/.env.development
index 9ab2336..2908736 100644
--- a/admin/.env.development
+++ b/admin/.env.development
@@ -3,11 +3,11 @@
 
 # VUE_APP_API_URL  = 'https://atwl.ahzyssl.com/zhyq_interface'
 
-#VUE_APP_API_URL  = 'http://192.168.1.82:10010'
+VUE_APP_API_URL  = 'http://192.168.1.22:10010'
 
-VUE_APP_API_URL  = 'http://192.168.0.7/system_gateway'
+# VUE_APP_API_URL  = 'http://192.168.0.7/system_gateway'
 
-VUE_APP_API_URL  = 'http://localhost:10010'
+# VUE_APP_API_URL  = 'http://localhost:10010'
 
 #key锛�045542fc5f436b75e6c911c5c84ff8cd
 #瀵嗛挜锛�8bd38497f9aee2b75e7a888a4dfd1e6c
diff --git a/admin/src/components/business/OperaJkCabinetWindow.vue b/admin/src/components/business/OperaJkCabinetWindow.vue
index 5372648..0ccef39 100644
--- a/admin/src/components/business/OperaJkCabinetWindow.vue
+++ b/admin/src/components/business/OperaJkCabinetWindow.vue
@@ -65,6 +65,16 @@
           </el-switch>
           <span style="margin-left: 20px; color: #999999;">寮�鍚弻閲嶈璇佸悗锛岄挜鍖欓鍙栨椂鍏堟牎楠岄獙璇佷汉韬唤锛屽啀鏍¢獙鍙告満韬唤</span>
         </div>
+        <div style="width: 100%; display: flex; align-items: center;">
+          <el-switch
+            v-model="form.returnDoubleAuth"
+            active-color="#13ce66"
+            inactive-color="#ff4949"
+            :active-value="1"
+            :inactive-value="0">
+          </el-switch>
+          <span style="margin-left: 20px; color: #999999;">寮�鍚弻閲嶈璇佸悗锛岄挜鍖欏綊杩樻椂鍏堟牎楠岄獙璇佷汉韬唤锛屽啀鏍¢獙鍙告満韬唤</span>
+        </div>
       </el-form-item>
       <el-form-item label="楠岃瘉浜�" prop="authMemberIdList">
         <el-select v-model="form.authMemberIdList" filterable multiple placeholder="璇烽�夋嫨楠岃瘉浜�">
@@ -179,6 +189,7 @@
         location: '',
         useTime: '',
         doubleAuth: 0,
+        returnDoubleAuth: 0,
         authMemberIdList: '',
         rowNum: '',
         columnNum: '',
@@ -290,6 +301,7 @@
             managerIdList: '',
             useTime: '',
             doubleAuth: 0,
+            returnDoubleAuth: 0,
             authMemberIdList: '',
             rowNum: '',
             columnNum: '',
@@ -299,7 +311,8 @@
             noPrefix: '',
             noLength: '',
             noIndex: '',
-            sortType: 0
+            sortType: 0,
+            alcoholStatus: 0
           }
           this.$refs.form.resetFields()
           this.form[this.configData['field.id']] = null

--
Gitblit v1.9.3