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
fukai
vue-gjjs
Commits
17dd35c2
Commit
17dd35c2
authored
Nov 23, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eadinf优化
parent
b6ed56f7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
8 deletions
+15
-8
Dclpp.vue
src/views/Business/Eadinf/Dclpp.vue
+1
-1
Sel.vue
src/views/Business/Eadinf/Sel.vue
+4
-4
index.vue
src/views/Business/Eadinf/index.vue
+10
-3
No files found.
src/views/Business/Eadinf/Dclpp.vue
View file @
17dd35c2
...
...
@@ -43,7 +43,7 @@
<!-- 变动日期 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"变动日期"
prop=
"eblmod.ebl.reldat"
>
<c-date-picker
type=
"date"
v-model=
"model.recp.dclp.chdate"
style=
"width:100%"
disabled
<c-date-picker
type=
"date"
v-model=
"model.recp.dclp.chdate"
style=
"width:100%"
placeholder=
"请选择变动日期"
></c-date-picker>
</el-form-item>
</c-col>
...
...
src/views/Business/Eadinf/Sel.vue
View file @
17dd35c2
...
...
@@ -6,7 +6,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"发生日期"
prop=
"cfabut.paydat"
>
<c-date-picker
type=
"date"
v-model=
"model.cfabut.paydat"
style=
"width:100%"
placeholder=
"请输入发生日期"
disabled
></c-date-picker>
placeholder=
"请输入发生日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -137,14 +137,14 @@ export default {
methods
:
{
...
Event
,
toEadame
()
{
console
.
log
(
'进入Eadame交易'
);
this
.
$router
.
history
.
push
(
"/business/eadame"
);
},
toEaddel
()
{
console
.
log
(
'进入Eaddel交易'
);
this
.
$router
.
history
.
push
(
"/business/eaddel"
);
}
},
created
:
function
()
{
this
.
model
.
cfabut
.
paydat
=
new
Date
();
}
}
</
script
>
...
...
src/views/Business/Eadinf/index.vue
View file @
17dd35c2
<
template
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-page
tittle=
"查-外债海外代付"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--cfabut PD000002 接口数据 -->
<el-tab-pane
label=
"接口数据"
name=
"sel"
>
...
...
@@ -23,7 +24,10 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
></c-function-btn>
<c-function-btn
:handleSubmit=
"handleSubmit.bind(this, 'cfabut.sav')"
:handleCheck=
"handleCheck.bind(this, 'cfabut.chk')"
:handleStash=
"handleStash"
></c-function-btn>
</c-page>
</div>
</
template
>
<
script
>
...
...
@@ -88,6 +92,9 @@ export default {
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
mounted
()
{
window
.
Vue
=
this
;
}
}
</
script
>
...
...
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