|  |  | @ -40,6 +40,9 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-dropdown-item divided @click.native="changeInv"> |  |  |  |           <el-dropdown-item divided @click.native="changeInv"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <span>切换仓库</span> |  |  |  |             <span>切换仓库</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-dropdown-item> |  |  |  |           </el-dropdown-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-dropdown-item divided @click.native="modifyPassword"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <span>修改密码</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-dropdown-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-dropdown-item divided @click.native="logout"> |  |  |  |           <el-dropdown-item divided @click.native="logout"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <span>退出登录</span> |  |  |  |             <span>退出登录</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-dropdown-item> |  |  |  |           </el-dropdown-item> | 
			
		
	
	
		
		
			
				
					|  |  | @ -102,6 +105,78 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |       </el-form> |  |  |  |       </el-form> | 
			
		
	
		
		
			
				
					
					|  |  |  |     </el-dialog> |  |  |  |     </el-dialog> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     <el-dialog | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       title="修改密码" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       :visible.sync="isVisible" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       :close-on-click-modal="false" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       :close-on-press-escape="false" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       width="35%" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       v-if="isVisible" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     > | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       <el-form :model="inputQuery" label-width="100px" :rules="rules" ref="inputQuery"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <el-row :gutter="20"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-col :span="20"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <el-form-item prop="userName" label="用户账号:"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-input | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 size="small" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 placeholder="请输入登录用户账号" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 v-model="inputQuery.userName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 @input="change()" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 :disabled="true" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               ></el-input> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         </el-row> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <el-row :gutter="20"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-col :span="20"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <el-form-item prop="locInvCode" label="当前密码:"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-input | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 size="small" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 placeholder="请输入当前密码" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 type="password" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 v-model="inputQuery.password" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 @input="change()" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               ></el-input> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         </el-row> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <el-row :gutter="20"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-col :span="20"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <el-form-item prop="locInvCode" label="新密码:"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-input | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 size="small" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 placeholder="请输入新密码" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 type="password" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 v-model="inputQuery.password" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 @input="change()" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               ></el-input> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         </el-row> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <el-row :gutter="20"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-col :span="20"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <el-form-item prop="locInvCode" label="确认密码:"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-input | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 size="small" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 placeholder="请输入确认密码" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 type="password" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 v-model="inputQuery.confirmPassword" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 @input="change()" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               ></el-input> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         </el-row> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <div style='text-align: center; margin-bottom: 10px;margin-top: 18px ;'> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-button type="primary" @click="onSubmit('inputQuery')">修改密码</el-button> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-button type="primary" @click="closeDialog">取消</el-button> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         </div> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       </el-form> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     </el-dialog> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   </div> |  |  |  |   </div> | 
			
		
	
		
		
			
				
					
					|  |  |  | </template> |  |  |  | </template> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -118,17 +193,34 @@ import RuoYiDoc from '@/components/RuoYi/Doc' | 
			
		
	
		
		
			
				
					
					|  |  |  | import store from "@/store"; |  |  |  | import store from "@/store"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {filterAllByUser} from "@/api/system/invWarehouse"; |  |  |  | import {filterAllByUser} from "@/api/system/invWarehouse"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {filterSubByInv, findByDeptUser} from "@/api/system/invSubWarehouse"; |  |  |  | import {filterSubByInv, findByDeptUser} from "@/api/system/invSubWarehouse"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {updateInv} from "@/api/auth/authAdmin"; |  |  |  | import {updateInv,modifyPasswd} from "@/api/auth/authAdmin"; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | import {isRelogin} from "@/utils/request"; |  |  |  | import {isRelogin} from "@/utils/request"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import router from "@/router"; |  |  |  | import router from "@/router"; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | export default { |  |  |  | export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |   data() { |  |  |  |   data() { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     let validatePass2 = (rule, value, callback) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       if (value === "") { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         callback(new Error("请再次输入密码")); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       } else if (value !== this.inputQuery.password) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         callback(new Error("两次输入密码不一致!")); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         callback(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     }; | 
			
		
	
		
		
			
				
					
					|  |  |  |     return { |  |  |  |     return { | 
			
		
	
		
		
			
				
					
					|  |  |  |       inv: store.getters.locInvName, |  |  |  |       inv: store.getters.locInvName, | 
			
		
	
		
		
			
				
					
					|  |  |  |       deptName: store.getters.locDeptName, |  |  |  |       deptName: store.getters.locDeptName, | 
			
		
	
		
		
			
				
					
					|  |  |  |       selInvVisible: false, |  |  |  |       selInvVisible: false, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       isVisible: false, | 
			
		
	
		
		
			
				
					
					|  |  |  |       userInfo: {}, |  |  |  |       userInfo: {}, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       inputQuery: { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         password: "", | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         confirmPassword: "", | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         userName: "", | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         locInvCode:"", | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       }, | 
			
		
	
		
		
			
				
					
					|  |  |  |       deptList: [], |  |  |  |       deptList: [], | 
			
		
	
		
		
			
				
					
					|  |  |  |       invList: [], |  |  |  |       invList: [], | 
			
		
	
		
		
			
				
					
					|  |  |  |       formRules: { |  |  |  |       formRules: { | 
			
		
	
	
		
		
			
				
					|  |  | @ -140,6 +232,14 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         ], |  |  |  |         ], | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       }, |  |  |  |       }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       rules: { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         password: [{required: true, message: "请输入密码", trigger: "blur"}], | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         confirmPassword: [ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           {required: true, message: "请确认密码", trigger: "blur"}, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           {validator: validatePass2, trigger: "blur"}, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         ], | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     }; |  |  |  |     }; | 
			
		
	
		
		
			
				
					
					|  |  |  |   }, |  |  |  |   }, | 
			
		
	
		
		
			
				
					
					|  |  |  |   components: { |  |  |  |   components: { | 
			
		
	
	
		
		
			
				
					|  |  | @ -176,6 +276,33 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |   }, |  |  |  |   }, | 
			
		
	
		
		
			
				
					
					|  |  |  |   methods: { |  |  |  |   methods: { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     onSubmit(formName) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.$refs[formName].validate((valid) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         if (valid) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           this.loading = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           modifyPasswd(this.inputQuery).then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             if (response.code === 20000) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               this.loading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               this.$confirm('密码重置成功,请点击确定重新登录', '提示', { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 confirmButtonText: '确定', | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 // cancelButtonText: '取消', | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 type: 'warning' | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               }).then(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 this.$store.dispatch('LogOut').then(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   location.href = process.env.VUE_APP_CONTEXT_PATH; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 }) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               }).catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               }); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               this.$message.error(response.message); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           }); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           return false; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       }); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     toggleSideBar() { |  |  |  |     toggleSideBar() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.$store.dispatch('app/toggleSideBar') |  |  |  |       this.$store.dispatch('app/toggleSideBar') | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
	
		
		
			
				
					|  |  | @ -186,7 +313,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         type: 'warning' |  |  |  |         type: 'warning' | 
			
		
	
		
		
			
				
					
					|  |  |  |       }).then(() => { |  |  |  |       }).then(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.$store.dispatch('LogOut').then(() => { |  |  |  |         this.$store.dispatch('LogOut').then(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |           location.href = process.env.VUE_APP_CONTEXT_PATH ; |  |  |  |           location.href = process.env.VUE_APP_CONTEXT_PATH; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         }) |  |  |  |         }) | 
			
		
	
		
		
			
				
					
					|  |  |  |       }).catch(() => { |  |  |  |       }).catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |       }); |  |  |  |       }); | 
			
		
	
	
		
		
			
				
					|  |  | @ -195,6 +322,9 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     changeInv() { |  |  |  |     changeInv() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.selInvVisible = true; |  |  |  |       this.selInvVisible = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     modifyPassword() { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.isVisible = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     getDeptList() { |  |  |  |     getDeptList() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.deptList = []; |  |  |  |       this.deptList = []; | 
			
		
	
	
		
		
			
				
					|  |  | @ -209,7 +339,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     deptChange() { |  |  |  |     deptChange() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getInvList(); |  |  |  |       this.getInvList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.userInfo.locInvCode=""; |  |  |  |       this.userInfo.locInvCode = ""; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     getInvList() { |  |  |  |     getInvList() { | 
			
		
	
	
		
		
			
				
					|  |  | @ -225,7 +355,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |           } |  |  |  |           } | 
			
		
	
		
		
			
				
					
					|  |  |  |         }) |  |  |  |         }) | 
			
		
	
		
		
			
				
					
					|  |  |  |         .catch(() => { |  |  |  |         .catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.selInvVisible=true; |  |  |  |           this.selInvVisible = true; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         }); |  |  |  |         }); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -261,6 +391,8 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     closeDialog() { |  |  |  |     closeDialog() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.selInvVisible = false; |  |  |  |       this.selInvVisible = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.isVisible = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getDeptList() |  |  |  |       this.getDeptList() | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.resetForm(); |  |  |  |       this.resetForm(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
	
		
		
			
				
					|  |  | @ -283,6 +415,11 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       locInvCode: store.getters.locInvCode, |  |  |  |       locInvCode: store.getters.locInvCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |       locDeptCode: store.getters.locDeptCode, |  |  |  |       locDeptCode: store.getters.locDeptCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |     }; |  |  |  |     }; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     this.inputQuery={ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       userName:this.$store.getters.name, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       locInvCode: store.getters.locInvCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     }; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.getDeptList(); |  |  |  |     this.getDeptList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     //this.getInvList() |  |  |  |     //this.getInvList() | 
			
		
	
	
		
		
			
				
					|  |  | 
 |