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
a82e39b9
Commit
a82e39b9
authored
Oct 28, 2021
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
235cebb2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
jiaxiya/app/base/db/metadata/bizs/bizjs/mytradetransferdiliver.js
+1
-1
jiaxiya/app/front/vues/pages/tradetransferdiliver/tradetransferdiliver.html
+0
-3
jiaxiya/app/front/vues/pages/tradetransferdiliver/tradetransferdiliver.js
+3
-0
No files found.
jiaxiya/app/base/db/metadata/bizs/bizjs/mytradetransferdiliver.js
View file @
a82e39b9
...
@@ -6,7 +6,7 @@ module.exports={
...
@@ -6,7 +6,7 @@ module.exports={
{
"width"
:
"80"
,
"label"
:
"状态"
,
"prop"
:
"transfer_status_name"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"80"
,
"label"
:
"状态"
,
"prop"
:
"transfer_status_name"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"买方电话"
,
"prop"
:
"mobile"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"买方电话"
,
"prop"
:
"mobile"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"尼斯大类"
,
"prop"
:
"ncl_one"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"尼斯大类"
,
"prop"
:
"ncl_one"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"跟进记录"
,
"prop"
:
"tracks"
,
"isShowTip"
:
true
,
"isTmpl"
:
true
,
"isOther2"
:
tru
e
},
{
"width"
:
"100"
,
"label"
:
"跟进记录"
,
"prop"
:
"tracks"
,
"isShowTip"
:
true
,
"isTmpl"
:
fals
e
},
{
"width"
:
"null"
,
"label"
:
"操作"
,
"name"
:
"null"
,
"isShowTip"
:
false
,
"isTmpl"
:
true
,
"isBtns"
:
true
},
{
"width"
:
"null"
,
"label"
:
"操作"
,
"name"
:
"null"
,
"isShowTip"
:
false
,
"isTmpl"
:
true
,
"isBtns"
:
true
},
]
]
},
},
...
...
jiaxiya/app/front/vues/pages/tradetransferdiliver/tradetransferdiliver.html
View file @
a82e39b9
...
@@ -4,9 +4,6 @@
...
@@ -4,9 +4,6 @@
listMethod=
"findAndCountAll"
deleteMethod=
"delete"
initMethod=
"initNewInstance"
isDataAuto=
"true"
listMethod=
"findAndCountAll"
deleteMethod=
"delete"
initMethod=
"initNewInstance"
isDataAuto=
"true"
:headStyle=
"headStyle"
:colFormatter=
"onColFormater"
:isSingleSelect=
"isSingleSelect"
@
rowclick=
"onRowClick"
:headStyle=
"headStyle"
:colFormatter=
"onColFormater"
:isSingleSelect=
"isSingleSelect"
@
rowclick=
"onRowClick"
@
onDlgFormClick=
"onDlgFormClick"
:validateformmethod=
"validateformmethod"
>
@
onDlgFormClick=
"onDlgFormClick"
:validateformmethod=
"validateformmethod"
>
<template
slot=
"other2"
slot-scope=
"scope"
>
<a
@
mouseover=
"showdetail()"
>
tracks.........
</a>
</template>
</gsb-grid2>
</gsb-grid2>
<el-dialog
title=
"上传资料"
:visible
.
sync=
"showUploadform"
width=
"350px"
height=
"350px"
center
>
<el-dialog
title=
"上传资料"
:visible
.
sync=
"showUploadform"
width=
"350px"
height=
"350px"
center
>
<gsb-aliupload
v-model=
"f1"
@
uploadsuccess=
"upsuccess"
mtype=
"test"
></gsb-aliupload>
<gsb-aliupload
v-model=
"f1"
@
uploadsuccess=
"upsuccess"
mtype=
"test"
></gsb-aliupload>
...
...
jiaxiya/app/front/vues/pages/tradetransferdiliver/tradetransferdiliver.js
View file @
a82e39b9
...
@@ -55,6 +55,8 @@
...
@@ -55,6 +55,8 @@
}
}
},
},
onColFormater
(
row
,
column
,
cellvalue
,
index
){
onColFormater
(
row
,
column
,
cellvalue
,
index
){
/*这里解析跟进字段,解析为数组,取最后一条*/
console
.
log
(
column
);
return
cellvalue
;
return
cellvalue
;
},
},
handleSelectionChange
:
function
(
val
)
{
handleSelectionChange
:
function
(
val
)
{
...
@@ -94,6 +96,7 @@
...
@@ -94,6 +96,7 @@
let
pushData
=
{
"pushData"
:{
"trackDate"
:
new
Date
().
toLocaleString
(),
"trackContent"
:
this
.
trackContent
}};
let
pushData
=
{
"pushData"
:{
"trackDate"
:
new
Date
().
toLocaleString
(),
"trackContent"
:
this
.
trackContent
}};
var
self
=
this
;
var
self
=
this
;
this
.
$root
.
postReq
(
"/web/transfer/tradetransferCtl/track"
,
pushData
).
then
(
function
(
d
)
{
this
.
$root
.
postReq
(
"/web/transfer/tradetransferCtl/track"
,
pushData
).
then
(
function
(
d
)
{
/*返回整个跟进字段,解析为数组*/
self
.
trackRecords
.
push
(
d
.
data
);
self
.
trackRecords
.
push
(
d
.
data
);
})
})
...
...
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