scourse.vue 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430
  1. <template>
  2. <div class="pb_content" style="height: auto; width: 94%; margin: 10px auto;background: unset;">
  3. <div style="width:100%;padding:0 21px;background:#fff;border-radius: 5px;box-sizing: border-box;">
  4. <div class="pb_head top">
  5. <div>
  6. <span>{{ orgArray.indexOf(org) != -1 || oidArray.indexOf(oid) != -1 ? "师生项目" : "项目管理" }}</span>
  7. <!-- <span class="subClick" @click="
  8. goTo('/works?userid=' + userid + '&oid=' + oid + '&org=' + org)
  9. ">评价管理</span> -->
  10. </div>
  11. <div class="student_button">
  12. <!-- <el-button type="primary" class="bgColor" @click="openCourse">协同编辑</el-button> -->
  13. <!-- <el-button type="primary" class="bgColor" @click="goToCourse()">添加项目</el-button> -->
  14. <button class="r_pub_button_course" @click="goToCourse()">
  15. <span>添加项目</span>
  16. </button>
  17. </div>
  18. </div>
  19. <div class="reBox">
  20. <div class="reTop">
  21. <!-- <div>分类筛选</div> -->
  22. <div class="reTopCh">
  23. <el-select v-model="groupA" @change="search" v-if="role != '1'">
  24. <el-option value="3" label="全部项目"></el-option>
  25. <el-option value="0" label="我的项目"></el-option>
  26. <el-option value="1" label="协同项目"></el-option>
  27. <el-option value="2" label="他人项目" v-if="oid != '1c3b9def-8fbe-11ed-b13d-005056b86db5'"></el-option>
  28. </el-select>
  29. <el-select v-model="groupA" @change="search" v-else>
  30. <el-option value="4" label="全部项目"></el-option>
  31. </el-select>
  32. <div class="searchI">
  33. <!-- @click="getCourse" -->
  34. <div class="search">
  35. <img src="../../assets/icon/search.png" alt="" />
  36. </div>
  37. <input class="sInput" type="text" placeholder="请输入关键字" v-model="courseName" @input="searchCourse()" />
  38. </div>
  39. <el-button type="primary" class="bgColor" style="margin-left: 10px;" @click="clear">重置</el-button>
  40. </div>
  41. </div>
  42. <div class="choose">
  43. <!-- <div class="student_search">
  44. <span>项目筛选</span>
  45. <el-select v-model="groupA" @change="search">
  46. <el-option value="0" label="我的项目"></el-option>
  47. <el-option value="1" label="他人项目"></el-option>
  48. </el-select>
  49. </div> -->
  50. <div class="all_choose" v-for="(item, index) in CourseType[0]" :key="index"
  51. v-if="CourseTypeJson[item.id].length">
  52. <span>{{ item.name }}</span>
  53. <el-select v-model="courseTypeId[item.id]" placeholder="请选择" @change="getTypeName">
  54. <el-option label="全部" value="1">全部</el-option>
  55. <el-option v-for="item1 in CourseTypeJson[item.id]" :key="item1.id" :label="item1.name" :value="item1.id">
  56. </el-option>
  57. </el-select>
  58. </div>
  59. <!-- <div @click="clear" class="clear" v-if="CourseType.length">重置</div> -->
  60. </div>
  61. </div>
  62. </div>
  63. <div class="pb_content_body" style="height: 100%;width: 100%;background: #e6eaf0;margin: 0 auto;">
  64. <div class="student_head" v-if="false">
  65. <div class="choose">
  66. <div class="student_search">
  67. <span>项目筛选</span>
  68. <el-select v-model="groupA" @change="search" v-if="role != '1'">
  69. <el-option value="3" label="全部项目"></el-option>
  70. <el-option value="0" label="我的项目"></el-option>
  71. <el-option value="1" label="协同项目"></el-option>
  72. <el-option value="2" label="他人项目" v-if="oid != '1c3b9def-8fbe-11ed-b13d-005056b86db5'"></el-option>
  73. </el-select>
  74. <el-select v-model="groupA" @change="search" v-else>
  75. <el-option value="4" label="全部项目"></el-option>
  76. </el-select>
  77. </div>
  78. <div class="all_choose" v-for="(item, index) in CourseType[0]" :key="index"
  79. v-if="CourseTypeJson[item.id].length">
  80. <span v-if="CourseTypeJson[item.id].length">{{ item.name }}</span>
  81. <el-select v-if="CourseTypeJson[item.id].length" v-model="courseTypeId[item.id]" placeholder="请选择"
  82. @change="getTypeName">
  83. <el-option label="全部" value="1">全部</el-option>
  84. <el-option v-for="item1 in CourseTypeJson[item.id]" :key="item1.id" :label="item1.name" :value="item1.id">
  85. </el-option>
  86. </el-select>
  87. </div>
  88. <div @click="clear" class="clear" v-if="CourseType.length">重置</div>
  89. </div>
  90. <div class="student_right">
  91. <div class="head_left">
  92. <el-input v-model="courseName" class="student_input" placeholder="请输入项目名称"></el-input>
  93. <el-button class="course_button" @click="searchCourse">查询</el-button>
  94. </div>
  95. </div>
  96. </div>
  97. <div class="student_table" v-loading="isLoading">
  98. <div class="course_box">
  99. <div class="out_box" v-for="(item, index) in course" :key="index">
  100. <div class="myCourse" v-if="item.userid == userid">
  101. 我的项目
  102. </div>
  103. <div class="myCourse" style="background:#4187f0" v-else-if="!item.course_teacher ||
  104. (item.course_teacher &&
  105. item.course_teacher.indexOf(userid) == -1)">
  106. 他人项目
  107. </div>
  108. <div class="xtCourse" v-else>协同项目</div>
  109. <div class="tup">
  110. <img :src="item.cover != null && item.cover != ''
  111. ? JSON.parse(item.cover).length > 0
  112. ? JSON.parse(item.cover)[0].url
  113. : mr
  114. : mr
  115. " alt />
  116. </div>
  117. <div class="bottom_box">
  118. <div> <el-tooltip :content="item.title" popper-class="text_tooltip" placement="top" effect="dark">
  119. <span>{{ item.title }}</span>
  120. </el-tooltip></div>
  121. <div class="kc_t">
  122. <span>{{ item.uname }}</span>
  123. </div>
  124. <div class="kc_time">
  125. <span style="color: #4b4b4b">创建日期:</span>{{ item.time }}
  126. </div>
  127. <div class="kc_time">
  128. <span style="color: #4b4b4b">修改日期:</span>{{ item.utime }}
  129. </div>
  130. </div>
  131. <div class="three_bottom">
  132. <div @click="goToCourse2(item.courseId)" v-if="((item.userid == userid) ||
  133. (item.course_teacher &&
  134. item.course_teacher.indexOf(userid) !== -1) || role == '1')">编辑</div>
  135. <div @click="get(item.courseId)">预览</div>
  136. <!-- 项目进展 -->
  137. <div @click="getA(item.courseId)">进展</div>
  138. <!-- <div @click="jump(item.courseId)">评论</div> -->
  139. <div @click="copyCourse(item.courseId)">复制</div>
  140. <div v-if="(item.userid == userid || role == '1')" @click="deleteCourse(item.courseId)">
  141. 删除
  142. </div>
  143. </div>
  144. </div>
  145. <div class="course_empty" v-if="course.length == 0">暂无数据</div>
  146. </div>
  147. </div>
  148. </div>
  149. <div class="student_page">
  150. <el-pagination background layout="prev, pager, next" :page-size="pageSize" :total="total"
  151. v-if="page && course.length" style="padding-bottom: 20px" @current-change="handleCurrentChange"></el-pagination>
  152. </div>
  153. <el-dialog :visible.sync="dialogVisible1" size="tiny">
  154. <img width="100%" :src="dialogImageUrl" alt />
  155. </el-dialog>
  156. <el-dialog title="查看提问" :visible.sync="dialogVisible" :append-to-body="true" width="750px" :before-close="handleClose"
  157. class="dialog_diy">
  158. <div>
  159. <div class="a_addBox">
  160. <CourseProblem :problemCourse="problemCourse"></CourseProblem>
  161. </div>
  162. </div>
  163. <span slot="footer" class="dialog-footer">
  164. <el-button @click="dialogVisible = false">关 闭</el-button>
  165. </span>
  166. </el-dialog>
  167. <el-dialog title="查看协同项目" :visible.sync="dialogVisibleCourse" :append-to-body="true" width="850px"
  168. :before-close="handleClose" class="dialog_diy">
  169. <div class="ct_box">
  170. <div class="out_box" v-for="(item, index) in courseTeam" :key="index" style="margin-left: 15px">
  171. <div class="tup">
  172. <img :src="item.cover != null && item.cover != ''
  173. ? JSON.parse(item.cover).length > 0
  174. ? JSON.parse(item.cover)[0].url
  175. : mr
  176. : mr
  177. " alt />
  178. </div>
  179. <div class="bottom_box">
  180. <div>{{ item.title }}</div>
  181. <div class="kc_t">创建人:{{ item.uname }}</div>
  182. <div class="kc_time">{{ item.time }}</div>
  183. </div>
  184. <div class="three_bottom">
  185. <!-- <div @click="jump(item.courseId)">查看内容</div> -->
  186. <div @click="
  187. goTo(
  188. '/studentAddCourse?cid=' +
  189. item.courseId +
  190. '&userid=' +
  191. userid +
  192. '&oid=' +
  193. oid +
  194. '&org=' +
  195. org +
  196. '&role=' +
  197. role
  198. )
  199. ">
  200. 编辑
  201. </div>
  202. </div>
  203. </div>
  204. <div class="course_empty" v-if="courseTeam.length == 0">暂无数据</div>
  205. </div>
  206. <span slot="footer" class="dialog-footer">
  207. <el-button @click="dialogVisibleCourse = false">关 闭</el-button>
  208. </span>
  209. </el-dialog>
  210. </div>
  211. </template>
  212. <script>
  213. import "../../common/aws-sdk-2.235.1.min";
  214. import EditorBar from "../../components/tools/wangEnduit";
  215. import CourseProblem from "./components/courseProblem";
  216. export default {
  217. components: { EditorBar, CourseProblem },
  218. data() {
  219. return {
  220. itemCount: 1,
  221. courseTitle: "",
  222. courseText: "",
  223. courseTime: "",
  224. isLoading: false,
  225. fileList: [],
  226. fileList1: [],
  227. homeworkList: [{ name: "" }],
  228. formLabelWidth: "100px",
  229. dialogVisible: false,
  230. dialogVisible1: false,
  231. dialogVisibleCourse: false,
  232. dialogImageUrl: "",
  233. group: "",
  234. userid: this.$route.query.userid,
  235. oid: this.$route.query.oid,
  236. org: this.$route.query.org,
  237. role: this.$route.query.role,
  238. orgArray: ["150e3120-9195-11ed-b13d-005056b86db5"],
  239. oidArray: [],
  240. Juri: "",
  241. groupList: [],
  242. JuriList: [],
  243. page: 1,
  244. total: 0,
  245. pageSize: 20,
  246. tableData: [],
  247. now: "",
  248. courseDetail: {},
  249. addCourse: {},
  250. groupA: "3",
  251. classX: "",
  252. course: [],
  253. courseName: "",
  254. mr: require("../../assets/icon/kc1.png"),
  255. CourseType: [],
  256. CourseTypeJson: {},
  257. courseTypeId: {},
  258. courseTypeSon: [],
  259. isChoose: 0,
  260. problemCourse: null, //查看提问的项目
  261. courseTeam: [],
  262. };
  263. },
  264. methods: {
  265. change(val) {
  266. console.log(val);
  267. },
  268. time() {
  269. if (!this.now) {
  270. this.now = new Date().getTime();
  271. return true;
  272. } else {
  273. let time = new Date().getTime();
  274. if (time - this.now > 3000) {
  275. this.now = time;
  276. return true;
  277. } else {
  278. return false;
  279. }
  280. }
  281. },
  282. addHomeworkBox() {
  283. this.homeworkList.push({ name: "" });
  284. this.itemCount++;
  285. },
  286. reduceHomeworkBox() {
  287. var a = this.homeworkList;
  288. a.splice(a.length - 1);
  289. this.itemCount--;
  290. },
  291. goTo(path) {
  292. this.$router.push(path);
  293. },
  294. goToCourse(courseId) {
  295. if (courseId) {
  296. this.$router.push(
  297. "/studentAddCourse?cid=" +
  298. courseId +
  299. "&userid=" +
  300. this.userid +
  301. "&oid=" +
  302. this.oid +
  303. "&org=" +
  304. this.org +
  305. "&role=" +
  306. this.role
  307. );
  308. } else {
  309. this.$router.push(
  310. "/studentAddCourse?userid=" +
  311. this.userid +
  312. "&oid=" +
  313. this.oid +
  314. "&org=" +
  315. this.org +
  316. "&role=" +
  317. this.role
  318. );
  319. }
  320. // this.$router.push(path);
  321. },
  322. goToCourse2(cid) {
  323. this.$router.push(
  324. "/studentAddCourse?cid=" +
  325. cid +
  326. "&userid=" +
  327. this.userid +
  328. "&oid=" +
  329. this.oid +
  330. "&org=" +
  331. this.org +
  332. "&type=2" +
  333. "&role=" +
  334. this.role
  335. );
  336. },
  337. tableRowClassName({ row, rowIndex }) {
  338. if ((rowIndex + 1) % 2 === 0) {
  339. return "even_row";
  340. } else {
  341. return "";
  342. }
  343. },
  344. jump(cid) {
  345. // window.open(
  346. // "//pbl.cocorobo.cn/pbl-student-table/dist/#/courseDetail?courseId=" +
  347. // cid +
  348. // "&userid=" +
  349. // this.userid
  350. // );
  351. window.parent.postMessage({ cid: cid, screenType: "2s" }, "*");
  352. },
  353. get(cid) {
  354. window.parent.postMessage({ cid: cid, screenType: "3s" }, "*");
  355. },
  356. getA(cid) {
  357. this.$router.push("/courseProgress?cid=" + cid + "&userid=" +
  358. this.userid +
  359. "&oid=" +
  360. this.oid +
  361. "&org=" +
  362. this.org)
  363. },
  364. handle_remove(file, fileList) {
  365. var _tmp = this.fileList;
  366. for (var i = 0, len = _tmp.length; i < len; i++) {
  367. if (_tmp[i].uid == file.uid) {
  368. _tmp.splice(i, 1);
  369. break;
  370. }
  371. this.fileList = _tmp;
  372. }
  373. },
  374. handle_remove1(file, fileList) {
  375. var _tmp = this.fileList1;
  376. for (var i = 0, len = _tmp.length; i < len; i++) {
  377. if (_tmp[i].uid == file.uid) {
  378. _tmp.splice(i, 1);
  379. break;
  380. }
  381. this.fileList1 = _tmp;
  382. }
  383. },
  384. handleCurrentChange(val) {
  385. // console.log(`当前页: ${val}`);
  386. this.page = val;
  387. this.getCourse();
  388. },
  389. init() { },
  390. handleClose(done) {
  391. done();
  392. },
  393. handleRemove(file, fileList) {
  394. console.log(file, fileList);
  395. },
  396. handlePictureCardPreview(file) {
  397. this.dialogImageUrl = file.url;
  398. this.dialogVisible1 = true;
  399. },
  400. onExceed() {
  401. this.$message.error("项目海报仅支持上传一张,请删除后再进行上传");
  402. },
  403. //uuid生成
  404. guid() {
  405. return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(
  406. /[xy]/g,
  407. function (c) {
  408. var r = (Math.random() * 16) | 0,
  409. v = c == "x" ? r : (r & 0x3) | 0x8;
  410. return v.toString(16);
  411. }
  412. );
  413. },
  414. time() {
  415. if (!this.now) {
  416. this.now = new Date().getTime();
  417. return true;
  418. } else {
  419. let time = new Date().getTime();
  420. if (time - this.now > 3000) {
  421. this.now = time;
  422. return true;
  423. } else {
  424. return false;
  425. }
  426. }
  427. },
  428. searchCourse() {
  429. this.page = 1;
  430. this.getCourse();
  431. },
  432. clear() {
  433. if (this.CourseType.length) {
  434. for (var i = 0; i < this.CourseType[0].length; i++) {
  435. this.courseTypeId[this.CourseType[0][i].id] = "";
  436. }
  437. }
  438. this.courseName = ''
  439. this.getCourse();
  440. },
  441. getCourse() {
  442. var typeE = [];
  443. var typea, typeb, typec, typed, typef;
  444. if (this.isChoose == 1) {
  445. for (var i = 0; i < this.CourseType[0].length; i++) {
  446. if (this.courseTypeId[this.CourseType[0][i].id] == "1") {
  447. typeE.push(this.CourseType[0][i].id);
  448. } else if (this.courseTypeId[this.CourseType[0][i].id] != "") {
  449. if (this.CourseType[0][i].name == "年级") {
  450. typea = this.courseTypeId[this.CourseType[0][i].id];
  451. } else if (this.CourseType[0][i].name == "专栏") {
  452. typeb = this.courseTypeId[this.CourseType[0][i].id];
  453. } else if (this.CourseType[0][i].name == "栏目") {
  454. typeb = this.courseTypeId[this.CourseType[0][i].id];
  455. } else if (this.CourseType[0][i].name == "学院") {
  456. typeb = this.courseTypeId[this.CourseType[0][i].id];
  457. } else if (this.CourseType[0][i].name == "新技能") {
  458. typec = this.courseTypeId[this.CourseType[0][i].id];
  459. } else if (this.CourseType[0][i].name == "赛道") {
  460. typed = this.courseTypeId[this.CourseType[0][i].id];
  461. } else if (this.CourseType[0][i].name == "学科") {
  462. typed = this.courseTypeId[this.CourseType[0][i].id];
  463. } else if (this.CourseType[0][i].name == "项目类型") {
  464. typed = this.courseTypeId[this.CourseType[0][i].id];
  465. } else if (this.CourseType[0][i].name == "主题") {
  466. typef = this.courseTypeId[this.CourseType[0][i].id];
  467. }
  468. this.courseTypeSon.push(
  469. this.courseTypeId[this.CourseType[0][i].id]
  470. );
  471. }
  472. }
  473. }
  474. this.isLoading = true;
  475. let params = {
  476. type: this.groupA,
  477. uid: this.userid,
  478. oid: this.oid,
  479. org: this.org,
  480. typea: typea != undefined ? typea : "",
  481. typeb: typeb != undefined ? typeb : "",
  482. typec: typec != undefined ? typec : "",
  483. typed: typed != undefined ? typed : "",
  484. typef: typef != undefined ? typef : "",
  485. typeE: typeE.join(","),
  486. cu: "",
  487. cn: this.courseName,
  488. page: this.page,
  489. pageSize: this.pageSize,
  490. };
  491. this.ajax
  492. .get(this.$store.state.api + "selectStudentCourseNew222", params)
  493. .then((res) => {
  494. this.isLoading = false;
  495. this.total = res.data[0].length > 0 ? res.data[0][0].num : 0;
  496. this.course = res.data[0];
  497. })
  498. .catch((err) => {
  499. console.error(err);
  500. });
  501. },
  502. getTypeName() {
  503. this.$forceUpdate();
  504. this.page = 1;
  505. this.isChoose = 1;
  506. this.getCourse();
  507. },
  508. // searchCourse() {
  509. // this.isLoading = true;
  510. // let params = {
  511. // cu: "",
  512. // cn: this.courseName,
  513. // page: this.page,
  514. // };
  515. // this.ajax
  516. // .get(this.$store.state.api + "searchCourse", params)
  517. // .then((res) => {
  518. // this.isLoading = false;
  519. // this.total = res.data[0].length > 0 ? res.data[0][0].num : 0;
  520. // this.course = res.data[0];
  521. // })
  522. // .catch((err) => {
  523. // this.isLoading = false;
  524. // console.error(err);
  525. // });
  526. // },
  527. deleteCourse(cid) {
  528. // if (this.time()) {
  529. this.$confirm("确定删除此项目吗?", "提示", {
  530. confirmButtonText: "确定",
  531. cancelButtonText: "取消",
  532. type: "warning",
  533. })
  534. .then(() => {
  535. this.isLoading = true;
  536. let params = {
  537. cid: cid,
  538. };
  539. this.ajax
  540. .get(this.$store.state.api + "deleteStudentCourse", params)
  541. .then((res) => {
  542. this.isLoading = false;
  543. this.$message.success("删除成功");
  544. this.getCourse();
  545. })
  546. .catch((err) => {
  547. console.error(err);
  548. });
  549. })
  550. .catch(() => {
  551. loading.close();
  552. this.isLoading = false;
  553. return;
  554. });
  555. // }
  556. },
  557. selectAllType() {
  558. let params = {
  559. org: this.org && this.org != "" ? this.org : "",
  560. oid: this.oid && this.oid != "" ? this.oid : "",
  561. };
  562. this.ajax
  563. .get(this.$store.state.api + "selectAllTypeS", params)
  564. .then((res) => {
  565. this.CourseType = res.data;
  566. for (var i = 0; i < res.data[0].length; i++) {
  567. if (res.data[0][i].id == "34629ce3-d02f-11ec-8c78-005056b86db5") {
  568. res.data[0][i].name = "赛道";
  569. } else if (res.data[0][i].id == "2f8beae3-d030-11ec-8c78-005056b86db5") {
  570. res.data[0][i].name = "主题";
  571. } else if (res.data[0][i].id == "34628934-d02f-11ec-8c78-005056b86db5") {
  572. res.data[0][i].name = "年级";
  573. }
  574. if (!this.cid) {
  575. this.courseTypeId[res.data[0][i].id] = '';
  576. }
  577. if (!this.CourseTypeJson[res.data[0][i].id]) {
  578. this.CourseTypeJson[res.data[0][i].id] = [];
  579. }
  580. if (this.oid == "1c3b9def-8fbe-11ed-b13d-005056b86db5") {
  581. if (res.data[0][i].id == "34629ce3-d02f-11ec-8c78-005056b86db5") {
  582. this.CourseType[0][i].name = "项目类型";
  583. }
  584. } else if (this.org == '150e3120-9195-11ed-b13d-005056b86db5') {
  585. } else {
  586. if (res.data[0][i].name == "赛道") {
  587. this.CourseType[0][i].name = "学科";
  588. }
  589. }
  590. if (res.data[2].length == 0 && res.data[3].length == 0) {
  591. // for (var j = 0; j < res.data[1].length; j++) {
  592. // if (res.data[0][i].id == res.data[1][j].pid) {
  593. // this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]); // 去除公共分类
  594. // }
  595. // }
  596. if (this.org == '150e3120-9195-11ed-b13d-005056b86db5') {
  597. for (var j = 0; j < res.data[1].length; j++) {
  598. if (res.data[0][i].id == res.data[1][j].pid) {
  599. this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]); // 去除公共分类
  600. }
  601. }
  602. } else {
  603. // this.CourseType = []
  604. for (var j = 0; j < res.data[1].length; j++) {
  605. if (res.data[0][i].id == res.data[1][j].pid) {
  606. this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]); // 去除公共分类
  607. }
  608. }
  609. }
  610. } else {
  611. if (res.data[2].length > 0) {
  612. for (var j = 0; j < res.data[2].length; j++) {
  613. if (res.data[0][i].id == res.data[2][j].pid) {
  614. this.CourseTypeJson[res.data[0][i].id].push(res.data[2][j]); // 去除公共分类
  615. }
  616. }
  617. }
  618. if (res.data[3].length > 0) {
  619. for (var j = 0; j < res.data[3].length; j++) {
  620. if (res.data[0][i].id == res.data[3][j].pid) {
  621. this.CourseTypeJson[res.data[0][i].id].push(res.data[3][j]); // 去除公共分类
  622. }
  623. }
  624. }
  625. }
  626. }
  627. })
  628. .catch((err) => {
  629. console.error(err);
  630. });
  631. },
  632. selectType() {
  633. this.ajax
  634. .get(this.$store.state.api + "selectStudentType")
  635. .then((res) => {
  636. this.CourseType = res.data;
  637. for (var i = 0; i < res.data[0].length; i++) {
  638. if (!this.cid) {
  639. this.courseTypeId[res.data[0][i].id] = "";
  640. }
  641. if (this.oid == "69893dca-1d47-11ed-8c78-005056b86db5") {
  642. if (res.data[0][i].name == "栏目") {
  643. this.CourseType[0][i].name = "主题";
  644. }
  645. }
  646. for (var j = 0; j < res.data[1].length; j++) {
  647. if (res.data[0][i].id == res.data[1][j].pid) {
  648. if (!this.CourseTypeJson[res.data[0][i].id]) {
  649. this.CourseTypeJson[res.data[0][i].id] = [];
  650. }
  651. this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]); //去除公共分类
  652. }
  653. }
  654. }
  655. this.selectTypeByOid();
  656. this.selectTypeByOrg();
  657. })
  658. .catch((err) => {
  659. console.error(err);
  660. });
  661. },
  662. selectTypeByOid() {
  663. let params = {
  664. oid: this.oid,
  665. };
  666. this.ajax
  667. .get(this.$store.state.api + "selectStudentTypeByOid", params)
  668. .then((res) => {
  669. for (var i = 0; i < res.data[0].length; i++) {
  670. for (var j = 0; j < res.data[1].length; j++) {
  671. if (res.data[0][i].id == res.data[1][j].pid) {
  672. if (!this.CourseTypeJson[res.data[0][i].id]) {
  673. this.CourseTypeJson[res.data[0][i].id] = [];
  674. }
  675. this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]);
  676. }
  677. }
  678. }
  679. this.$forceUpdate();
  680. })
  681. .catch((err) => {
  682. console.error(err);
  683. });
  684. },
  685. selectTypeByOrg() {
  686. let params = {
  687. oid: this.org,
  688. };
  689. this.ajax
  690. .get(this.$store.state.api + "selectStudentTypeByOid", params)
  691. .then((res) => {
  692. for (var i = 0; i < res.data[0].length; i++) {
  693. for (var j = 0; j < res.data[1].length; j++) {
  694. if (res.data[0][i].id == res.data[1][j].pid) {
  695. if (!this.CourseTypeJson[res.data[0][i].id]) {
  696. this.CourseTypeJson[res.data[0][i].id] = [];
  697. }
  698. this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]);
  699. }
  700. }
  701. }
  702. this.$forceUpdate();
  703. })
  704. .catch((err) => {
  705. console.error(err);
  706. });
  707. },
  708. openCourse() {
  709. this.dialogVisibleCourse = true;
  710. this.getTeamCourse();
  711. },
  712. getTeamCourse() {
  713. let params = {
  714. uid: this.userid,
  715. oid: this.oid,
  716. };
  717. this.ajax
  718. .get(this.$store.state.api + "selectCourseTeam", params)
  719. .then((res) => {
  720. this.courseTeam = res.data[0];
  721. })
  722. .catch((err) => {
  723. console.error(err);
  724. });
  725. },
  726. search() {
  727. this.page = 1;
  728. this.getCourse();
  729. },
  730. checkProblem(res) {
  731. this.problemCourse = res;
  732. this.dialogVisible = true;
  733. },
  734. copyCourse(cid) {
  735. let params = [{
  736. cid: cid,
  737. uid: this.userid
  738. }]
  739. this.ajax
  740. .post(this.$store.state.api + "copySCourse", params)
  741. .then((res) => {
  742. this.page = 1
  743. if (this.role == "1") {
  744. this.groupA = "4";
  745. } else {
  746. this.groupA = "3";
  747. }
  748. this.$message.success("复制成功")
  749. this.clear()
  750. })
  751. .catch((err) => {
  752. console.error(err);
  753. });
  754. }
  755. },
  756. created() {
  757. if (this.role == '1') {
  758. this.groupA = '4'
  759. }
  760. this.page = 1;
  761. this.selectAllType();
  762. this.getCourse();
  763. },
  764. };
  765. </script>
  766. <style scoped>
  767. @media screen and (max-width: 1380px) {
  768. .out_box {
  769. width: calc(100% / 4 - (15px * 3) / 4) !important;
  770. }
  771. .out_box:nth-child(5n) {
  772. margin-right: 15px !important;
  773. }
  774. .out_box:nth-child(4n) {
  775. margin-right: 0 !important;
  776. }
  777. }
  778. @media screen and (max-width: 1080px) {
  779. .out_box {
  780. width: calc(100% / 3 - (15px * 2) / 3) !important;
  781. }
  782. .out_box:nth-child(5n) {
  783. margin-right: 15px !important;
  784. }
  785. .out_box:nth-child(4n) {
  786. margin-right: 15px !important;
  787. }
  788. .out_box:nth-child(3n) {
  789. margin-right: 0 !important;
  790. }
  791. }
  792. .dialog_diy>>>.el-dialog__header {
  793. background: #3d67bc !important;
  794. padding: 15px 20px;
  795. }
  796. .dialog_diy>>>.el-dialog__title {
  797. color: #fff;
  798. }
  799. .dialog_diy>>>.el-dialog__headerbtn {
  800. top: 19px;
  801. }
  802. .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close {
  803. color: #fff;
  804. }
  805. .dialog_diy>>>.el-dialog__headerbtn .el-dialog__close:hover {
  806. color: #fff;
  807. }
  808. .student_head>>>.el-button--primary {
  809. background-color: #2268bc;
  810. }
  811. .xls_button {
  812. font-size: 14px;
  813. cursor: pointer;
  814. text-decoration: underline;
  815. color: rgb(34, 104, 188);
  816. }
  817. .student_head {
  818. display: flex;
  819. justify-content: space-between;
  820. align-items: baseline;
  821. flex-direction: row;
  822. flex-wrap: wrap;
  823. padding: 0 5px;
  824. box-sizing: border-box;
  825. width: 100%;
  826. }
  827. .top {
  828. display: flex;
  829. justify-content: space-between;
  830. width: 100% !important;
  831. box-sizing: border-box;
  832. margin: 0px auto;
  833. padding: 10px 5px;
  834. height: 54px;
  835. }
  836. .bgColor {
  837. background: #0061FF;
  838. }
  839. .student_search {
  840. display: flex;
  841. align-items: center;
  842. /* width: calc(100% / 3); */
  843. width: 190px;
  844. }
  845. .student_search span {
  846. margin: 0 10px 0 0;
  847. min-width: 65px;
  848. }
  849. .student_button {
  850. display: flex;
  851. overflow: hidden;
  852. height: 40px;
  853. }
  854. .upload-demo {
  855. display: flex;
  856. flex-direction: column;
  857. align-items: end;
  858. /* position: relative; */
  859. width: 100px;
  860. overflow: hidden;
  861. }
  862. .student_table {
  863. padding: 20px 0 0;
  864. height: 100%;
  865. /* overflow: auto; */
  866. min-height: 360px;
  867. }
  868. .student_empty {
  869. display: flex;
  870. justify-content: center;
  871. align-items: center;
  872. }
  873. .el-table>>>.even_row {
  874. background-color: #f1f1f1;
  875. }
  876. .time {
  877. font-size: 13px;
  878. color: #999;
  879. }
  880. .course_button {
  881. padding: 10px 20px;
  882. }
  883. .course_button_box {
  884. display: flex;
  885. margin-top: 5px;
  886. justify-content: space-between;
  887. }
  888. .course_rate {
  889. margin-top: 5px;
  890. }
  891. .course_view {
  892. display: flex;
  893. align-items: center;
  894. margin: 5px 0 0 0;
  895. }
  896. .course_view i {
  897. background-image: url("../../assets/liulan.png");
  898. width: 25px;
  899. height: 25px;
  900. background-size: 100% 100%;
  901. /* margin-top: 1px; */
  902. line-height: 25px;
  903. vertical-align: text-top;
  904. background-repeat: no-repeat;
  905. }
  906. .image {
  907. width: 100%;
  908. height: 150px;
  909. display: block;
  910. }
  911. .course_box {
  912. display: flex;
  913. flex-wrap: wrap;
  914. }
  915. .student_page {
  916. width: 100%;
  917. margin: 0 auto;
  918. }
  919. .course_create_box {
  920. font-size: 18px;
  921. }
  922. .course_name {
  923. margin-top: 10px;
  924. }
  925. .course_name span {
  926. margin-bottom: 10px;
  927. display: block;
  928. }
  929. .homework_box {
  930. display: flex;
  931. align-items: center;
  932. flex-wrap: wrap;
  933. }
  934. .course_homework {
  935. width: 130px;
  936. display: flex;
  937. justify-content: center;
  938. flex-direction: column;
  939. align-items: center;
  940. margin: 0 10px 10px 0;
  941. }
  942. .course_type {
  943. margin-top: 10px;
  944. display: flex;
  945. }
  946. .course_type1 span {
  947. margin-bottom: 10px;
  948. display: block;
  949. }
  950. .course_type2 {
  951. margin-left: 20px;
  952. }
  953. .course_type2 span {
  954. margin-bottom: 10px;
  955. display: block;
  956. }
  957. .course_empty {
  958. color: rgb(110, 110, 110);
  959. width: 100%;
  960. height: 100%;
  961. display: flex;
  962. align-items: center;
  963. justify-content: center;
  964. }
  965. .el_cards>>>.el-card__body {
  966. height: 100%;
  967. }
  968. .courseBtnBox {
  969. display: flex;
  970. flex-direction: column;
  971. justify-content: space-between;
  972. height: calc(100% - 170px);
  973. padding: 10px;
  974. }
  975. .wordUpload {
  976. display: flex;
  977. }
  978. .wordUpload>.buttonUp {
  979. margin-right: 5px;
  980. }
  981. .out_box {
  982. display: flex;
  983. flex-direction: column;
  984. flex-wrap: nowrap;
  985. width: calc(100% / 5 - (15px * 4) / 5);
  986. /* width: 280px; */
  987. background: #fff;
  988. margin-right: 15px;
  989. /* border: 1px solid #ccc; */
  990. height: fit-content;
  991. box-sizing: border-box;
  992. border-radius: 0px 0px 5px 5px;
  993. /* overflow: hidden; */
  994. margin-bottom: 15px;
  995. position: relative;
  996. border-radius: 8px;
  997. box-sizing: border-box;
  998. overflow: hidden;
  999. border: 1px solid #3682fc00;
  1000. }
  1001. .out_box:hover {
  1002. border: 1px solid #3681FC;
  1003. }
  1004. .out_box:nth-child(5n) {
  1005. margin-right: 0;
  1006. }
  1007. .bottom_box {
  1008. display: flex;
  1009. padding: 10px;
  1010. flex-direction: column;
  1011. box-sizing: border-box;
  1012. height: 121px;
  1013. flex-wrap: nowrap;
  1014. justify-content: space-evenly;
  1015. }
  1016. .bottom_box>div:nth-child(1) {
  1017. width: 100%;
  1018. /* overflow: hidden;
  1019. text-overflow: ellipsis;
  1020. white-space: nowrap;
  1021. font-weight: bold; */
  1022. display: flex;
  1023. align-items: center;
  1024. justify-content: space-between;
  1025. }
  1026. .bottom_box>div:nth-child(1)>span:nth-child(1) {
  1027. max-width: 100%;
  1028. overflow: hidden;
  1029. text-overflow: ellipsis;
  1030. white-space: nowrap;
  1031. font-weight: bold;
  1032. }
  1033. .bottom_box>div:nth-child(1)>span:nth-child(2) {
  1034. min-width: fit-content;
  1035. font-size: 14px;
  1036. color: #8c8c8c;
  1037. }
  1038. .tup {
  1039. width: 100%;
  1040. height: 180px;
  1041. margin: 0 auto;
  1042. overflow: hidden;
  1043. display: flex;
  1044. align-items: center;
  1045. padding: 10px;
  1046. box-sizing: border-box;
  1047. }
  1048. .tup>img {
  1049. width: 100%;
  1050. height: 100%;
  1051. object-fit: cover;
  1052. }
  1053. .kc_time {
  1054. margin-top: 8px;
  1055. font-size: 14px;
  1056. color: #717C8D;
  1057. }
  1058. .kc_time+.kc_time {
  1059. margin-top: 0;
  1060. }
  1061. .kc_t {
  1062. margin-top: 5px;
  1063. width: 100%;
  1064. white-space: nowrap;
  1065. overflow: hidden;
  1066. text-overflow: ellipsis;
  1067. display: flex;
  1068. align-items: center;
  1069. justify-content: space-between;
  1070. }
  1071. .kc_t>span:nth-child(1) {
  1072. max-width: 100%;
  1073. overflow: hidden;
  1074. text-overflow: ellipsis;
  1075. white-space: nowrap;
  1076. }
  1077. .kc_t>span:nth-child(2) {
  1078. min-width: fit-content;
  1079. font-size: 14px;
  1080. color: #8c8c8c;
  1081. }
  1082. .three_bottom {
  1083. display: flex;
  1084. flex-direction: row;
  1085. justify-content: space-around;
  1086. height: 45px;
  1087. align-items: center;
  1088. background: #fff;
  1089. font-size: 14px;
  1090. border-top: 1px solid #ddd;
  1091. box-sizing: border-box;
  1092. }
  1093. .three_bottom>div {
  1094. cursor: pointer;
  1095. width: 100%;
  1096. text-align: center;
  1097. }
  1098. .three_bottom>div+div {
  1099. border-left: 1px solid #ddd;
  1100. }
  1101. .three_bottom>div:hover {
  1102. color: #3681FC;
  1103. font-weight: bold;
  1104. }
  1105. .three_bottom .deleteB {
  1106. color: #E96E6E;
  1107. }
  1108. .three_bottom .deleteB:hover {
  1109. color: #E96E6E;
  1110. font-weight: bold;
  1111. }
  1112. .head_left {
  1113. display: flex;
  1114. }
  1115. .student_input>>>.el-input__inner {
  1116. height: 40px;
  1117. width: 190px;
  1118. font-size: 13px;
  1119. padding: 0 10px;
  1120. }
  1121. .course_button {
  1122. color: #fff;
  1123. background: #0061FF;
  1124. width: 75px;
  1125. height: 40px;
  1126. padding: 0 !important;
  1127. font-size: 12px;
  1128. line-height: 40px;
  1129. }
  1130. .all_choose {
  1131. margin: 12px 10px 10px 0;
  1132. height: 20%;
  1133. display: flex;
  1134. flex-direction: row;
  1135. align-items: center;
  1136. /* max-width: calc(100% / 3 - 50px); */
  1137. width: fit-content;
  1138. }
  1139. .all_choose>span {
  1140. min-width: 75px;
  1141. display: block;
  1142. margin-right: 10px;
  1143. text-align-last: justify;
  1144. }
  1145. .choose {
  1146. display: flex;
  1147. flex-direction: row;
  1148. flex-wrap: wrap;
  1149. align-content: space-between;
  1150. height: 100%;
  1151. justify-content: flex-start;
  1152. width: 100%;
  1153. /* min-width: 868px; */
  1154. align-items: center;
  1155. }
  1156. /* .choose>div:nth-child(2) {
  1157. margin-left: 1%;
  1158. width: 32.33333%;
  1159. }
  1160. .choose>div:nth-child(3) {
  1161. margin-left: 1%;
  1162. width: 32.33333%;
  1163. }
  1164. .choose>div:nth-child(5) {
  1165. margin: 5px 0 0 1%;
  1166. } */
  1167. .choose>div:nth-child(4)>span {
  1168. /* width: 74px !important;
  1169. min-width: 74px; */
  1170. }
  1171. .choose>div:nth-child(4)>>>.el-select {
  1172. /* width: 217.5px;
  1173. min-width: 215.06px; */
  1174. }
  1175. .clear {
  1176. width: 70px;
  1177. max-width: 70px;
  1178. height: 35px;
  1179. background: #2268bc;
  1180. color: #fff;
  1181. text-align: center;
  1182. border-radius: 5px;
  1183. line-height: 35px;
  1184. cursor: pointer;
  1185. /* margin-left: 20px; */
  1186. }
  1187. .ct_box {
  1188. height: 500px;
  1189. overflow: auto;
  1190. display: flex;
  1191. flex-wrap: wrap;
  1192. }
  1193. .myCourse {
  1194. position: absolute;
  1195. background: #3c3c3c;
  1196. width: 70px;
  1197. height: 30px;
  1198. border-radius: 5px;
  1199. color: #fff;
  1200. font-size: 14px;
  1201. text-align: center;
  1202. line-height: 30px;
  1203. top: 5px;
  1204. left: 5px;
  1205. }
  1206. .xtCourse {
  1207. position: absolute;
  1208. background: #0061FF;
  1209. width: 70px;
  1210. height: 30px;
  1211. border-radius: 5px;
  1212. color: #fff;
  1213. font-size: 14px;
  1214. text-align: center;
  1215. line-height: 30px;
  1216. top: 5px;
  1217. left: 5px;
  1218. }
  1219. .subClick {
  1220. font-size: 16px;
  1221. cursor: pointer;
  1222. margin-left: 10px;
  1223. /* color: #ab582f; */
  1224. color: #409eff;
  1225. }
  1226. .more {
  1227. position: relative;
  1228. }
  1229. .more:hover div {
  1230. display: block;
  1231. color: #000;
  1232. }
  1233. .more div {
  1234. position: absolute;
  1235. bottom: 0px;
  1236. transform: translate(-50%, 100%);
  1237. background: #f5f4f4;
  1238. padding: 10px 20px;
  1239. z-index: 99;
  1240. width: 40px;
  1241. border-radius: 5px;
  1242. box-shadow: 0 0 3px 3px #80808020;
  1243. display: none;
  1244. }
  1245. .more div>span+span {
  1246. margin-top: 10px;
  1247. }
  1248. .more div>span {
  1249. display: block;
  1250. width: 100%;
  1251. text-align: center;
  1252. }
  1253. .more div>span:hover {
  1254. color: #79a2ff;
  1255. }
  1256. .line {
  1257. width: 100%;
  1258. height: 15px;
  1259. background: #e6eaf0;
  1260. }
  1261. .reBox {
  1262. width: 100%;
  1263. /* padding-left: 20px; */
  1264. margin: 0 auto;
  1265. box-sizing: border-box;
  1266. overflow: hidden;
  1267. padding: 10px 15px 0;
  1268. }
  1269. .reTop {
  1270. padding: 0 0 5px;
  1271. /* padding: 20px 0 0 0; */
  1272. /* border-bottom: 1px solid #eee; */
  1273. display: flex;
  1274. flex-direction: row;
  1275. flex-wrap: nowrap;
  1276. align-items: center;
  1277. justify-content: space-between;
  1278. }
  1279. .reTop>div:nth-child(1) {
  1280. font-weight: bold;
  1281. /* width: 40px; */
  1282. /* border-bottom: 1px solid #205cc6; */
  1283. /* padding-bottom: 20px; */
  1284. color: #205cc6;
  1285. /* font-size: 20px; */
  1286. }
  1287. .reTop .reTopCh {
  1288. display: flex;
  1289. }
  1290. .reTop .searchI {
  1291. display: flex;
  1292. flex-direction: row;
  1293. align-items: center;
  1294. border: 1px solid #ccced3;
  1295. width: 250px;
  1296. border-radius: 8px;
  1297. padding: 5px 0;
  1298. /* margin-bottom: 10px; */
  1299. background: #fafafa;
  1300. margin: 0 0 0 10px;
  1301. }
  1302. .search {
  1303. width: 20px;
  1304. padding: 0 5px;
  1305. display: flex;
  1306. align-items: center;
  1307. }
  1308. .search>img {
  1309. width: 100%;
  1310. height: 100%;
  1311. }
  1312. .sInput {
  1313. border: none;
  1314. width: 85%;
  1315. background: #fafafa;
  1316. }
  1317. .sInput:focus-visible {
  1318. outline: none;
  1319. }</style>