mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
面授编辑限制
This commit is contained in:
@@ -3765,7 +3765,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
//编辑开课
|
//编辑开课
|
||||||
const handelEditStu = async (item) => {
|
const handelEditStu = async (item) => {
|
||||||
if (item.expenseStatus && item.expenseStatus !== 'A10') {
|
if (item.expenseStatus && item.expenseStatus !== 'A10' && item.expenseStatus !== 'S00') {
|
||||||
return message.warning("该开课已在审批流程中,不可进行编辑!");
|
return message.warning("该开课已在审批流程中,不可进行编辑!");
|
||||||
}
|
}
|
||||||
state.offcourseId = item.offcourseId;
|
state.offcourseId = item.offcourseId;
|
||||||
@@ -4270,7 +4270,7 @@ export default defineComponent({
|
|||||||
delete_exit1();
|
delete_exit1();
|
||||||
};
|
};
|
||||||
const handleDeleteKaike = (value) => {
|
const handleDeleteKaike = (value) => {
|
||||||
if (value.expenseStatus && value.expenseStatus !== 'A10') {
|
if (value.expenseStatus && value.expenseStatus !== 'A10' && value.expenseStatus !== 'S00') {
|
||||||
return message.warning("该开课已在审批流程中,不可进行删除!");
|
return message.warning("该开课已在审批流程中,不可进行删除!");
|
||||||
}
|
}
|
||||||
state.offcoursePlanId = value.id;
|
state.offcoursePlanId = value.id;
|
||||||
|
|||||||
Reference in New Issue
Block a user