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
zhouqian
vue-gjjs
Commits
35700f24
Commit
35700f24
authored
Oct 24, 2022
by
xiameng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betset 申报信息微调
letrsv 页面微调,按钮位置
parent
9f6039e3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
43 additions
and
40 deletions
+43
-40
Cnyp.vue
src/views/Business/Betset/Cnyp.vue
+2
-2
Aamp.vue
src/views/Business/Letrsv/Aamp.vue
+8
-8
Detp.vue
src/views/Business/Letrsv/Detp.vue
+3
-3
Ovwp1.vue
src/views/Business/Letrsv/Ovwp1.vue
+18
-20
Ptyp.vue
src/views/Business/Letrsv/Ptyp.vue
+1
-1
index.vue
src/views/Business/Letrsv/index.vue
+11
-6
No files found.
src/views/Business/Betset/Cnyp.vue
View file @
35700f24
...
...
@@ -29,7 +29,7 @@
import
Event
from
"~/model/Brtset/Event"
;
import
Wg
from
"./Wg"
;
import
Cnyp1
from
"./Cnyp1"
;
//import Cfactlp from "./Cfactl
p";
import
Incp
from
"./Inc
p"
;
export
default
{
...
...
@@ -37,7 +37,7 @@
components
:
{
"m-wg"
:
Wg
,
"m-cnyp1"
:
Cnyp1
,
// "m-cfactlp": Cfactl
p,
"m-incp"
:
Inc
p
,
},
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
...
...
src/views/Business/Letrsv/Aamp.vue
View file @
35700f24
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<c-col
:span=
"11"
>
<c-col
:span=
"2
4
"
>
<c-col
:span=
"1
2
"
>
<c-col
:span=
"2
0
"
>
<c-col
:span=
"1
0
"
>
<el-form-item
label=
"附加金额"
prop=
"ledgrp.cbs.max2.cur"
>
<c-select
v-model=
"model.ledgrp.cbs.max2.cur"
...
...
@@ -28,10 +28,10 @@
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"1
2
"
>
<c-col
:span=
"1
0
"
>
<el-form-item
label=
"Open Add. Amount"
prop=
"ledgrp.cbs.opn2.cur"
>
<c-select
v-model=
"model.ledgrp.cbs.opn2.cur"
...
...
@@ -54,7 +54,7 @@
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Covered"
prop=
"ledgrp.blk.addamtcov"
>
<c-input
...
...
src/views/Business/Letrsv/Detp.vue
View file @
35700f24
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<c-row>
<!-- left -->
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px;
"
>
<!-- Available with -->
<c-col
:span=
"24"
>
<el-form-item
label=
"可用银行"
prop=
"ledgrp.rec.avbwth"
>
...
...
@@ -194,7 +194,7 @@
</c-col>
<!-- right -->
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2"
style=
"padding-left: 20px;
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"混合付款"
prop=
"ledgrp.blk.mixdet"
>
<c-input
...
...
src/views/Business/Letrsv/Ovwp1.vue
View file @
35700f24
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs"
>
<!-- 顶部 -->
<c-col
:span=
"24"
>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px;
"
>
<el-form-item
label=
"信用证编号"
prop=
"ledgrp.rec.ownref"
...
...
@@ -21,16 +21,10 @@
style=
"margin: 0 10px 0 0; padding: 0 12px"
size=
"small"
type=
"primary"
icon=
"el-icon-info"
@
click=
"onSeainf"
>
<span
style=
"
font-size: 15px;
font-family: '宋体';
font-weight: bold;
"
>
i
</span
>
</c-button>
<c-button
style=
"margin: 0 0"
...
...
@@ -50,7 +44,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2"
style=
"padding-left: 20px;
"
>
<el-form-item
label=
"简略信息"
prop=
"ledgrp.rec.nam"
>
<c-input
v-model=
"model.ledgrp.rec.nam"
...
...
@@ -63,7 +57,7 @@
</c-col>
<!-- left -->
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px;
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"信用证类型"
prop=
"ledgrp.rec.lcrtyp"
>
<c-select
...
...
@@ -373,7 +367,7 @@
</c-col>
<!-- right -->
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2"
style=
"padding-left: 20px;
"
>
<c-ptap
:model=
"model"
:argadr=
"{
...
...
@@ -413,22 +407,26 @@
>
</c-ptap>
<c-col
:span=
"12"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.ledgrp.rec.revflg"
>
循环信用证
</c-checkbox>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.ledgrp.rec.revflg"
class=
"checkbox-left"
style=
"margin: 0px 0 10px 120px"
>
循环信用证
</c-checkbox>
</c-col>
<!-- Authorization to Debit -->
<c-col
:span=
"12"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"dbtflg"
>
Authorization to Debit
</c-checkbox>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"dbtflg"
style=
"margin: 0px 0 10px 100px"
>
Authorization to Debit
</c-checkbox>
</c-col>
<c-col
:span=
"24"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"nonban"
>
非银行开证
</c-checkbox>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"nonban"
class=
"checkbox-left"
style=
"margin: 0px 0 10px 120px"
>
非银行开证
</c-checkbox>
</c-col>
<!-- Test Key Unconfirmity -->
<c-col
:span=
"
24"
class=
"centerLable marginLable
"
>
<c-checkbox
v-model=
"teskeyunc"
>
Test Key Unconfirmity
</c-checkbox>
<c-col
:span=
"
12
"
>
<c-checkbox
v-model=
"teskeyunc"
style=
"margin: 0px 0 10px 120px"
>
Test Key Unconfirmity
</c-checkbox>
</c-col>
</c-col>
</div>
...
...
src/views/Business/Letrsv/Ptyp.vue
View file @
35700f24
...
...
@@ -45,7 +45,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
style=
"margin-left:
15
0px"
>
<c-col
:span=
"24"
style=
"margin-left: 0px"
>
<c-checkbox
v-model=
"model.ledgrp.rec.aplbnkdirsnd"
>
直接发送
</c-checkbox
>
...
...
src/views/Business/Letrsv/index.vue
View file @
35700f24
...
...
@@ -102,11 +102,16 @@
<!--PD000000 -->
<el-tab-pane
label=
"备查/附言"
name=
"coninfp"
>
<c-content>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<c-content>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"附言"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</div>
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
...
...
@@ -237,7 +242,7 @@ export default {
...
CodeTable
,
},
attachments
:
false
,
activeNames
:
[
"engp"
],
activeNames
:
[
"engp"
,
"coninfp"
],
};
},
methods
:
{
...
...
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