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
dbb75e8f
Commit
dbb75e8f
authored
Dec 21, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ditsel信用证布局调整
parent
02665cb3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
Sel.vue
src/views/Business/Ditsel/Sel.vue
+0
-0
index.vue
src/views/Business/Ditsel/index.vue
+10
-7
No files found.
src/views/Business/Ditsel/Sel.vue
View file @
dbb75e8f
This diff is collapsed.
Click to expand it.
src/views/Business/Ditsel/index.vue
View file @
dbb75e8f
<
template
>
<c-page
title=
"信用证查询"
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
...
...
@@ -10,14 +11,17 @@
<!--PD000058 -->
<c-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"菜单"
name=
"sel"
>
<c-content>
<m-sel
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
</div>
</c-page>
</
template
>
<
script
>
import
Utils
from
'~/utils/index'
import
Utils
from
"~/utils/index"
;
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Ditsel
from
"~/model/Ditsel"
;
...
...
@@ -26,14 +30,14 @@ import Pattern from "~/model/Ditsel/Pattern";
import
Sel
from
"./Sel"
;
export
default
{
name
:
'Ditsel'
,
name
:
"Ditsel"
,
components
:
{
"m-sel"
:
Sel
,
},
provide
()
{
return
{
root
:
this
}
root
:
this
,
};
},
mixins
:
[
CommonProcess
],
// 里面包含了Default、Check等的公共处理
data
()
{
...
...
@@ -536,14 +540,13 @@ export default {
},
};
},
methods
:
{
},
methods
:
{},
created
:
async
function
()
{
console
.
log
(
"进入ditsel交易"
);
let
rtnmsg
=
await
Api
.
post
(
"ditsel/init"
,
{
params
:
{}
});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
)
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
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