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
cc4e38a6
Commit
cc4e38a6
authored
Oct 31, 2022
by
tianxinyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改保函入口交易布局并默认日期为今日,进口保函赔付单选框布局问题
parent
b9d456f8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
73 additions
and
40 deletions
+73
-40
index.js
src/model/Infgid/index.js
+2
-2
Det756.vue
src/views/Business/Gitset/Det756.vue
+2
-2
Gitsetp.vue
src/views/Business/Gitset/Gitsetp.vue
+35
-21
Gitsetp1.vue
src/views/Business/Gitset/Gitsetp1.vue
+28
-10
Infsea.vue
src/views/Business/Infgid/Infsea.vue
+3
-4
index.vue
src/views/Business/Infgid/index.vue
+3
-1
No files found.
src/model/Infgid/index.js
View file @
cc4e38a6
...
...
@@ -14,8 +14,8 @@ export default class Infgid{
},
seapty
:
""
,
// Party Name/BIC .infcon.seapty
searol
:
""
,
// Role .infcon.searol
opndatfrom
:
""
,
// Opening between .infcon.opndatfrom
opndatto
:
""
,
// Open Date to .infcon.opndatto
opndatfrom
:
new
Date
()
,
// Opening between .infcon.opndatfrom
opndatto
:
new
Date
()
,
// Open Date to .infcon.opndatto
usr
:{
extkey
:
""
,
// User ID .infcon.usr.extkey
},
...
...
src/views/Business/Gitset/Det756.vue
View file @
cc4e38a6
...
...
@@ -111,7 +111,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收报行代理行
的
帐号"
label=
"收报行代理行帐号"
prop=
"setmod.setglg.sespay.rcvcoracc"
>
<c-input
...
...
@@ -211,7 +211,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人帐户行
的
账号"
label=
"受益人帐户行账号"
prop=
"setmod.setglg.sespay.beiacc"
>
<c-input
...
...
src/views/Business/Gitset/Gitsetp.vue
View file @
cc4e38a6
...
...
@@ -148,7 +148,6 @@
></c-input-currency>
</c-form-item>
</c-col>
<c-col
:span=
"5"
>
<c-checkbox
v-model=
"model.gctp.gcthdr"
...
...
@@ -398,32 +397,47 @@
></c-input-currency>
</c-form-item>
</c-col>
<c-col
:span=
"24"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.gcdgrp.rec.cannowflg"
disabled
<c-col
:span=
"12"
>
<c-col
:span=
"6"
:offset=
"9"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.gcdgrp.rec.cannowflg"
disabled
>
保函注销情况下的付款
</c-checkbox
>
</c-col>
</c-form-item>
</c-col>
</c-col>
<!-- :disabled="model.paypsb=='X'&&model.gcdgrp.rec.frepayflg==''" -->
<c-col
:span=
"12"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
checked
:disabled=
"flag2"
>
是否闭卷
</c-checkbox>
<c-col
:span=
"12"
>
<c-col
:span=
"6"
:offset=
"1"
>
<c-form-item
label-width=
"5px"
prop=
""
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
checked
:disabled=
"flag2"
>
是否闭卷
</c-checkbox>
</c-form-item>
</c-col>
<c-col
:span=
"12"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.gcdgrp.rec.frepayflg"
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"6"
:offset=
"9"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.gcdgrp.rec.frepayflg"
>
免费付款
</c-checkbox
>
</c-form-item>
</c-col>
</c-col>
<!-- :disabled="model.gcdgrp.rec.frepayflg=='X'" -->
<c-col
:span=
"12"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.paypsb"
:disabled=
"this.flag1"
>
未支付申请人
</c-checkbox
>
<c-col
:span=
"12"
>
<c-col
:span=
"6"
:offset=
"3"
>
<c-form-item
label-width=
"5px"
prop=
""
>
<c-checkbox
v-model=
"model.paypsb"
:disabled=
"this.flag1"
>
未支付申请人
</c-checkbox
>
</c-form-item>
</c-col>
</c-col>
<c-col
...
...
@@ -723,7 +737,7 @@ export default {
};
</
script
>
<
style
>
.marginLable
{
/**
.marginLable {
padding-left: 150px;
}
}
*/
</
style
>
src/views/Business/Gitset/Gitsetp1.vue
View file @
cc4e38a6
...
...
@@ -393,20 +393,32 @@
></c-input-currency>
</c-form-item>
</c-col>
<c-col
:span=
"24"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.gtisetp1"
disabled
<c-col
:span=
"24"
>
<c-col
:span=
"6"
:offset=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
>
<c-checkbox
v-model=
"model.gtisetp1"
disabled
>
保函注销情况下的付款
</c-checkbox
>
</c-form-item>
</c-col>
<c-col
:span=
"12"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"6"
:offset=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
>
是否闭卷
</c-checkbox>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.gcdgrp.rec.frepayflg"
<c-col
:span=
"24"
>
<c-col
:span=
"6"
:offset=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
>
<c-checkbox
v-model=
"model.gcdgrp.rec.frepayflg"
>
免费付款
</c-checkbox
>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 10px"
>
<el-form-item
...
...
@@ -439,9 +451,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"2"
:offset=
"19"
>
<c-checkbox
v-model=
"model.Gitsetp1"
disabled
style=
"margin-left: 15px"
>
创建 MT 732
</c-checkbox
>
<c-checkbox
v-model=
"model.Gitsetp1"
disabled
style=
"margin-left: 15px"
>
创建 MT 732
</c-checkbox
>
</c-col>
<c-col
:span=
"2"
:offset=
"19"
v-if=
"false"
>
<c-checkbox
v-model=
"model.Gitsetp1"
disabled
style=
"margin-left: 15px"
...
...
@@ -618,8 +630,14 @@ export default {
};
</
script
>
<
style
>
.marginLable
{
/**
.marginLable {
padding-left: 150px;
}*/
.margin-left
{
padding-left
:
95px
;
}
.right-checkbox
{
padding-left
:
6px
;
}
</
style
>
src/views/Business/Infgid/Infsea.vue
View file @
cc4e38a6
...
...
@@ -9,13 +9,12 @@
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
:inline=
"true"
label-position=
"left"
label-position=
"right"
label-width=
"110px"
size=
"small"
:model=
"model"
>
<
c
-row>
<
el
-row>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
...
...
@@ -75,7 +74,7 @@
</el-form-item>
</c-col>
</c-col>
</
c
-row>
</
el
-row>
<!-- 可控展示区 -->
<c-row
v-show=
"searchSlot.searchToggle"
>
...
...
src/views/Business/Infgid/index.vue
View file @
cc4e38a6
<
template
>
<div
class=
"eContainer-search"
>
<div
class=
"eContainer"
>
<c-page
title=
"保函入口交易"
>
<el-form
:model=
"model"
:rules=
"rules"
...
...
@@ -13,6 +14,7 @@
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
</c-content>
</el-form>
</c-page>
</div>
</
template
>
<
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