Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
25399c27
Commit
25399c27
authored
Dec 23, 2021
by
wjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wjj
parent
d4864170
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
4 deletions
+28
-4
Bctset.vue
src/views/Business/Bctacc/Bctset.vue
+27
-3
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
No files found.
src/views/Business/Bctacc/Bctset.vue
View file @
25399c27
...
...
@@ -101,7 +101,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<span
v-text=
"model.bctp.docgrdm.docdsclab"
data-path=
".bctp.docgrdm.docdsclab"
>
</span>
<c-edit-table
:model=
"model"
v-bind=
"docgrd"
>
</c-edit-table>
</c-col>
</c-col>
</c-col>
...
...
@@ -153,8 +155,8 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Accepted on"
prop=
"bcdgrp.rec.accdat"
>
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.accdat"
style=
"width:100%"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Accepted on"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.accdat"
style=
"width:100%"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Accepted on"
></c-date-picker>
</el-form-item>
</c-col>
</c-col
"
>
...
...
@@ -172,6 +174,28 @@
mixins
:
[
CommonProcess
],
data
()
{
return
{
docgrd
:
{
columns
:
[{
title
:
"lst1"
,
width
:
"80px"
,
dataIndex
:
"cmail1"
,
show
:
"input"
,
},
{
title
:
"2nd"
,
width
:
"80px"
,
dataIndex
:
"cmail2"
,
show
:
"input"
,
},
{
title
:
"Document"
,
width
:
"320px"
,
dataIndex
:
"docnam"
,
show
:
"input"
,
},
],
urls
:
"bctp.docgrdm.docgrd"
,
},
}
},
...
...
src/views/Business/BusRouter.js
View file @
25399c27
...
...
@@ -98,7 +98,7 @@ const BusRouter = [
{
path
:
'infusr'
,
component
:
Infusr
,
name
:
'Infusr'
,
meta
:
{
title
:
'用户信息'
}
},
{
path
:
'infcpd'
,
component
:
Infcpd
,
name
:
'Infcpd'
,
meta
:
{
title
:
'汇款查询'
}
},
{
path
:
'bctdav'
,
component
:
Bctdav
,
name
:
'Bctdav'
,
meta
:
{
title
:
'进口代收'
}
},
{
path
:
'bctacc'
,
component
:
Bctacc
,
name
:
'Bctacc'
,
meta
:
{
title
:
'
Bctacc
'
}
},
{
path
:
'bctacc'
,
component
:
Bctacc
,
name
:
'Bctacc'
,
meta
:
{
title
:
'
进口代收承兑
'
}
},
{
path
:
'infcur'
,
component
:
Infcur
,
name
:
'Infcur'
,
meta
:
{
title
:
'Infcur'
}
},
{
path
:
'infbed'
,
component
:
Infbed
,
name
:
'Infbed'
,
meta
:
{
title
:
'出口信用证单据查询'
}
},
{
path
:
'letcan'
,
component
:
Letcan
,
name
:
'Letcan'
,
meta
:
{
title
:
'出口信用证注销'
}
},
...
...
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