dialog.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  1. <template>
  2. <div class="pb_content" style="background: unset">
  3. <div class="pb_content_body" style="
  4. background: #fff;
  5. padding: 0px 25px;
  6. box-sizing: border-box;
  7. border-radius: 5px;
  8. font-size: 16px;
  9. ">
  10. <div class="reBox">
  11. <div class="reTop">
  12. <div>分类筛选</div>
  13. <div>
  14. <!-- @click="getCourse" -->
  15. <div class="search" @click="getSource">
  16. <img src="../../../assets/icon/search.png" alt="" />
  17. </div>
  18. <input class="sInput" type="text" placeholder="请输入关键字" v-model="sourceName"
  19. @keyup.enter="getSource" />
  20. </div>
  21. </div>
  22. <div class="choose">
  23. <div class="all_choose" v-for="(item, index) in CourseType[0]" :key="index"
  24. :style="{ margin: !CourseTypeJson[item.id].length && 0 }" v-if="(item.name != '类型') || typea != '' || typeE.indexOf('e4cb3395-5602-4441-801c-f380e8935a74') != -1">
  25. <span v-if="CourseTypeJson[item.id].length">{{ item.name }}:</span>
  26. <div class="typeCss" v-if="CourseTypeJson[item.id].length">
  27. <div class="cName" @click="getCourse2(item.name, '', item.id, 1)"
  28. :class="typeE.indexOf(item.id) != -1 ? 'isCType' : ''">
  29. 全部
  30. </div>
  31. <div v-for="(item1, index1) in ctype(item.id)" :key="index + '-' + index1"
  32. :label="item1.id" @click="getCourse2(item.name, item.id, item1.id, 2)">
  33. <div class="cName" :class="typea == item1.id || typeb == item1.id
  34. ? 'isCType'
  35. : ''
  36. ">
  37. {{ item1.name }}
  38. </div>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. <div class="pb_content_body">
  46. <div class="student_table" v-loading="loading">
  47. <div class="source-box" v-for="(item, index) in res" :key="index">
  48. <img class="checkImg" src="../../../assets/icon/source/checka.png" @click="checka(item)" v-if="sourceData[item.id]"/>
  49. <img class="checkImg" src="../../../assets/icon/source/check.png" @click="checka(item)" v-else/>
  50. <!-- <div class="iamge"><img src="../../../assets/icon/source/image.png" alt=""></div>
  51. <div class="title"><span>{{ item.name }}</span></div> -->
  52. <div class="fengmian">
  53. <img src="../../../assets/icon/source/fengmian.jpg" alt="">
  54. <div class="ftitle"><span>{{ item.name }}</span></div>
  55. </div>
  56. <div class="detail">{{ item.detail }}</div>
  57. <div class="label"><span v-for="(k, ki) in item.label.split(',')" :key="index + '-' + ki">{{ k ? k : "无" }}</span>
  58. </div>
  59. <div class="button"><span @click="check(item.url)">查看</span></div>
  60. </div>
  61. <div v-if="!res.length" style="text-align: center; width: 100%;">暂无数据</div>
  62. </div>
  63. <div class="student_page">
  64. <el-pagination background layout="prev, pager, next" :page-size="pageSize" :total="total" v-if="page && total"
  65. @current-change="handleCurrentChange">
  66. </el-pagination>
  67. </div>
  68. </div>
  69. <el-dialog title="添加资源" :visible.sync="dialogVisible" :append-to-body="true" width="800px"
  70. :before-close="handleClose" class="dialog_diy">
  71. <div class="add-box">
  72. <div class="span-box">
  73. <span><span style="color: red">*</span>工具名称</span><el-input class="input" v-model="s_title"
  74. placeholder="请输入工具名称"></el-input>
  75. </div>
  76. <div class="type-box">
  77. <div class="both">
  78. <div class="choose2">
  79. <div class="all_choose2" v-for="(item, index) in CourseType[0]" :key="index">
  80. <span v-if="CourseTypeJson[item.id].length > 0
  81. ">{{ item.name }}</span>
  82. <el-checkbox-group v-model="courseTypeId2" v-if="CourseTypeJson[item.id].length > 0
  83. ">
  84. <el-checkbox v-for="item1 in CourseTypeJson[item.id]" :key="item1.id"
  85. :label="item1.id">{{ item1.name }}</el-checkbox>
  86. </el-checkbox-group>
  87. </div>
  88. </div>
  89. </div>
  90. </div>
  91. <div class="span-box">
  92. <span><span style="color: red">*</span>网址来源</span><el-input class="input" v-model="s_url"
  93. placeholder="请输入网址来源"></el-input>
  94. </div>
  95. <div class="span-box">
  96. <span><span style="color: red">*</span>工具描述</span><el-input class="input" type="textarea" resize="none"
  97. rows="5" v-model="s_detail" placeholder="请输入工具描述"></el-input>
  98. </div>
  99. <div class="span-box">
  100. <span>标签</span><el-select class="input" v-model="s_label" multiple placeholder="请选择标签">
  101. <el-option label="无需登录" value="无需登录"></el-option>
  102. <el-option label="扫码登录" value="扫码登录"></el-option>
  103. <el-option label="注册登录" value="注册登录"></el-option>
  104. <el-option label="免费" value="免费"></el-option>
  105. <el-option label="付费" value="付费"></el-option>
  106. <el-option label="中文" value="中文"></el-option>
  107. <el-option label="英文" value="英文"></el-option>
  108. </el-select>
  109. </div>
  110. </div>
  111. <span slot="footer" class="dialog-footer">
  112. <el-button @click="dialogVisible = false">取 消</el-button>
  113. <el-button type="primary" @click="add()">确定</el-button>
  114. </span>
  115. </el-dialog>
  116. </div>
  117. </template>
  118. <script>
  119. export default {
  120. props: {
  121. sourceData: {
  122. type: Object,
  123. },
  124. },
  125. data() {
  126. return {
  127. page: 1,
  128. pageSize: 20,
  129. total: 0,
  130. isLoading: false,
  131. dialogVisible: false,
  132. title: "",
  133. tableData: [],
  134. res: [],
  135. userid: this.$route.query.userid,
  136. org: this.$route.query.org,
  137. oid: this.$route.query.oid,
  138. CourseType: [],
  139. CourseTypeJson: {},
  140. courseTypeId: {},
  141. courseTypeSon: [],
  142. isChoose: 0,
  143. sourceName: "",
  144. typea: "",
  145. typeb: "",
  146. typeE: [],
  147. courseTypeId2: [],
  148. s_title: "",
  149. s_url: "",
  150. s_detail: "",
  151. s_label: [],
  152. };
  153. },
  154. mounted() {
  155. this.selectAllType();
  156. },
  157. computed: {
  158. ctype() {
  159. return function (tid) {
  160. if(tid == 'e4cb3395-5602-4441-801c-f380e8935a74'){
  161. return this.CourseTypeJson[tid]
  162. }else{
  163. if(this.typea == 'b107f98f-1dc4-4ede-80b4-178ba22b6a59'){
  164. return this.CourseTypeJson[tid].filter(e => {
  165. return ['备课资源','作业资源' ].indexOf(e.name) != -1
  166. })
  167. }else if(this.typea == '3b12e8d9-866f-46bb-aa22-76cb3b7788b3'){
  168. return this.CourseTypeJson[tid].filter(e => {
  169. return ['语文','科学','英语','历史','化学'].indexOf(e.name) != -1
  170. })
  171. }else if(this.typea == 'd760341a-5ab7-417f-bfc8-0fd3f183408a'){
  172. return this.CourseTypeJson[tid].filter(e => {
  173. return ['优质课例'].indexOf(e.name) != -1
  174. })
  175. }else{
  176. return this.CourseTypeJson[tid]
  177. }
  178. }
  179. };
  180. }
  181. },
  182. methods: {
  183. checka(item){
  184. let _sourceData = this.sourceData
  185. if(_sourceData[item.id]){
  186. delete _sourceData[item.id]
  187. }else{
  188. _sourceData[item.id] = item
  189. }
  190. this.$forceUpdate()
  191. this.$emit("update:sourceData",_sourceData)
  192. },
  193. check(url){
  194. window.open(url)
  195. },
  196. handleCurrentChange(val) {
  197. this.page = val;
  198. this.getSource();
  199. },
  200. handleClose(done) {
  201. done();
  202. },
  203. selectAllType() {
  204. let params = {
  205. org: this.org && this.org != "" ? this.org : "",
  206. oid: this.oid && this.oid != "" ? this.oid : "",
  207. };
  208. this.ajax
  209. .get(this.$store.state.api + "selectAllSourceType", params)
  210. .then((res) => {
  211. this.CourseType = res.data;
  212. for (var i = 0; i < res.data[0].length; i++) {
  213. if (!this.cid) {
  214. this.courseTypeId[res.data[0][i].id] = [];
  215. }
  216. if (!this.CourseTypeJson[res.data[0][i].id]) {
  217. this.CourseTypeJson[res.data[0][i].id] = [];
  218. }
  219. if (res.data[2].length == 0 && res.data[3].length == 0) {
  220. for (var j = 0; j < res.data[1].length; j++) {
  221. if (res.data[0][i].id == res.data[1][j].pid) {
  222. this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]); // 去除公共分类
  223. }
  224. }
  225. } else {
  226. if (res.data[2].length > 0) {
  227. for (var j = 0; j < res.data[2].length; j++) {
  228. if (res.data[0][i].id == res.data[2][j].pid) {
  229. this.CourseTypeJson[res.data[0][i].id].push(res.data[2][j]); // 去除公共分类
  230. }
  231. }
  232. }
  233. if (res.data[3].length > 0) {
  234. for (var j = 0; j < res.data[3].length; j++) {
  235. if (res.data[0][i].id == res.data[3][j].pid) {
  236. this.CourseTypeJson[res.data[0][i].id].push(res.data[3][j]); // 去除公共分类
  237. }
  238. }
  239. }
  240. }
  241. }
  242. })
  243. .catch((err) => {
  244. console.error(err);
  245. });
  246. },
  247. getCourse2(typeName, ftypeId, typeid, type) {
  248. this.typeb = "";
  249. this.page = 1;
  250. if (typeName == "场景") {
  251. if (type == 1) {
  252. if (this.typeE.indexOf(typeid) != -1) {
  253. this.typeE.splice(this.typeE.indexOf(typeid), 1);
  254. } else {
  255. this.typeE.push(typeid);
  256. if (this.typea != "") {
  257. this.typea = "";
  258. }
  259. }
  260. } else {
  261. if (this.typea == typeid) {
  262. this.typea = "";
  263. } else {
  264. this.typea = typeid;
  265. if (this.typeE.indexOf(ftypeId) != -1) {
  266. this.typeE.splice(this.typeE.indexOf(ftypeId), 1);
  267. }
  268. }
  269. }
  270. } else if (typeName == "类型") {
  271. if (type == 1) {
  272. if (this.typeE.indexOf(typeid) != -1) {
  273. this.typeE.splice(this.typeE.indexOf(typeid), 1);
  274. } else {
  275. this.typeE.push(typeid);
  276. if (this.typeb != "") {
  277. this.typeb = "";
  278. }
  279. }
  280. } else {
  281. if (this.typeb == typeid) {
  282. this.typeb = "";
  283. } else {
  284. this.typeb = typeid;
  285. if (this.typeE.indexOf(ftypeId) != -1) {
  286. this.typeE.splice(this.typeE.indexOf(ftypeId), 1);
  287. }
  288. }
  289. }
  290. }
  291. if(this.typea == "" && this.typeE.indexOf('e4cb3395-5602-4441-801c-f380e8935a74') == -1){
  292. this.typeE = []
  293. }
  294. this.getSource();
  295. },
  296. getSource() {
  297. this.loading = true
  298. let params = {
  299. uid: this.userid,
  300. oid: this.oid,
  301. org: this.org,
  302. typea: this.typea != undefined ? this.typea : "",
  303. typeb: this.typeb != undefined ? this.typeb : "",
  304. typeE: this.typeE.join(","),
  305. cn: this.sourceName,
  306. page: this.page,
  307. pageSize: this.pageSize,
  308. };
  309. this.ajax
  310. .get(this.$store.state.api + "selectSource", params)
  311. .then((res) => {
  312. this.loading = false
  313. this.res = res.data[0];
  314. this.total = res.data[0].length ? res.data[0][0].num : 0;
  315. })
  316. .catch((err) => {
  317. console.error(err);
  318. });
  319. },
  320. addSource() {
  321. this.courseTypeId2 = []
  322. this.s_title = ""
  323. this.s_url = ""
  324. this.s_detail = ""
  325. this.s_label = []
  326. this.dialogVisible = true
  327. },
  328. add() {
  329. if (this.s_title == '') {
  330. this.$message.error('请填写工具名称')
  331. return
  332. }
  333. if (this.s_url == '') {
  334. this.$message.error('请填写网址来源')
  335. return
  336. }
  337. if (this.s_detail == '') {
  338. this.$message.error('请填写工具描述')
  339. return
  340. }
  341. let params = [{
  342. name: this.s_title,
  343. url: this.s_url,
  344. detail: this.s_detail,
  345. label: this.s_label.join(","),
  346. userid: this.userid,
  347. courseType: JSON.stringify(this.courseTypeId2)
  348. }]
  349. this.ajax
  350. .post(this.$store.state.api + "addSource", params)
  351. .then((res) => {
  352. this.$message({
  353. message: "添加成功",
  354. type: "success",
  355. });
  356. this.dialogVisible = false
  357. this.getSource();
  358. })
  359. .catch((err) => {
  360. this.$message.error("网络不佳");
  361. console.error(err);
  362. });
  363. }
  364. },
  365. created() {
  366. this.getSource();
  367. },
  368. };
  369. </script>
  370. <style scoped>
  371. .pb_head {
  372. display: flex;
  373. justify-content: space-between;
  374. }
  375. .student_head {
  376. margin-bottom: 20px;
  377. }
  378. .student_page {
  379. margin-top: 10px;
  380. }
  381. .pb_head {
  382. margin: 0 !important;
  383. width: 100% !important;
  384. }
  385. .bgColor {
  386. background: #466b99;
  387. }
  388. .reBox {
  389. background: #fff;
  390. margin: 0 auto;
  391. padding: 10px 5px;
  392. box-sizing: border-box;
  393. }
  394. .reTop {
  395. padding: 0 0 5px;
  396. /* padding: 20px 0 0 0; */
  397. /* border-bottom: 1px solid #eee; */
  398. display: flex;
  399. flex-direction: row;
  400. flex-wrap: nowrap;
  401. align-items: center;
  402. justify-content: space-between;
  403. }
  404. .reTop>div:nth-child(1) {
  405. font-weight: bold;
  406. /* width: 40px; */
  407. /* border-bottom: 1px solid #205cc6; */
  408. /* padding-bottom: 20px; */
  409. color: #205cc6;
  410. /* font-size: 20px; */
  411. }
  412. .reTop>div:nth-child(2) {
  413. display: flex;
  414. flex-direction: row;
  415. align-items: center;
  416. border: 1px solid #ccced3;
  417. width: 300px;
  418. border-radius: 8px;
  419. padding: 5px 0;
  420. /* margin-bottom: 10px; */
  421. background: #fafafa;
  422. }
  423. .search {
  424. width: 20px;
  425. padding: 0 5px;
  426. }
  427. .search>img {
  428. width: 100%;
  429. height: 100%;
  430. }
  431. .sInput {
  432. border: none;
  433. width: 85%;
  434. background: #fafafa;
  435. }
  436. .sInput:focus-visible {
  437. outline: none;
  438. }
  439. .typeCss {
  440. display: flex;
  441. flex-direction: row;
  442. flex-wrap: wrap;
  443. justify-content: flex-start;
  444. align-items: center;
  445. }
  446. .choose {
  447. display: flex;
  448. flex-direction: column;
  449. flex-wrap: nowrap;
  450. height: 100%;
  451. justify-content: space-evenly;
  452. align-items: flex-start;
  453. padding: 10px 0;
  454. }
  455. .all_choose {
  456. display: flex;
  457. flex-direction: row;
  458. align-items: baseline;
  459. margin: 2px 0;
  460. width: 100%;
  461. }
  462. .all_choose>span {
  463. min-width: 80px;
  464. display: block;
  465. letter-spacing: 14px;
  466. }
  467. .all_choose>span:nth-child(1) {
  468. font-weight: bold;
  469. }
  470. .cName {
  471. cursor: pointer;
  472. margin: 0 10px 5px 0;
  473. color: #b9b6b9;
  474. min-width: 80px;
  475. width: 80px;
  476. white-space: nowrap;
  477. overflow: hidden;
  478. text-overflow: ellipsis;
  479. }
  480. .isCType {
  481. color: #6282c2;
  482. }
  483. .dialog_diy>>>.el-dialog {
  484. height: 100% !important;
  485. margin: 0 auto !important;
  486. }
  487. .dialog_diy>>>.el-dialog__header {
  488. background: #3c3c3c !important;
  489. padding: 15px 20px;
  490. }
  491. .dialog_diy>>>.el-dialog__title {
  492. color: #fff;
  493. }
  494. .dialog_diy>>>.el-dialog__headerbtn {
  495. top: 19px;
  496. }
  497. .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close {
  498. color: #fff;
  499. }
  500. .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close:hover {
  501. color: #fff;
  502. }
  503. .dialog_diy>>>.el-dialog__body,
  504. .dialog_diy>>>.el-dialog__footer {
  505. background: #fafafa;
  506. }
  507. .dialog_diy>>>.el-dialog__body {
  508. height: calc(100% - 125px);
  509. box-sizing: border-box;
  510. }
  511. .both {
  512. display: flex;
  513. flex-direction: row;
  514. flex-wrap: wrap;
  515. width: 100%;
  516. align-items: center;
  517. justify-content: flex-start;
  518. margin: 15px 0;
  519. }
  520. .all_choose2 {
  521. display: flex;
  522. flex-direction: row;
  523. align-items: flex-start;
  524. width: 100%;
  525. }
  526. .all_choose2>span {
  527. min-width: 100px;
  528. display: block;
  529. letter-spacing: 14px;
  530. white-space: nowrap;
  531. overflow: hidden;
  532. text-overflow: ellipsis;
  533. }
  534. .all_choose2>span:nth-child(1) {
  535. font-weight: bold;
  536. }
  537. .all_choose2>>>.el-checkbox-group {
  538. display: flex;
  539. flex-direction: row;
  540. width: 100%;
  541. flex-wrap: wrap;
  542. align-content: center;
  543. justify-content: flex-start;
  544. align-items: center;
  545. margin-top: 3px;
  546. }
  547. .all_choose2>.el-checkbox-group>>>.el-checkbox {
  548. margin-bottom: 10px;
  549. display: flex;
  550. flex-direction: row;
  551. align-items: center;
  552. }
  553. .all_choose2>.el-checkbox-group>.el-checkbox>>>.el-checkbox__label {
  554. min-width: 80px;
  555. overflow: hidden;
  556. width: 80px;
  557. text-overflow: ellipsis;
  558. white-space: nowrap;
  559. }
  560. .all_choose2>.el-checkbox-group>.el-checkbox>>>.el-checkbox__label:hover {
  561. width: auto;
  562. }
  563. .choose2 {
  564. display: flex;
  565. flex-direction: column;
  566. flex-wrap: nowrap;
  567. height: 100%;
  568. justify-content: space-evenly;
  569. align-items: flex-start;
  570. }
  571. .add-box {
  572. height: 100%;
  573. overflow: auto;
  574. width: 100%;
  575. background: #fff;
  576. border-radius: 10px;
  577. box-sizing: border-box;
  578. padding: 20px;
  579. }
  580. .span-box {
  581. display: flex;
  582. margin-bottom: 20px;
  583. }
  584. .span-box>span {
  585. font-weight: bold;
  586. min-width: 100px;
  587. }
  588. .span-box>.input {
  589. width: 100%;
  590. }
  591. .type-box {
  592. width: 100%;
  593. }
  594. .student_table {
  595. display: flex;
  596. flex-wrap: wrap;
  597. }
  598. .source-box {
  599. width: calc(100% / 4 - 15px);
  600. background: #fff;
  601. overflow: hidden;
  602. margin: 0 20px 20px 0;
  603. position: relative;
  604. display:flex;
  605. flex-direction: column;
  606. }
  607. .source-box:nth-child(4n){
  608. margin-right: 0;
  609. }
  610. .checkImg{
  611. position: absolute;
  612. top: 10px;
  613. z-index: 10;
  614. right: 10px;
  615. cursor: pointer;
  616. width: 30px;
  617. border-radius:5px;
  618. }
  619. .fengmian{
  620. width: 100%;
  621. position: relative;
  622. }
  623. .fengmian>img{
  624. width: 100%;
  625. }
  626. .fengmian>.ftitle{
  627. position: absolute;
  628. bottom: 10%;
  629. color: rgb(88, 121, 198);
  630. width: 90%;
  631. text-align: center;
  632. font-weight: 700;
  633. overflow: hidden;
  634. white-space: nowrap;
  635. text-overflow: ellipsis;
  636. font-size: 24px;
  637. left: 50%;
  638. transform: translateX(-50%);
  639. }
  640. .source-box .iamge {
  641. width: 150px;
  642. height: 125px;
  643. margin: 0 auto;
  644. }
  645. .source-box .iamge>img {
  646. width: 100%;
  647. height: 100%;
  648. }
  649. .source-box .title {
  650. width: 90%;
  651. font-size: 18px;
  652. text-align: center;
  653. margin: 5px auto;
  654. font-weight: 700;
  655. overflow: hidden;
  656. white-space: nowrap;
  657. text-overflow: ellipsis;
  658. height:24px;
  659. }
  660. .source-box .detail {
  661. text-align: center;
  662. width: 90%;
  663. margin: 5px auto;
  664. color: #acacac;
  665. display: block;
  666. overflow: hidden;
  667. text-overflow: ellipsis;
  668. -o-text-overflow: ellipsis;
  669. display: -webkit-box;
  670. -webkit-line-clamp: 2;
  671. -webkit-box-orient: vertical;
  672. height: 42px;
  673. font-size: 15px;
  674. }
  675. .source-box .label {
  676. width: 90%;
  677. margin: 10px auto 5px;
  678. display: flex;
  679. flex-wrap: wrap;
  680. }
  681. .source-box .label>span {
  682. padding: 5px 10px;
  683. background: rgb(98, 180, 238);
  684. color: #fff;
  685. border-radius: 5px;
  686. margin: 0 0 5px 5px;
  687. }
  688. .source-box .button {
  689. width: 100%;
  690. text-align: center;
  691. display: flex;
  692. height: 40px;
  693. background: rgb(244, 244, 244);
  694. margin-top:auto;
  695. }
  696. .source-box .button>span {
  697. width: 100%;
  698. cursor: pointer;
  699. height: 100%;
  700. line-height: 40px;
  701. }</style>