Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
775547c5
Commit
775547c5
authored
Feb 23, 2022
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
aec7b209
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
jiaxiya/app/base/db/metadata/bizs/bizjs/mytradetransferdiliver.js
+1
-0
jiaxiya/app/front/vues/pages/tradetransferdiliver/tradetransferdiliver.js
+3
-0
No files found.
jiaxiya/app/base/db/metadata/bizs/bizjs/mytradetransferdiliver.js
View file @
775547c5
...
@@ -48,6 +48,7 @@ module.exports={
...
@@ -48,6 +48,7 @@ module.exports={
{
"icon"
:
"el-icon-edit"
,
"title"
:
"资料上传"
,
"type"
:
"default"
,
"key"
:
"upfiles"
,
"isInRow"
:
true
},
{
"icon"
:
"el-icon-edit"
,
"title"
:
"资料上传"
,
"type"
:
"default"
,
"key"
:
"upfiles"
,
"isInRow"
:
true
},
{
"icon"
:
"el-icon-edit"
,
"title"
:
"公证申请"
,
"type"
:
"default"
,
"key"
:
"notar"
,
"isInRow"
:
true
},
{
"icon"
:
"el-icon-edit"
,
"title"
:
"公证申请"
,
"type"
:
"default"
,
"key"
:
"notar"
,
"isInRow"
:
true
},
{
"icon"
:
"el-icon-edit"
,
"title"
:
"沟通跟进"
,
"type"
:
"default"
,
"key"
:
"tracks"
,
"isInRow"
:
true
},
{
"icon"
:
"el-icon-edit"
,
"title"
:
"沟通跟进"
,
"type"
:
"default"
,
"key"
:
"tracks"
,
"isInRow"
:
true
},
{
"icon"
:
"el-icon-edit"
,
"title"
:
"双呼"
,
"type"
:
"default"
,
"key"
:
"bicall"
,
"isInRow"
:
true
},
],
],
"delete"
:[
"delete"
:[
// {"icon":"el-icon-remove","title":"删除","type":"default","key":"delete","isInRow":true},
// {"icon":"el-icon-remove","title":"删除","type":"default","key":"delete","isInRow":true},
...
...
jiaxiya/app/front/vues/pages/tradetransferdiliver/tradetransferdiliver.js
View file @
775547c5
...
@@ -97,6 +97,9 @@
...
@@ -97,6 +97,9 @@
this
.
trackRecords
.
push
({
"trackDate"
:
"暂无跟进"
,
"trackContent"
:
"请联系客户,进行跟进"
});
this
.
trackRecords
.
push
({
"trackDate"
:
"暂无跟进"
,
"trackContent"
:
"请联系客户,进行跟进"
});
}
}
}
}
if
(
key
==
"bicall"
){
alert
(
"开始双虎 "
);
}
},
},
handlerTrackLog
(
row
){
handlerTrackLog
(
row
){
this
.
trackRecords
=
[];
this
.
trackRecords
=
[];
...
...
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