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
aec7b209
Commit
aec7b209
authored
Feb 23, 2022
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
345a31ea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
+8
-1
jiaxiya/app/base/db/metadata/bizs/bizjs/mytradetransferdiliver.js
+1
-1
jiaxiya/app/front/vues/pages/tradetransferdiliver/tradetransferdiliver.html
+4
-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 @
aec7b209
...
@@ -5,7 +5,7 @@ module.exports={
...
@@ -5,7 +5,7 @@ module.exports={
{
"width"
:
"100"
,
"label"
:
"买方姓名 "
,
"prop"
:
"user_name"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"买方姓名 "
,
"prop"
:
"user_name"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"80"
,
"label"
:
"注册号"
,
"prop"
:
"tm_number"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"80"
,
"label"
:
"注册号"
,
"prop"
:
"tm_number"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"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"
:
fals
e
},
{
"width"
:
"100"
,
"label"
:
"买方电话"
,
"prop"
:
"mobile"
,
"isShowTip"
:
true
,
"isTmpl"
:
true
,
"isOther2"
:
tru
e
},
{
"width"
:
"100"
,
"label"
:
"尼斯大类"
,
"prop"
:
"ncl_one"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"尼斯大类"
,
"prop"
:
"ncl_one"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"成交价格"
,
"prop"
:
"price"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"100"
,
"label"
:
"成交价格"
,
"prop"
:
"price"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"80"
,
"label"
:
"沟通记录"
,
"prop"
:
"tracklast"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
{
"width"
:
"80"
,
"label"
:
"沟通记录"
,
"prop"
:
"tracklast"
,
"isShowTip"
:
true
,
"isTmpl"
:
false
},
...
...
jiaxiya/app/front/vues/pages/tradetransferdiliver/tradetransferdiliver.html
View file @
aec7b209
...
@@ -4,6 +4,10 @@
...
@@ -4,6 +4,10 @@
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"
>
<div
slot=
"other2"
slot-scope=
"s"
>
<span
v-if=
"s.row.mobile"
>
{{s.row.mobile}}
</span>
<span
v-else
><button
@
click=
"inputMobile(s.row)"
>
输入号码
</button></span>
</div>
</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 @
aec7b209
...
@@ -32,6 +32,9 @@
...
@@ -32,6 +32,9 @@
validateformmethod
(
rule
,
value
,
cbk
){
validateformmethod
(
rule
,
value
,
cbk
){
return
cbk
();
return
cbk
();
},
},
inputMobile
(
row
){
alert
(
"input mobile.."
)
},
onDlgFormClick
(
k
,
model
){
onDlgFormClick
(
k
,
model
){
var
that
=
this
;
var
that
=
this
;
if
(
k
=
"alisubmit"
)
{
if
(
k
=
"alisubmit"
)
{
...
...
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