游戏数学备课

This commit is contained in:
zhanglipeng
2021-09-02 11:54:40 +08:00
parent ff222b6aec
commit 9def2f5508
15 changed files with 75 additions and 81 deletions

View File

@ -321,7 +321,7 @@ export const constantRoutes = [
{ {
path: "data/:id", path: "data/:id",
component: () => import("@/views/benyi/mathtermplan/data"), component: () => import("@/views/benyi/mathtermplan/data"),
name: "Mathtermplan1", name: "Mathtermplanitem",
meta: { meta: {
title: "游戏数学学期计划(明细)", title: "游戏数学学期计划(明细)",
icon: "" icon: ""
@ -337,7 +337,7 @@ export const constantRoutes = [
{ {
path: "table/:id", path: "table/:id",
component: () => import("@/views/benyi/mathtermplan/table"), component: () => import("@/views/benyi/mathtermplan/table"),
name: "Mathtermplan2", name: "MathTermTable",
meta: { meta: {
title: "游戏数学学期计划(表格)", title: "游戏数学学期计划(表格)",
icon: "" icon: ""

View File

@ -273,7 +273,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除评估体系介绍编号为"' + ids + '"的数据项?', '是否确认删除评估体系介绍数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",

View File

@ -368,7 +368,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除园历管理(本一)编号为"' + ids + '"的数据项?', '是否确认删除园历管理(本一)数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",

View File

@ -982,7 +982,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除本一-客户关系管理编号为"' + ids + '"的数据项?', '是否确认删除本一-客户关系管理数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",

View File

@ -467,7 +467,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除幼儿园一日流程评估计划编号为"' + ids + '"的数据项?', '是否确认删除幼儿园一日流程评估计划数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",

View File

@ -628,7 +628,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除入班体验申请编号为"' + ids + '"的数据项?', '是否确认删除入班体验申请数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",

View File

@ -443,7 +443,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除儿童学习与发展档案(家长)编号为"' + ids + '"的数据项?', '是否确认删除儿童学习与发展档案(家长)数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",

View File

@ -443,7 +443,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除儿童学习与发展档案(教师)编号为"' + ids + '"的数据项?', '是否确认删除儿童学习与发展档案(教师)数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",

View File

@ -450,7 +450,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除游戏数学方案编号为"' + ids + '"的数据项?', '是否确认删除游戏数学方案数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",

View File

@ -64,16 +64,6 @@
v-show="isShow" v-show="isShow"
>填充</el-button >填充</el-button
> >
<el-button
type="danger"
icon="el-icon-delete"
size="mini"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['benyi:mathtermplan:remove']"
v-show="isShow"
>删除</el-button
>
</div> </div>
<el-table <el-table
@ -115,15 +105,6 @@
v-show="isShow" v-show="isShow"
>填充</el-button >填充</el-button
> >
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['benyi:mathtermplan:remove']"
v-show="isShow"
>删除</el-button
>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@ -156,6 +137,7 @@
value-format="yyyy-MM" value-format="yyyy-MM"
placeholder="选择月份" placeholder="选择月份"
class="my-date-picker" class="my-date-picker"
:disabled="true"
> >
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
@ -464,27 +446,27 @@ export default {
} }
}); });
}, },
/** 删除按钮操作 */ // /** 删除按钮操作 */
handleDelete(row) { // handleDelete(row) {
const ids = row.id || this.ids; // const ids = row.id || this.ids;
this.$confirm( // this.$confirm(
'是否确认删除游戏数学学期计划明细编号为"' + ids + '"的数据项?', // '是否确认删除游戏数学学期计划明细编号为"' + ids + '"的数据项?',
"警告", // "警告",
{ // {
confirmButtonText: "确定", // confirmButtonText: "确定",
cancelButtonText: "取消", // cancelButtonText: "取消",
type: "warning", // type: "warning",
} // }
) // )
.then(function () { // .then(function () {
return delMathtermplanitem(ids); // return delMathtermplanitem(ids);
}) // })
.then(() => { // .then(() => {
this.getList(); // this.getList();
this.msgSuccess("删除成功"); // this.msgSuccess("删除成功");
}) // })
.catch(function () {}); // .catch(function () {});
}, // },
}, },
}; };
</script> </script>

