MrShi
2026-05-29 8823c7ce57e1961f1da67e4b004ad93dae89ba9b
提交
已修改2个文件
21 ■■■■ 文件已修改
admin/.env.development 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaJkCabinetWindow.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
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