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
1d8db505
Commit
1d8db505
authored
Nov 25, 2021
by
zhengxiaokui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn
parent
d4a887dd
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
107 additions
and
82 deletions
+107
-82
c-page.vue
src/components/c-page.vue
+3
-2
index.js
src/model/Letopn/index.js
+1
-0
index.vue
src/views/Business/Bdtudp/index.vue
+1
-1
Adcp.vue
src/views/Business/Letopn/Adcp.vue
+2
-2
Ovwp.vue
src/views/Business/Letopn/Ovwp.vue
+2
-3
Spcbenp.vue
src/views/Business/Letopn/Spcbenp.vue
+36
-30
Spcrcvp.vue
src/views/Business/Letopn/Spcrcvp.vue
+36
-30
index.vue
src/views/Business/Letopn/index.vue
+26
-14
No files found.
src/components/c-page.vue
View file @
1d8db505
<
template
>
<div
class=
"c-page-container"
>
<div
class=
"title"
>
<i
con
class=
"el-icon-location"
style=
"color: #409eff;"
></icon
>
<i
class=
"el-icon-location"
style=
"color: #409eff"
></i
>
<span>
{{
title
}}
</span>
</div>
<div
style=
"flex: 1; padding: 10px 20px; position: relative"
>
...
...
@@ -29,6 +29,6 @@ export default {
display
:
flex
;
flex-direction
:
column
;
/* overflow-x: hidden; */
overflow
:
hidden
;
overflow
:
hidden
;
}
</
style
>
\ No newline at end of file
src/model/Letopn/index.js
View file @
1d8db505
...
...
@@ -315,6 +315,7 @@ export default class Letopn {
seainf
:
""
,
// .trnmod.trndoc.rcvatt.seainf
},
filrecv
:
""
,
// File Receiver .trnmod.trndoc.filrecv
doceot
:
[],
},
},
liaall
:
{
...
...
src/views/Business/Bdtudp/index.vue
View file @
1d8db505
...
...
@@ -92,10 +92,10 @@ import Mt750p from "./Mt750p";
import
Othadvtypp
from
"./Othadvtypp"
;
import
Limitbody
from
"./Limitbody"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
...
...
src/views/Business/Letopn/Adcp.vue
View file @
1d8db505
...
...
@@ -27,14 +27,14 @@
<!-- Special payment conditions for beneficiary -->
<c-col
:span=
"24"
class=
"letopn_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcbenflg"
>
受益人
的特殊付款条件
</c-checkbox
>
受益人
特殊付款条款
</c-checkbox
>
</c-col>
<!-- Special payment conditions for receiving bank -->
<c-col
:span=
"24"
class=
"letopn_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcrcbflg"
>
收款银行
的特殊付款条件
</c-checkbox
收款银行
特殊付款条款
</c-checkbox
>
</c-col>
...
...
src/views/Business/Letopn/Ovwp.vue
View file @
1d8db505
...
...
@@ -88,10 +88,9 @@
></c-input>
</el-form-item>
</c-col>
<!-- Incoming Transfer -->
<c-col
:span=
"4"
class=
"centerLable"
>
<c-checkbox
v-model=
"model.ledgrp.rec.inctrf"
>
Incoming Transfer
</c-checkbox
>
<c-checkbox
v-model=
"model.ledgrp.rec.inctrf"
>
传入传输
</c-checkbox>
</c-col>
<!--
<c-col
:span=
"12"
>
...
...
src/views/Business/Letopn/Spcbenp.vue
View file @
1d8db505
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Special Payment Cond."
prop=
"ledgrp.blk.spcben"
>
<c-input
type=
"textarea"
v-model=
"model.ledgrp.blk.spcben"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Special Payment Cond."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSpcbenButtxmsel"
>
...
</c-button>
</c-col>
</div>
<c-col
:span=
"19"
>
<el-form-item
label=
"受益人特殊付款条款"
prop=
"ledgrp.blk.spcben"
>
<c-input
type=
"textarea"
:rows=
"20"
v-model=
"model.ledgrp.blk.spcben"
maxlength=
"65"
show-word-limit
placeholder=
"请输入受益人特殊付款条款"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
class=
"letopn_dogp_button"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSpcbenButtxmsel"
>
...
</c-button>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Letopn/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letopn/Event"
;
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
src/views/Business/Letopn/Spcrcvp.vue
View file @
1d8db505
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Special Payment Cond."
prop=
"ledgrp.blk.spcrcb"
>
<c-input
type=
"textarea"
v-model=
"model.ledgrp.blk.spcrcb"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Special Payment Cond."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSpcrcbButtxmsel"
>
...
</c-button>
</c-col>
</div>
<c-col
:span=
"19"
>
<el-form-item
label=
"收款银行特殊付款条款"
prop=
"ledgrp.blk.spcrcb"
>
<c-input
type=
"textarea"
:rows=
"20"
v-model=
"model.ledgrp.blk.spcrcb"
maxlength=
"65"
show-word-limit
placeholder=
"收款银行特殊付款条款"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
class=
"letopn_dogp_button"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSpcrcbButtxmsel"
>
...
</c-button>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Letopn/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letopn/Event"
;
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
src/views/Business/Letopn/index.vue
View file @
1d8db505
...
...
@@ -6,7 +6,7 @@
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"
20
0px"
label-width=
"
15
0px"
size=
"small"
:validate-on-rule-change=
"false"
>
...
...
@@ -62,42 +62,50 @@
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"
PD000000
"
name=
"coninfp"
>
<el-tab-pane
label=
"
附言
"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"
PD000529
"
name=
"docpan"
>
<el-tab-pane
label=
"
报文及面函
"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"
PD000546
"
name=
"doctre"
>
<el-tab-pane
label=
"
附件
"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"
PD000027
"
name=
"engp"
>
<el-tab-pane
label=
"
或有
"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000317 -->
<el-tab-pane
label=
"PD000317"
name=
"revp"
>
<
!--
<
el-tab-pane
label=
"PD000317"
name=
"revp"
>
<m-revp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000394 -->
<el-tab-pane
label=
"PD000394"
name=
"spcbenp"
>
<el-tab-pane
v-if=
"model.ledgrp.rec.spcbenflg"
label=
"受益人特殊付款条款"
name=
"spcbenp"
>
<m-spcbenp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000395 -->
<el-tab-pane
label=
"PD000395"
name=
"spcrcvp"
>
<el-tab-pane
v-if=
"model.ledgrp.rec.spcrcbflg"
label=
"收款银行特殊付款条款"
name=
"spcrcvp"
>
<m-spcrcvp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"
PD000001
"
name=
"glepan"
>
<el-tab-pane
label=
"
分录
"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
...
...
@@ -122,17 +130,21 @@ import Dogp from "./Dogp";
import
Dorp
from
"./Dorp"
;
import
Adcp
from
"./Adcp"
;
// import Setpan from "./Setpan";
import
Coninfp
from
"./Coninfp"
;
import
Docpan
from
"./Docpan"
;
// import Coninfp from "./Coninfp";
// import Docpan from "./Docpan";
// import Glepan from "./Glepan";
// import Engp from "./Engp";
import
Doctre
from
"./Doctre"
;
import
Engp
from
"./Engp"
;
import
Revp
from
"./Revp"
;
import
Aamp
from
"./Aamp"
;
import
Spcbenp
from
"./Spcbenp"
;
import
Spcrcvp
from
"./Spcrcvp"
;
import
Glepan
from
"./Glepan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Glepan
from
"~/views/Public/Glepan"
;
export
default
{
components
:
{
...
...
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