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
4fd4e218
Commit
4fd4e218
authored
Dec 13, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f82ca9f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+22
-0
No files found.
src/components/SalesModule/customerTransfer.vue
View file @
4fd4e218
...
...
@@ -87,6 +87,16 @@
<
el
-
option
:
label
=
"$t('pub.no')"
:
value
=
"2"
><
/el-option
>
<
/el-select
>
<
/li
>
<
li
>
<
span
>
<
em
>
{{
$t
(
'scen.sc_ftTime'
)
}}
<
/em
>
<
/span
>
<
el
-
date
-
picker
class
=
"h34"
v
-
model
=
"missionDate"
@
change
=
"timeAdd()"
type
=
"daterange"
value
-
format
=
"yyyy-MM-dd"
>
<
/el-date-picker
>
<
/li
>
<
li
style
=
"float:right;padding-top:10px;color:#111111"
>
{{
$t
(
'salesModule.JYETJ'
)
}}
:
{{
datainfo
.
sumMoney
}}
<
/li
>
<
li
>
<
input
type
=
"button"
class
=
"hollowFixedBtn"
:
value
=
"$t('ground.kehuditu')"
@
click
=
"getMap()"
>
...
...
@@ -435,6 +445,7 @@
CustomerException
:
[],
datainfo
:
{
}
,
CustomerBrandList
:
[],
missionDate
:
[],
DepartmentId
:
null
,
isSelLayer
:
false
,
layerShow
:
false
,
...
...
@@ -453,6 +464,8 @@
orderBy
:
'TradeMoney desc'
,
ExceptionCount
:
0
,
fanYong
:
-
1
,
STime
:
''
,
ETime
:
''
}
,
RecipientMsg
:
{
CustomerIdArr
:
[],
...
...
@@ -593,6 +606,15 @@
}
;
}
,
methods
:
{
timeAdd
(
t
)
{
// 日期格式
if
(
!
this
.
missionDate
)
{
this
.
msg
.
STime
=
''
;
this
.
msg
.
ETime
=
''
;
return
}
this
.
msg
.
STime
=
this
.
missionDate
[
0
];
this
.
msg
.
ETime
=
this
.
missionDate
[
1
];
}
,
changeSort
(
type
,
name
)
{
if
(
type
==
1
)
{
this
.
msg
.
jySort
=
this
.
msg
.
jySort
===
''
?
'desc'
:
this
.
msg
.
jySort
===
'desc'
?
'asc'
:
''
...
...
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