Commit 6e1343c4 authored by 华国豪's avatar 华国豪 🙄

团期过 不能修改备注

parent d97f1661
......@@ -2925,12 +2925,14 @@
getRemarks(obj) {
// 华国豪5-5新增
if (moment().format("YYYY-MM-DD") >= obj.startDate) {
this.$confirm("该团目前已是结团状态,不能随意修改备注信息,若强行修改备注,将会计入个人考核,是否确定修改备注信息?", "提示", {
// 该团目前已是结团状态,不能随意修改备注信息,若强行修改备注,将会计入个人考核,是否确定修改备注信息?
this.$confirm("该团目前已是结团状态,无法修改备注?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
showCancelButton: false,
type: "warning"
})
.then(() => {
return
this.isShowLayerRemarks = true
this.isShowLayer = false
this.$refs['addMsg'].resetFields()
......
......@@ -3988,12 +3988,13 @@
getRemarks(obj) {
// 华国豪5-5新增
if (moment().format("YYYY-MM-DD") >= obj.startDate) {
this.$confirm("该团目前已是结团状态,不能随意修改备注信息,若强行修改备注,将会计入个人考核,是否确定修改备注信息?", "提示", {
this.$confirm("该团目前已是结团状态,无法修改备注", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
showCancelButton: false,
type: "warning"
})
.then(() => {
return
this.isShowLayerRemarks = true;
this.isShowLayer = false;
this.isShowLayer2 = false;
......
......@@ -3287,12 +3287,13 @@
getRemarks(obj) {
// 华国豪5-5新增
if (moment().format("YYYY-MM-DD") >= obj.startDate){
this.$confirm("该团目前已是结团状态,不能随意修改备注信息,若强行修改备注,将会计入个人考核,是否确定修改备注信息?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
this.$confirm("该团目前已是结团状态,无法修改备注", "提示", {
confirmButtonText: "确定",
showCancelButton: false,
type: "warning"
})
.then(() => {
return
this.isShowLayerRemarks = true;
this.isShowLayer = false;
this.isShowLayer2 = false;
......
......@@ -2671,12 +2671,12 @@
getRemarks(obj) {
// 华国豪5-5新增
if (moment().format("YYYY-MM-DD") >= obj.startDate) {
this.$confirm("该团目前已是结团状态,不能随意修改备注信息,若强行修改备注,将会计入个人考核,是否确定修改备注信息?", "提示", {
this.$confirm("该团目前已是结团状态,无法修改备注", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return
this.isShowLayerRemarks = true
this.isShowLayer = false
this.$refs['addMsg'].resetFields()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment