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
e1a87c16
Commit
e1a87c16
authored
Jan 31, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gtx 界面 码表 修改
parent
c12c31bd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
16 deletions
+40
-16
index.js
src/config/CodeTable/index.js
+6
-2
GtxInfo.vue
src/views/Statics/Dbigtx/GtxInfo.vue
+2
-2
Infsea.vue
src/views/Statics/Infgtx/Infsea.vue
+30
-10
index.vue
src/views/Statics/Infgtx/index.vue
+2
-2
No files found.
src/config/CodeTable/index.js
View file @
e1a87c16
...
@@ -4842,8 +4842,12 @@ const CodeTable = {
...
@@ -4842,8 +4842,12 @@ const CodeTable = {
{
label
:
"等待响应"
,
value
:
""
},
{
label
:
"等待响应"
,
value
:
""
},
],
],
objtyp
:
[
objtyp
:
[
{
label
:
"规则"
,
value
:
"ORD"
},
// { label: "规则", value: "ORD" },
{
label
:
"交易"
,
value
:
"TRN"
},
// { label: "交易", value: "TRN" },
{
label
:
"default"
,
value
:
""
},
{
label
:
"country"
,
value
:
"CTY"
},
{
label
:
"party"
,
value
:
"PTY"
},
{
label
:
"group"
,
value
:
"HEQ"
},
],
],
obsper
:
[
obsper
:
[
{
label
:
"15分钟"
,
value
:
"003"
},
{
label
:
"15分钟"
,
value
:
"003"
},
...
...
src/views/Statics/Dbigtx/GtxInfo.vue
View file @
e1a87c16
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
<c-select
style=
"width: 100%"
<c-select
style=
"width: 100%"
v-model=
"model.expflg"
v-model=
"model.expflg"
placeholder=
"请选择无责任担保标志"
placeholder=
"请选择无责任担保标志"
:code=
"getCodesByKey('expflg')"
:code=
"getCodesByKey('
gtx
expflg')"
>
>
</c-select>
</c-select>
<!--
<c-input-->
<!--
<c-input-->
...
@@ -166,7 +166,7 @@
...
@@ -166,7 +166,7 @@
<c-select
style=
"width: 100%"
<c-select
style=
"width: 100%"
v-model=
"model.legfrm"
v-model=
"model.legfrm"
placeholder=
"请选择格式"
placeholder=
"请选择格式"
:code=
"getCodesByKey('legfrm')"
:code=
"getCodesByKey('legfrm
1
')"
>
>
</c-select>
</c-select>
<!--
<c-input-->
<!--
<c-input-->
...
...
src/views/Statics/Infgtx/Infsea.vue
View file @
e1a87c16
...
@@ -121,18 +121,38 @@
...
@@ -121,18 +121,38 @@
>
>
</c-input>
</c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"使用该保函文本的对象类型"
prop=
"objtyp"
>
<el-form-item
label=
"使用该保函文本的对象类型"
prop=
"objtyp"
>
<c-select
style=
"width: 100%"
v-model=
"model.objtyp"
placeholder=
"请输入使用该保函文本的对象类型"
:code=
"getCodesByKey('objtyp')"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"优先级"
prop=
"gtxpri"
>
<c-select
<c-select
style=
"width: 100%"
style=
"width: 100%"
v-model=
"model.objtyp"
v-model=
"model.gtxpri"
placeholder=
"请输入使用该保函文本的对象类型"
placeholder=
"请输入优先级"
:code=
"getCodesByKey('objtyp')"
:code=
"getCodesByKey('gtxpri')"
>
>
</c-input>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
-->
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"保函文本中的交易日期"
prop=
"laborcdat"
>
<c-date-picker
style=
"width: 100%"
v-model=
"model.laborcdat"
placeholder=
"请输入日期"
>
</c-date-picker>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"24"
>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"objinr"
prop=
"objinr"
>
<el-form-item
label=
"objinr"
prop=
"objinr"
>
<c-input
<c-input
...
...
src/views/Statics/Infgtx/index.vue
View file @
e1a87c16
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<c-page
title=
"
客户信息
查询"
>
<c-page
title=
"
保函文本
查询"
>
<el-form
<el-form
:model=
"model"
:model=
"model"
ref=
"modelForm"
ref=
"modelForm"
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
>
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
>
<!--PD000039 -->
<!--PD000039 -->
<el-tab-pane
label=
"
客户
查询"
name=
"infsea"
>
<el-tab-pane
label=
"
保函文本
查询"
name=
"infsea"
>
<c-content>
<c-content>
<m-infsea
:model=
"model"
ref=
"infsea"
/>
<m-infsea
:model=
"model"
ref=
"infsea"
/>
</c-content>
</c-content>
...
...
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