Bladeren bron

外出管理 请假管理 需求修复

AlvisLiu 1 jaar geleden
bovenliggende
commit
4c0bb618fe

+ 2 - 2
src/pages/administrativeService/leaveManagement/index.vue

@@ -171,7 +171,7 @@ const onRefresh = () => {
             </van-cell-group>
             <div style="padding: 5px 16px;">
               <van-button type="primary" block round @click="onConfirm('qjgl')">
-                确认
+                搜索
               </van-button>
             </div>
           </van-dropdown-item>
@@ -210,7 +210,7 @@ const onRefresh = () => {
             </van-cell-group>
             <div style="padding: 5px 16px;">
               <van-button type="primary" block round @click="onConfirm('qjsp')">
-                确认
+                搜索
               </van-button>
             </div>
           </van-dropdown-item>

+ 12 - 12
src/pages/administrativeService/outManagement/index.vue

@@ -134,18 +134,18 @@ const checkSubmitForm = () => {
       <van-tabs v-model:active="tabActive" @click-tab="onClickTab">
         <van-tab title="外出申请">
 
-          <van-dropdown-menu>
-          <van-dropdown-item  title="请假人">
-            <van-cell-group inset>
-              <van-field v-model="applyPerson" placeholder="请输入请假人" />
-            </van-cell-group>
-            <div style="padding: 5px 16px;">
-              <van-button type="primary" block round @click="onConfirm()">
-                确认
-              </van-button>
-            </div>
-          </van-dropdown-item>
-        </van-dropdown-menu>
+          <van-dropdown-menu v-if="false">
+            <van-dropdown-item  title="请假人">
+              <van-cell-group inset>
+                <van-field v-model="applyPerson" placeholder="请输入请假人" />
+              </van-cell-group>
+              <div style="padding: 5px 16px;">
+                <van-button type="primary" block round @click="onConfirm()">
+                  确认
+                </van-button>
+              </div>
+            </van-dropdown-item>
+          </van-dropdown-menu>
         <van-pull-refresh v-model="loading" @refresh="onRefresh">
           <van-list v-model:loading="loading" :finished="finished" finished-text="没有更多了" @load="onLoad">
             <van-cell v-for="(item,index ) in tableList" :key="index" :title="item.xxq_spr" >

+ 3 - 3
src/store/produ/la.js

@@ -7,9 +7,9 @@ export default {
   "user_role_id": "7",
   "user_level_id": "1",
   "user_detail_id": "0",
-  "user_score": "134",
+  "user_score": "162",
   "create_dateline": "1658113811",
-  "modify_dateline": "1692696847",
+  "modify_dateline": "1694158727",
   "isdelete": "0",
   "area_id1": "0",
   "area_id2": "0",
@@ -56,7 +56,7 @@ export default {
   "wx_last_login": null,
   "wx_graduation": "0",
   "power_set": null,
-  "token": "f2c13s93wtxoJJ8lVACuzIcuCnZSYa909r8bxoz4FACGWgAUwT4bSejSiPJkPSCzzqXv8iNFasvHeFQLexjs6veDo70Vapy00YWN2EHJBvU",
+  "token": "c1eazsmVg2D6Vxx8IiyhSZ3wmcKuPhsGcSRQQxNpnH_bYsxAi4OJlfSnD4MWWoELpsd_bqWYzZEPiER_ayYVoKcb_aQ2PLCyU99nWBeBNRAiX_bI",
   "setting": {
       "sitename": "景宁教育魔方",
       "sitedomain": "http://60.188.226.44:8090/",

+ 1 - 2
src/store/user.js

@@ -1,7 +1,6 @@
 import { defineStore } from 'pinia'
 
-// import produ from './produ/wyj'
-
+// import produ from './produ/la'
 // localStorage.setItem(
 //   'userInfo',
 //   JSON.stringify(produ),