Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
biyuewuhua
isc-web-vue
Commits
41fc69af
Commit
41fc69af
authored
Oct 16, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infcpd 交易修改
parent
f2eb27ac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
36 deletions
+26
-36
Infsea.vue
src/page/Remittance/Infcpd/views/Infsea.vue
+0
-0
index.vue
src/page/Remittance/Infcpd/views/index.vue
+26
-36
No files found.
src/page/Remittance/Infcpd/views/Infsea.vue
View file @
41fc69af
This diff is collapsed.
Click to expand it.
src/page/Remittance/Infcpd/views/index.vue
View file @
41fc69af
<
template
>
<div
class=
"eContainer-search"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-content>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
</c-content>
</c-content>
</el-form>
</div>
</
template
>
...
...
@@ -21,32 +14,29 @@ import Infcpd from "../model";
import
Infsea
from
"./Infsea"
;
export
default
{
name
:
'infcpd'
,
components
:{
"m-infsea"
:
Infsea
,
name
:
'infcpd'
,
components
:
{
"m-infsea"
:
Infsea
,
},
provide
()
{
return
{
root
:
this
}
},
data
()
{
return
{
tabVal
:
""
,
trnName
:
"infcpd"
,
model
:
new
Infcpd
().
data
,
rules
:
null
,
codes
:
{
...
CodeTable
},
}
},
methods
:
{
},
provide
()
{
return
{
root
:
this
}
},
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
""
,
trnName
:
"infcpd"
,
model
:
new
Infcpd
().
data
,
rules
:
null
,
codes
:{...
CodeTable
},
}
},
methods
:{
},
mounted
()
{
},
mounted
()
{
},
}
</
script
>
<
style
scoped
>
</
style
>
<
style
scoped
></
style
>
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