Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

admin.vue 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679
  1. <template>
  2. <div class="main-contain">
  3. <div class="position">
  4. <bread-crumb :crumbs="crumbs"></bread-crumb>
  5. <div>
  6. <el-button
  7. type="primary"
  8. size="small"
  9. icon="el-icon-circle-plus-outline"
  10. style="float:left"
  11. @click="openForm(0)">新增</el-button>
  12. <el-button
  13. type="primary"
  14. size="small"
  15. @click="BatchDelete"
  16. >医药师登记</el-button>
  17. <!-- <el-button
  18. type="primary"
  19. size="small"
  20. icon="el-icon-circle-plus-outline"
  21. style="float:left"
  22. @click="toTest">短信</el-button> -->
  23. <!-- <el-button
  24. type="primary"
  25. size="small"
  26. icon="el-icon-circle-plus-outline"
  27. style="float:left"
  28. @click="toTestOne">创建个人用户实名</el-button>
  29. <el-button
  30. type="primary"
  31. size="small"
  32. icon="el-icon-circle-plus-outline"
  33. style="float:left"
  34. @click="toTestFive">创建企业用户并实名</el-button>
  35. <el-button
  36. type="primary"
  37. size="small"
  38. icon="el-icon-circle-plus-outline"
  39. style="float:left"
  40. @click="toTestFour">添加企业成员</el-button>
  41. <el-button
  42. type="primary"
  43. size="small"
  44. icon="el-icon-circle-plus-outline"
  45. style="float:left"
  46. @click="toTestTwo">创建个人印章</el-button>
  47. <el-button
  48. type="primary"
  49. size="small"
  50. icon="el-icon-circle-plus-outline"
  51. style="float:left"
  52. @click="toTestThree">创建合同</el-button> -->
  53. <!-- <el-button
  54. type="primary"
  55. size="small"
  56. icon="el-icon-circle-plus-outline"
  57. style="float:left"
  58. @click="toTestSeven">添加合同签署人</el-button> -->
  59. <!-- <el-button
  60. type="primary"
  61. size="small"
  62. icon="el-icon-circle-plus-outline"
  63. style="float:left"
  64. @click="toTestTen"
  65. >
  66. 短信验证码
  67. </el-button> -->
  68. <!-- <el-button
  69. type="primary"
  70. size="small"
  71. icon="el-icon-circle-plus-outline"
  72. style="float:left"
  73. @click="toTestNight">后台签署</el-button>
  74. <el-button
  75. type="primary"
  76. size="small"
  77. icon="el-icon-circle-plus-outline"
  78. style="float:left"
  79. @click="toTestElement">创建企业用章</el-button> -->
  80. <!-- <el-button
  81. type="primary"
  82. size="small"
  83. icon="el-icon-circle-plus-outline"
  84. style="float:left"
  85. @click="toTestThrityMent">生成PDF</el-button> -->
  86. </div>
  87. </div>
  88. <div class="app-container">
  89. <el-table
  90. :row-style="{ color: '#303133' }"
  91. :header-cell-style="{
  92. backgroundColor: 'rgb(245, 247, 250)',
  93. color: '#606266'
  94. }"
  95. style="width:100%;"
  96. ref="table"
  97. border
  98. :data="admins"
  99. v-loading="is_loading_admins"
  100. @selection-change="handleSelectionChange"
  101. >
  102. <el-table-column
  103. align="center"
  104. type="selection"
  105. width="55">
  106. </el-table-column>
  107. <el-table-column
  108. label="用户名"
  109. prop="user_name"
  110. min-width="160"
  111. align="center"
  112. ></el-table-column>
  113. <el-table-column label="医保医师编码" prop="doctor_number" min-width="160" align="center">
  114. <template slot-scope="scope">
  115. <span v-if="scope.row.doctor_number== 0"></span>
  116. <span v-if="scope.row.doctor_number!= 0">{{scope.row.doctor_number}}</span>
  117. </template>
  118. </el-table-column>
  119. <el-table-column
  120. label="最后登录IP"
  121. prop="ip"
  122. min-width="150"
  123. align="center"
  124. ></el-table-column>
  125. <el-table-column
  126. label="最后登录时间"
  127. prop="last_login_time"
  128. min-width="170"
  129. align="center"
  130. >
  131. <template slot-scope="scope">
  132. <span>{{
  133. scope.row.last_login_time == 0
  134. ? ""
  135. : _parseTime(scope.row.last_login_time, "{y}-{m}-{d} {h}:{i}")
  136. }}</span>
  137. </template>
  138. </el-table-column>
  139. <el-table-column
  140. label="角色"
  141. prop="role_name"
  142. min-width="160"
  143. align="center"
  144. ></el-table-column>
  145. <el-table-column label="状态" min-width="100" align="center">
  146. <template slot-scope="scope">
  147. <div
  148. v-if="scope.row.status == 1"
  149. style="color: #67C23A; font-size:20px;"
  150. >
  151. <li class="el-icon-success"></li>
  152. </div>
  153. <div v-else style="color: #F56C6C; font-size:20px;">
  154. <li class="el-icon-error"></li>
  155. </div>
  156. </template>
  157. </el-table-column>
  158. <el-table-column label="操作" width="240" align="center">
  159. <template slot-scope="scope">
  160. <!-- <router-link :to="{ path:'/role/admin/edit', query:{ id:scope.row.user_id }}"> -->
  161. <el-tooltip
  162. class="item"
  163. effect="dark"
  164. content="编辑"
  165. placement="top"
  166. >
  167. <el-button
  168. type="primary"
  169. icon="el-icon-edit-outline"
  170. size="small"
  171. @click="openForm(scope.row.user_id)"
  172. ></el-button>
  173. </el-tooltip>
  174. <!-- </router-link> -->
  175. <el-tooltip
  176. class="item"
  177. effect="dark"
  178. content="移除"
  179. placement="top"
  180. >
  181. <el-button
  182. type="danger"
  183. size="small"
  184. icon="el-icon-delete"
  185. v-if="
  186. scope.row.status == 1 &&
  187. org.creator != scope.row.user_id &&
  188. scope.row.user_id != local_user_id
  189. "
  190. @click="disableAdminAction(scope.row)"
  191. ></el-button>
  192. </el-tooltip>
  193. <el-tooltip
  194. class="item"
  195. effect="dark"
  196. content="恢复"
  197. placement="top"
  198. >
  199. <el-button
  200. size="small"
  201. type="info"
  202. icon="el-icon-refresh"
  203. v-if="
  204. scope.row.status == 0 &&
  205. org.creator != scope.row.user_id &&
  206. scope.row.user_id != local_user_id
  207. "
  208. @click="recoverAdminAction(scope.row)"
  209. ></el-button>
  210. </el-tooltip>
  211. <span v-if="scope.row.user_type == 2">
  212. <el-button type="primary" size="small" icon="el-icon-refresh-left" @click="toReturn(scope.row.user_id,scope.row.is_mark)">
  213. <span v-if="scope.row.is_mark ==0">登记</span>
  214. <span v-if="scope.row.is_mark ==1">撤销</span>
  215. </el-button>
  216. </span>
  217. </template>
  218. </el-table-column>
  219. </el-table>
  220. <el-row style="margin-top: 15px;" v-if="admin_total_count > 10">
  221. <el-col :span="24">
  222. <el-pagination
  223. :total="admin_total_count"
  224. :current-page.sync="current_page"
  225. @current-change="pageChange"
  226. :page-size="10"
  227. layout="total, prev, pager, next, jumper"
  228. ></el-pagination>
  229. </el-col>
  230. </el-row>
  231. <admin-info-form ref="admininfoform"></admin-info-form>
  232. </div>
  233. </div>
  234. </template>
  235. <script>
  236. import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent } from "@/api/role/admin";
  237. import { getRoles } from "@/api/role/role";
  238. import { parseTime } from "@/utils";
  239. import BreadCrumb from "@/xt_pages/components/bread-crumb";
  240. import AdminInfoForm from "./components/AdminInfoForm";
  241. import axios from 'axios'
  242. export default {
  243. name: "adminManage",
  244. data() {
  245. return {
  246. crumbs: [
  247. { path: false, name: "管理中心" },
  248. { path: false, name: "员工管理" }
  249. ],
  250. is_loading_admins: true,
  251. admins: [], // [{user_id, user_name, role_name, title_name, ip, last_login_time, status}]
  252. admin_total_count: 0,
  253. current_page: 1,
  254. roles: [],
  255. is_exist_role: false,
  256. org: null,
  257. isSubSuperAdmin: false,
  258. local_user_id: 0,
  259. selectDrug:[]
  260. };
  261. },
  262. components: {
  263. BreadCrumb,
  264. AdminInfoForm
  265. },
  266. created: function() {
  267. this.local_user_id = this.$store.getters.xt_user.user.id;
  268. let page = 1;
  269. this.getRoles(page);
  270. adminMainView()
  271. .then(rs => {
  272. this.is_loading_admins = false;
  273. var resp = rs.data;
  274. if (resp.state === 1) {
  275. var adminData = resp.data.admins
  276. console.log("数据",adminData)
  277. this.admins.push(...adminData);
  278. this.admin_total_count = resp.data.total_count;
  279. this.is_exist_role = resp.data.is_exist_role;
  280. this.current_page = 1;
  281. this.org = resp.data.org;
  282. this.isSubSuperAdmin = resp.data.isSubSuperAdmin;
  283. //能进入当前页面的角色只有超级管理员和子管理员,如果当前角色是子管理员,需要把超级管理员和其他子管理员的信息去除,子管理员不能编辑超级管理员和其他子管理员信息,
  284. if (this.isSubSuperAdmin) {
  285. //去除管理员信息
  286. for (let i = 0; i < this.admins.length; i++) {
  287. if (this.admins[i].user_id == this.org.creator) {
  288. this.admins.splice(i, 1);
  289. i--;
  290. }
  291. }
  292. //去除其他子管理员信息
  293. for (let i = 0; i < this.admins.length; i++) {
  294. if (
  295. this.admins[i].user_id != this.local_user_id &&
  296. this.admins[i].is_sub_super_admin
  297. ) {
  298. //将自己排除在外
  299. console.log(this.admins[i]);
  300. this.admins.splice(i, 1);
  301. i--;
  302. }
  303. }
  304. }
  305. } else {
  306. this.$message.error(resp.msg);
  307. }
  308. })
  309. .catch(err => {
  310. this.is_loading_admins = false;
  311. this.$message.error(err);
  312. });
  313. },
  314. computed: {
  315. should_update_admins() {
  316. return this.$store.getters.xt_role_temps.did_admins_changed;
  317. }
  318. },
  319. methods: {
  320. getRoles(page) {
  321. getRoles(page)
  322. .then(rs => {
  323. this.loading_roles = false;
  324. const resp = rs.data;
  325. if (resp.state === 1) {
  326. this.roles.push(...resp.data.roles);
  327. } else {
  328. this.$message.error(resp.msg);
  329. }
  330. })
  331. .catch(err => {
  332. this.loading_roles = false;
  333. this.$message.error(err);
  334. });
  335. },
  336. openForm(adminId) {
  337. this.$refs["admininfoform"].open(adminId, this.roles);
  338. },
  339. _parseTime(time, format) {
  340. return parseTime(time, format);
  341. },
  342. requestAdminsWithPage: function(page) {
  343. this.admins.splice(0, this.admins.length);
  344. this.is_loading_admins = true;
  345. getAdmins(page)
  346. .then(rs => {
  347. this.is_loading_admins = false;
  348. const resp = rs.data;
  349. console.log(resp);
  350. if (resp.state === 1) {
  351. var admindata = resp.data.admins
  352. this.admins.push(...admindata);
  353. this.admin_total_count = resp.data.total_count;
  354. } else {
  355. this.$message.error(resp.msg);
  356. }
  357. })
  358. .catch(err => {
  359. this.is_loading_admins = false;
  360. this.$message.error(err);
  361. });
  362. },
  363. addAdminAction: function() {
  364. this.$router.push({ path: "/role/admin/create" });
  365. },
  366. disableAdminAction: function(row) {
  367. this.$msgbox({
  368. title: "提示",
  369. message: "是否确定要移除该用户",
  370. showCancelButton: true,
  371. confirmButtonText: "确定",
  372. cancelButtonText: "取消",
  373. type: "warning",
  374. beforeClose: (action, instance, done) => {
  375. if (action === "confirm") {
  376. instance.confirmButtonLoading = true;
  377. instance.confirmButtonText = "删除中...";
  378. setAdminStatus(row.user_id, false)
  379. .then(rs => {
  380. done();
  381. instance.confirmButtonLoading = false;
  382. const resp = rs.data;
  383. if (resp.state === 1) {
  384. row.status = 0;
  385. } else {
  386. this.$message.error(resp.msg);
  387. }
  388. })
  389. .catch(err => {
  390. done();
  391. instance.confirmButtonLoading = false;
  392. this.$message.error(err);
  393. });
  394. } else {
  395. done();
  396. }
  397. }
  398. });
  399. },
  400. recoverAdminAction: function(row) {
  401. const loading = this.$loading({
  402. lock: true,
  403. text: "正在恢复管理员...",
  404. spinner: "el-icon-loading",
  405. background: "rgba(0, 0, 0, 0.7)"
  406. });
  407. setAdminStatus(row.user_id, true)
  408. .then(rs => {
  409. loading.close();
  410. const resp = rs.data;
  411. if (resp.state === 1) {
  412. row.status = 1;
  413. } else {
  414. this.$message.error(resp.msg);
  415. }
  416. })
  417. .catch(err => {
  418. loading.close();
  419. this.$message.error(err);
  420. });
  421. },
  422. pageChange: function(nextPage) {
  423. this.requestAdminsWithPage(nextPage);
  424. },
  425. // toLogin(){
  426. // var that = this
  427. // axios.get('http://127.0.0.1:9532/sz/api/doctor/get').then(function(response) {
  428. // if (response.data.state == 0) {
  429. // that.$message.error(response.data.msg)
  430. // return false
  431. // } else {
  432. // that.$message({ message: '登记成功', type: 'success' })
  433. // }
  434. // }).catch(function(error) {
  435. // })
  436. // },
  437. BatchDelete() {
  438. if (this.selectDrug.length == 0) {
  439. this.$message.error("请选择要登记的信息");
  440. return false;
  441. }
  442. this.$confirm(
  443. "确认要登记所选记录吗? <br>",
  444. "备案提示",
  445. {
  446. dangerouslyUseHTMLString: true,
  447. confirmButtonText: "确定",
  448. cancelButtonText: "取消",
  449. type: "warning"
  450. }
  451. ).then(() => {
  452. var ids = [];
  453. var idMap = {};
  454. console.log("3333333",this.selectDrug)
  455. for (const index in this.selectDrug) {
  456. ids.push(this.selectDrug[index].user_id);
  457. idMap[this.selectDrug[index].user_id] = this.selectDrug[index].user_id;
  458. }
  459. var idss = ids.join(',')
  460. let params = {
  461. ids:idss,
  462. admin_user_id:this.$store.getters.xt_user.user.id
  463. }
  464. console.log("prams222",params)
  465. var that = this
  466. axios.get('http://127.0.0.1:9532/sz/api/doctor/get',{ params: params }).then(function(response) {
  467. if (response.data.state == 0) {
  468. that.$message.error(response.data.data.msg)
  469. return false
  470. } else {
  471. that.$message.error(response.data.data.msg)
  472. if(response.data.data.msg == ""){
  473. that.$message.success("登记成功!")
  474. that.adminMainView()
  475. }
  476. if(response.data.data.msg!=""){
  477. that.$message.error(response.data.data.msg)
  478. that.adminMainView()
  479. }
  480. }
  481. }).catch(function(error) {
  482. })
  483. });
  484. },
  485. toReturn(id,is_mark){
  486. var that = this
  487. let params = {
  488. 'id':id,
  489. "is_mark":is_mark,
  490. "admin_user_id":this.$store.getters.xt_user.user.id
  491. }
  492. axios.get('http://127.0.0.1:9532/sz/api/medical/get',{params:params}).then(function(response) {
  493. if (response.data.state == 0) {
  494. that.$message.error(response.data.data.msg)
  495. return false
  496. } else {
  497. if(response.data.data.msg == ""){
  498. that.$message.success("登记成功!")
  499. that.adminMainView()
  500. }
  501. if(response.data.data.msg!=""){
  502. that.$message.error(response.data.data.msg)
  503. that.adminMainView()
  504. }
  505. }
  506. }).catch(function(error) {
  507. })
  508. },
  509. handleSelectionChange(val) {
  510. this.selectDrug = val;
  511. },
  512. toTest(){
  513. toSign().then(response=>{
  514. if(response.data.state ==1){
  515. var sign = response.data.data.sign
  516. console.log("sign",sign)
  517. }
  518. })
  519. },
  520. toTestOne(){
  521. toTestOne().then(response=>{
  522. if(response.data.state==1){
  523. var sign = response.data.data.sign
  524. console.log("sign",sign)
  525. }
  526. })
  527. },
  528. toTestTwo(){
  529. toTestTwo().then(response=>{
  530. if(response.data.state ==1){
  531. var sign = response.data.data.sign
  532. console.log("sign",sign)
  533. }
  534. })
  535. },
  536. toTestThree(){
  537. toTestThree().then(response=>{
  538. if(response.data.state ==1){
  539. var sign = response.data.data.sign
  540. console.log("sign",sign)
  541. }
  542. })
  543. },
  544. toTestFour(){
  545. toTestFour().then(response=>{
  546. if(response.data.state==1){
  547. var sign = response.data.data.sign
  548. console.log("sign",sign)
  549. }
  550. })
  551. },
  552. toTestFive(){
  553. toTestFive().then(response=>{
  554. if(response.data.state==1){
  555. var sign = response.data.data.sign
  556. console.log("sign",sign)
  557. }
  558. })
  559. },
  560. toTestSeven(){
  561. toTestSeven().then(response=>{
  562. if(response.data.state ==1){
  563. var sign = response.data.data.sign
  564. console.log("sign",sign)
  565. }
  566. })
  567. },
  568. toTestEight(){
  569. toTestEight().then(response=>{
  570. if(response.data.state== 1){
  571. var sign = response.data.data.sign
  572. console.log("sign",sign)
  573. this.$message.success("保存")
  574. }
  575. })
  576. },
  577. toTestNight(){
  578. toTestNight().then(response=>{
  579. if(response.data.state == 1){
  580. var sign = response.data.data.sign
  581. console.log("sign",sign)
  582. this.$message.success("保存")
  583. var maprequest = response.data.data.maprequest
  584. console.log("maprequest",maprequest)
  585. }
  586. })
  587. },
  588. toTestTen(){
  589. toTestTen().then(response=>{
  590. if(response.data.state == 1){
  591. var sign = response.data.data.sign
  592. console.log("sign",sign)
  593. this.$message.success("保存")
  594. }
  595. })
  596. },
  597. toTestElement(){
  598. toTestElement().then(response=>{
  599. if(response.data.state == 1){
  600. var sign = response.data.data.sign
  601. console.log("sign",sign)
  602. this.$message.success("保存")
  603. }
  604. })
  605. },
  606. toTestThrityMent(){
  607. toTestThriytyMent().then(response=>{
  608. var sign = response.data.data.sign
  609. console.log("sign",sign)
  610. this.$message.success("保存")
  611. })
  612. }
  613. },
  614. watch: {
  615. should_update_admins(should_change) {
  616. if (should_change) {
  617. this.requestAdminsWithPage(this.current_page);
  618. }
  619. }
  620. }
  621. };
  622. </script>
  623. <style rel="stylesheet/scss" lang="scss" scoped>
  624. .el-button + .el-button {
  625. margin-left: 0 !important;
  626. }
  627. </style>
  628. <style>
  629. .el-table td,
  630. .el-table th.is-leaf,
  631. .el-table--border,
  632. .el-table--group {
  633. border-color: #d0d3da;
  634. }
  635. .el-table--border::after,
  636. .el-table--group::after,
  637. .el-table::before {
  638. background-color: #d0d3da;
  639. }
  640. </style>