Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
6e1343c4
Commit
6e1343c4
authored
Sep 12, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团期过 不能修改备注
parent
d97f1661
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
11 deletions
+15
-11
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+4
-2
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+3
-2
groupTourOrderByTuanOne.vue
src/components/SalesModule/groupTourOrderByTuanOne.vue
+6
-5
groupTourOrderOne.vue
src/components/SalesModule/groupTourOrderOne.vue
+2
-2
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
6e1343c4
...
...
@@ -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
()
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
6e1343c4
...
...
@@ -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
;
...
...
src/components/SalesModule/groupTourOrderByTuanOne.vue
View file @
6e1343c4
...
...
@@ -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
;
...
...
src/components/SalesModule/groupTourOrderOne.vue
View file @
6e1343c4
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment