Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
Administrator
dsk-cr20g
Commits
28400b0c
Commit
28400b0c
authored
Jun 28, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.60.201/root/dsk-operate-sys
parents
c5cf0bca
46afa5e5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
Template.xlsx
dsk-operate-ui/public/file/Template.xlsx
+0
-0
index.vue
dsk-operate-ui/src/views/custom/trends/index.vue
+5
-5
addProject.vue
...ui/src/views/project/projectList/component/addProject.vue
+2
-1
No files found.
dsk-operate-ui/public/file/Template.xlsx
View file @
28400b0c
No preview for this file type
dsk-operate-ui/src/views/custom/trends/index.vue
View file @
28400b0c
<
template
>
<div>
<
div
class=
"miantitle"
>
<
span>
客户管理
</span
>
<
span>
/ 客户列表
</span
>
<
span>
/ 跟进动态
</span
>
<
/div
>
<
!--
<div
class=
"miantitle"
>
--
>
<
!--
<span>
客户管理
</span>
--
>
<
!--
<span>
/ 客户列表
</span>
--
>
<
!--
<span>
/ 跟进动态
</span>
--
>
<
!--
</div>
--
>
<div
class=
"app-container"
>
<gjjl
types=
"gjdt"
:data=
"datas"
isDisabled=
true
></gjjl>
...
...
dsk-operate-ui/src/views/project/projectList/component/addProject.vue
View file @
28400b0c
...
...
@@ -147,7 +147,8 @@
//添加客户
submitForm
(
formName
)
{
this
.
queryParam
.
userId
=
this
.
$store
.
state
.
user
.
userId
this
.
queryParam
.
investmentAmount
=
parseFloat
(
this
.
queryParam
.
investmentAmount
)
if
(
this
.
queryParam
.
investmentAmount
!=
""
)
this
.
queryParam
.
investmentAmount
=
parseFloat
(
this
.
queryParam
.
investmentAmount
)
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
addProject
(
this
.
queryParam
).
then
(
result
=>
{
...
...
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