View File

@ -3,7 +3,13 @@
<h2 class="title">{{ title }}</h2> <h2 class="title">{{ title }}</h2>
<div class="table"> <div class="table">
<div class="print no-print"> <div class="print no-print">
<el-button type="primary" plain size="mini" icon="el-icon-printer" @click="prints"></el-button> <el-button
type="primary"
plain
size="mini"
icon="el-icon-printer"
@click="prints"
></el-button>
</div> </div>
<table> <table>
<tr class="align-center"> <tr class="align-center">
@ -36,6 +42,10 @@
<td class="align-center">{{ mathFormat(item.mathconent) }}</td> <td class="align-center">{{ mathFormat(item.mathconent) }}</td>
<td>{{ item.remark }}</td> <td>{{ item.remark }}</td>
</tr> </tr>
<tr>
<td class="align-center">备注</td>
<td colspan="2">{{ remark }}</td>
</tr>
<tr> <tr>
<td class="align-center">教学主管审批</td> <td class="align-center">教学主管审批</td>
<td colspan="2">{{ spyj }}</td> <td colspan="2">{{ spyj }}</td>
@ -58,7 +68,7 @@ import {
import { listPlan } from "@/api/benyi/plan"; import { listPlan } from "@/api/benyi/plan";
export default { export default {
name: "TermTable", name: "MathTermTable",
data() { data() {
return { return {
// 学年学期 // 学年学期
@ -69,6 +79,7 @@ export default {
xnxq: "", xnxq: "",
classname: "", classname: "",
tbr: "", tbr: "",
remark: "",
spyj: "", spyj: "",
bodyData: { bodyData: {
title: [ title: [
@ -137,6 +148,7 @@ export default {
this.classname = response.classname; this.classname = response.classname;
this.xnxq = response.data.xnxq; this.xnxq = response.data.xnxq;
this.spyj = response.data.spyj; this.spyj = response.data.spyj;
this.remark = response.data.remark;
}); });
this.listMathTermItemPlan(); this.listMathTermItemPlan();
}, },

View File

@ -598,23 +598,23 @@ export default {
this.title = "修改周计划(家长和教育部门)"; this.title = "修改周计划(家长和教育部门)";
}); });
}, },
/** 审核提交按钮操作 */ // /** 审核提交按钮操作 */
handleCheck(row) { // handleCheck(row) {
const ids = row.id || this.ids; // const ids = row.id || this.ids;
this.$confirm('确认提交周计划编号为"' + ids + '"的数据项?', "警告", { // this.$confirm('确认提交周计划编号为"' + ids + '"的数据项?', "警告", {
confirmButtonText: "确定", // confirmButtonText: "确定",
cancelButtonText: "取消", // cancelButtonText: "取消",
type: "warning", // type: "warning",
}) // })
.then(function () { // .then(function () {
return checkPlanweek(ids); // return checkPlanweek(ids);
}) // })
.then(() => { // .then(() => {
this.getList(); // this.getList();
this.msgSuccess("提交成功"); // this.msgSuccess("提交成功");
}) // })
.catch(function () {}); // .catch(function () {});
}, // },
isShow(row) { isShow(row) {
if (row.status == "1" || row.status == "2") { if (row.status == "1" || row.status == "2") {
return false; return false;

View File

@ -510,7 +510,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除园历管理编号为"' + ids + '"的数据项?', '是否确认删除园历管理数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",

View File

@ -482,7 +482,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除园历管理(班级)编号为"' + ids + '"的数据项?', '是否确认删除园历管理(班级)数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",

View File

@ -568,7 +568,7 @@ export default {
handleDelete(row) { handleDelete(row) {
const ids = row.id || this.ids; const ids = row.id || this.ids;
this.$confirm( this.$confirm(
'是否确认删除主题整合周计划明细编号为"' + ids + '"的数据项?', '是否确认删除主题整合周计划明细数据项?',
"警告", "警告",
{ {
confirmButtonText: "确定", confirmButtonText: "确定",