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
aad4abde
Commit
aad4abde
authored
Aug 15, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtdck/brtudp/letopn/letnot/letdrw/letame弹出文本框回填
parent
e2d58630
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
263 additions
and
126 deletions
+263
-126
Pattern.js
src/model/Brtdck/Pattern.js
+3
-3
Pattern.js
src/model/Brtudp/Pattern.js
+4
-4
Docpre.vue
src/views/Business/Brtdck/Docpre.vue
+12
-3
index.vue
src/views/Business/Brtdck/index.vue
+94
-69
Conp.vue
src/views/Business/Brtudp/Conp.vue
+4
-2
Docpre.vue
src/views/Business/Brtudp/Docpre.vue
+22
-8
Payp.vue
src/views/Business/Brtudp/Payp.vue
+3
-1
index.vue
src/views/Business/Brtudp/index.vue
+7
-0
Detp.vue
src/views/Business/Letame/Detp.vue
+7
-3
Revp.vue
src/views/Business/Letame/Revp.vue
+2
-1
index.vue
src/views/Business/Letame/index.vue
+7
-0
Detp.vue
src/views/Business/Letdrw/Detp.vue
+7
-4
Dscins.vue
src/views/Business/Letdrw/Dscins.vue
+21
-5
Adcp.vue
src/views/Business/Letnot/Adcp.vue
+4
-2
Detp.vue
src/views/Business/Letnot/Detp.vue
+7
-3
Dogp.vue
src/views/Business/Letnot/Dogp.vue
+2
-1
Dorp.vue
src/views/Business/Letnot/Dorp.vue
+2
-1
Spcbenp.vue
src/views/Business/Letnot/Spcbenp.vue
+3
-2
Spcrcvp.vue
src/views/Business/Letnot/Spcrcvp.vue
+3
-2
index.vue
src/views/Business/Letnot/index.vue
+7
-0
Detp.vue
src/views/Business/Letopn/Detp.vue
+7
-3
index.vue
src/views/Business/Letopn/index.vue
+35
-9
No files found.
src/model/Brtdck/Pattern.js
View file @
aad4abde
...
...
@@ -216,7 +216,7 @@ export default {
"brdgrp.blk.docdis"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
3500
,
message
:
"长度不能超过3500"
}
],
...
...
@@ -228,7 +228,7 @@ export default {
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"brdgrp.blk.comcon"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
1950
,
message
:
"长度不能超过1950"
}
],
...
...
@@ -236,7 +236,7 @@ export default {
"brdgrp.blk.setinsbr"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
390
,
message
:
"长度不能超过390"
}
],
...
...
src/model/Brtudp/Pattern.js
View file @
aad4abde
...
...
@@ -190,7 +190,7 @@ export default {
"brdgrp.blk.docdis"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
3500
,
message
:
"长度不能超过3500"
}
],
...
...
@@ -202,7 +202,7 @@ export default {
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"brdgrp.blk.comcon"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
...
...
@@ -210,8 +210,8 @@ export default {
"brdgrp.blk.setinsbr"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
390
,
message
:
"长度不能超过390
"
}
],
...
...
src/views/Business/Brtdck/Docpre.vue
View file @
aad4abde
...
...
@@ -13,7 +13,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"3"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDocdisButtxmsel"
<!-- @click="onDocdisButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('brtp.docdis.buttxmsel', null, null,
{TXT: 'brdgrp.blk.docdis'}, {TXT: false},'doxpDialog')"
:disabled="!docdisflg">
...
</c-button>
...
...
@@ -31,7 +33,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"3"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onSetinstxmButtxmsel
"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog('brtp.setinstxm.buttxmsel', null, null,
{TXT: 'brdgrp.blk.setinsbr'}, {TXT: false},'doxpDialog')
">
...
</c-button>
</c-col>
...
...
@@ -122,7 +124,7 @@
<c-checkbox
v-model=
"model.brdgrp.rec.igndisflg"
>
Ignore Discrepancies
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"docdisflg"
>
discrepancies modified
</c-checkbox>
<c-checkbox
v-model=
"docdisflg"
@
change=
"docdisDefault"
>
discrepancies modified
</c-checkbox>
<!-- <c-checkbox v-model="model.brdgrp.blk.docdisflg">discrepancies modified</c-checkbox> -->
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -243,6 +245,13 @@ export default {
},
methods
:
{
...
Event
,
async
docdisDefault
(){
this
.
executeDefault
(
"brdgrp.blk.docdis"
).
then
(
res
=>
{
//TODO 处理数据逻辑
if
(
res
.
respCode
==
SUCCESS
)
this
.
updateModel
(
res
.
data
);
})
},
// addTableValue(index) {
// var newTableValue = Object.assign({}, this.newValue);
// const serial=Utils.generateUUID();
...
...
src/views/Business/Brtdck/index.vue
View file @
aad4abde
<
template
>
<div
class=
"eContainer"
>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
j加操作按钮-->
<c-function-btn
:handleSubmit=
"handleSubmit"
...
...
@@ -19,70 +18,104 @@
<el-button
size=
"small"
>
His.img
</el-button>
</c-function-btn>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--brtdck PD000046 Documents Received 标签页-->
<el-tab-pane
label=
"Documents received"
name=
"brtdckp"
>
<!--在页面上添加滚动条,使用 c-content 组件,有个height属性,默认是250,height:指的是页面document的高度与自身dom元素高度的差值。-->
<c-content>
<m-brtdckp
:model=
"model"
:codes=
"codes"
/>
<m-brtdckp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--brtp PD000062 Discr./Instr. -->
<el-tab-pane
label=
"Discr./Instr."
name=
"docpre"
v-if=
"model.brdgrp.rec.dscinsflg"
>
<el-tab-pane
label=
"Discr./Instr."
name=
"docpre"
v-if=
"model.brdgrp.rec.dscinsflg"
>
<c-content>
<m-docpre
:model=
"model"
:codes=
"codes"
/>
<m-docpre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--brtp PD000079 Shipping Details -->
<el-tab-pane
label=
"Shipping Details"
name=
"shpdet"
v-if=
"model.brdgrp.rec.dscinsflg"
>
<el-tab-pane
label=
"Shipping Details"
name=
"shpdet"
v-if=
"model.brdgrp.rec.dscinsflg"
>
<c-content>
<m-shpdet
:model=
"model"
:codes=
"codes"
/>
<m-shpdet
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--liaall PD000027 Liability -->
<el-tab-pane
label=
"Liability"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--setmod PD000000 Settlement -->
<el-tab-pane
label=
"Settlement"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--coninf PD000000 Completion -->
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--trndoc PD000529 &Messages -->
<el-tab-pane
label=
"Messages"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--trndoc PD000546 Attachments -->
<el-tab-pane
label=
"Attachments"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--limmod PD000001 统一授信 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Brtdck
from
"~/model/Brtdck"
import
commonProcess
from
"~/mixin/commonProcess"
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Brtdck/Check"
import
Default
from
"~/model/Brtdck/Default"
import
Pattern
from
"~/model/Brtdck/Pattern"
import
Brtdckp
from
"./Brtdckp"
import
Docpre
from
"./Docpre"
import
Shpdet
from
"./Shpdet"
import
Api
from
'~/service/Api'
import
CodeTable
from
'~/config/CodeTable'
import
Brtdck
from
'~/model/Brtdck'
import
commonProcess
from
'~/mixin/commonProcess'
import
commonFuncs
from
'~/mixin/commonFuncs'
import
Check
from
'~/model/Brtdck/Check'
import
Default
from
'~/model/Brtdck/Default'
import
Pattern
from
'~/model/Brtdck/Pattern'
import
Brtdckp
from
'./Brtdckp'
import
Docpre
from
'./Docpre'
import
Shpdet
from
'./Shpdet'
// import Engp from "./Engp"
// import Setpan from "./Setpan"
// import Coninfp from "./Coninfp"
...
...
@@ -90,76 +123,68 @@ import Shpdet from "./Shpdet"
// import Doctre from "./Doctre"
// import Limitbody from "./Limitbody"
import
Engp
from
"~/views/Public/Engp"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
"~/views/Public/Doctre"
;
import
Limitbody
from
"~/views/Public/Limitbody"
;
import
Engp
from
'~/views/Public/Engp'
import
Setpan
from
'~/views/Public/Setpan'
import
Coninfp
from
'~/views/Public/Coninfp'
import
Docpan
from
'~/views/Public/Docpan'
import
Doctre
from
'~/views/Public/Doctre'
import
Limitbody
from
'~/views/Public/Limitbody'
export
default
{
name
:
"Brtdck"
,
components
:{
"m-brtdckp"
:
Brtdckp
,
"m-docpre"
:
Docpre
,
"m-shpdet"
:
Shpdet
,
"m-engp"
:
Engp
,
"m-setpan"
:
Setpan
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
name
:
'Brtdck'
,
components
:
{
'm-brtdckp'
:
Brtdckp
,
'm-docpre'
:
Docpre
,
'm-shpdet'
:
Shpdet
,
'm-engp'
:
Engp
,
'm-setpan'
:
Setpan
,
'm-coninfp'
:
Coninfp
,
'm-docpan'
:
Docpan
,
'm-doctre'
:
Doctre
,
'm-limitbody'
:
Limitbody
,
},
provide
()
{
return
{
root
:
this
root
:
this
,
}
},
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"brtdckp"
,
trnName
:
"brtdck"
,
trnType
:
""
,
tabVal
:
'brtdckp'
,
trnName
:
'brtdck'
,
trnType
:
''
,
model
:
new
Brtdck
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
...
CodeTable
,
},
}
},
methods
:
{
myTabClick
(
tab
)
{
methods
:
{
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
)
/**
* do it yourself
**/
}
},
created
:
async
function
(){
console
.
log
(
"进入brtdck交易"
);
},
created
:
async
function
()
{
console
.
log
(
'进入brtdck交易'
)
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
)
//TODO 处理数据逻辑
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
restoreDisplay
()
}
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
})
}
},
}
</
script
>
<
style
>
</
style
>
<
style
></
style
>
src/views/Business/Brtudp/Conp.vue
View file @
aad4abde
...
...
@@ -248,11 +248,12 @@
placeholder=
"请输入债权人总部所在国家(地区)代码"
></c-input>
<template
slot=
"footer"
>
<!-- @click="onCouselCrehqselbut" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onCouselCrehqselbut
"
@
click=
"
showGridPromptDialog('cfabrt.recp.pubp.cousel.crehqselbut', null, null,
{TXT: 'cfabrt.recgrp.bas.crehqcode'}, {TXT: false},'doxpDialog')
"
>
?
</c-button>
...
...
@@ -272,11 +273,12 @@
placeholder=
"请输入债权人经营地所在国家(地区)代码"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="onCouselOperselbut" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onCouselOperselbut
"
@
click=
"
showGridPromptDialog('cfabrt.recp.pubp.cousel.operselbut', null, null,
{TXT: 'cfabrt.recgrp.bas.opercode'}, {TXT: false},'doxpDialog')
"
>
?
</c-button>
...
...
src/views/Business/Brtudp/Docpre.vue
View file @
aad4abde
...
...
@@ -7,11 +7,12 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Discrepancies"
prop=
"brdgrp.blk.docdis"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.docdis"
maxlength=
"
5
0"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.docdis"
maxlength=
"
350
0"
show-word-limit
placeholder=
"请输入Discrepancies"
rows=
"5"
:disabled=
"!docdisflg"
></c-input>
<!-- @click="onDocdisButtxmsel" -->
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDocdisButtxmsel"
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('brtp.docdis.buttxmsel', null, null,
{TXT: 'brdgrp.blk.docdis'}, {TXT: false},'doxpDialog')"
:disabled="!docdisflg">
<!-- ... -->
</c-button>
...
...
@@ -22,7 +23,7 @@
<!-- Comments and Conclusion -->
<c-col
:span=
"24"
>
<el-form-item
label=
"Comments and Conclusions"
prop=
"brdgrp.blk.comcon"
>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.comcon"
maxlength=
"
65
"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.comcon"
maxlength=
"
1950
"
show-word-limit
placeholder=
"请输入Comments and Conclusions"
rows=
"5"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -31,10 +32,13 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Settlement Instructions BR"
prop=
"brdgrp.blk.setinsbr"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.setinsbr"
maxlength=
"
65
"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.setinsbr"
maxlength=
"
390
"
show-word-limit
placeholder=
"请输入Settlement Instructions BR"
rows=
"5"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSetinstxmButtxmsel"
>
<!-- @click="onSetinstxmButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('brtp.setinstxm.buttxmsel', null, null,
{TXT: 'brdgrp.blk.setinsbr'}, {TXT: false},'doxpDialog')"
>
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -60,7 +64,9 @@
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"docdisflg"
>
discrepancies modified
</c-checkbox>
<c-checkbox
v-model=
"docdisflg"
@
change=
"docdisDefault"
>
discrepancies modified
</c-checkbox>
<!-- <c-checkbox v-model="model.brdgrp.blk.docdisflg">discrepancies modified</c-checkbox> -->
</c-col>
...
...
@@ -136,7 +142,14 @@ export default {
return
{
};
},
methods
:
{
...
Event
methods
:
{
...
Event
,
async
docdisDefault
(){
this
.
executeDefault
(
"brdgrp.blk.docdis"
).
then
(
res
=>
{
//TODO 处理数据逻辑
if
(
res
.
respCode
==
SUCCESS
)
this
.
updateModel
(
res
.
data
);
})
},
},
created
:
function
()
{
},
computed
:
{
...
...
@@ -149,6 +162,7 @@ export default {
}
},
},
};
</
script
>
<
style
>
...
...
src/views/Business/Brtudp/Payp.vue
View file @
aad4abde
...
...
@@ -221,7 +221,9 @@
placeholder=
"请输入TAG72"
:disabled=
"model.sftmt==''? true : false"
:rows=
"4"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onAcctagButtxmsel"
<!-- @click="onAcctagButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('brtp.acctag.buttxmsel', null, null,
{TXT: 'brdgrp.tag72add'}, {TXT: false},'doxpDialog')"
:disabled="model.sftmt==''? true : false">
...
</c-button>
...
...
src/views/Business/Brtudp/index.vue
View file @
aad4abde
...
...
@@ -144,6 +144,13 @@
:promptData=
"promptData"
@
select-ety=
"selectEty"
></c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Letame/Detp.vue
View file @
aad4abde
...
...
@@ -103,11 +103,12 @@
:disabled=
"blkDftatFlag"
></c-input>
<template
slot=
"footer"
>
<!-- @click="onLcrdftatButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onLcrdftatButtxmsel
"
@
click=
"
showGridPromptDialog('letp.lcrdftat.buttxmsel', null, null,
{TXT: 'ledgrp.blk.dftat'}, {TXT: false},'doxpDialog')
"
:disabled="blkDftatFlag"
>
...
...
...
@@ -280,11 +281,13 @@
placeholder=
"请输入Days of presentation period"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="onPreperButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
@
click=
"showGridPromptDialog('letp.preper.buttxmsel', null, null,
{TXT: 'ledgrp.rec.prepers18'}, {TXT: false},'doxpDialog')"
disabled
>
...
</c-button>
...
...
@@ -317,11 +320,12 @@
placeholder=
"请输入附加收费详情"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="onChariaButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onChariaButtxmsel
"
@
click=
"
showGridPromptDialog('letp.charia.buttxmsel', null, null,
{TXT: 'ledgrp.blk.feetxt'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
src/views/Business/Letame/Revp.vue
View file @
aad4abde
...
...
@@ -77,11 +77,12 @@
placeholder=
"请输入Revolving Clause"
></c-input>
<template
slot=
"footer"
>
<!-- @click="onRevclauseButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onRevclauseButtxmsel
"
@
click=
"
showGridPromptDialog('letp.revclause.buttxmsel', null, null,
{TXT: 'ledgrp.blk.revcls'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
src/views/Business/Letame/index.vue
View file @
aad4abde
...
...
@@ -231,6 +231,13 @@
@
select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Letdrw/Detp.vue
View file @
aad4abde
...
...
@@ -104,11 +104,12 @@
:disabled=
"blkDftatFlag"
></c-input>
<template
slot=
"footer"
>
<!-- @click="onLcrdftatButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onLcrdftatButtxmsel
"
@
click=
"
showGridPromptDialog('letp.lcrdftat.buttxmsel', null, null,
{TXT: 'ledgrp.blk.dftat'}, {TXT: false},'doxpDialog')
"
:disabled="blkDftatFlag"
>
...
...
...
@@ -276,12 +277,13 @@
placeholder=
"请输入Days of presentation period"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="onPreperButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onPreperButtxmsel
"
>
@
click=
"
showGridPromptDialog('letp.preper.buttxmsel', null, null,
{TXT: 'ledgrp.rec.prepers18'}, {TXT: false},'doxpDialog')
"
disabled
>
...
</c-button>
</
template
>
...
...
@@ -312,11 +314,12 @@
placeholder=
"请输入附加收费详情"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="onChariaButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onChariaButtxmsel
"
@
click=
"
showGridPromptDialog('letp.charia.buttxmsel', null, null,
{TXT: 'ledgrp.blk.feetxt'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
src/views/Business/Letdrw/Dscins.vue
View file @
aad4abde
...
...
@@ -17,11 +17,12 @@
</el-form-item>
</c-col>
<c-col
:span=
"3"
>
<!-- @click="onDocdisButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onDocdisButtxmsel
"
@
click=
"
showGridPromptDialog('betp.docdis.buttxmsel', null, null,
{TXT: 'bedgrp.blk.docdis'}, {TXT: false},'doxpDialog')
"
:disabled="model.bedgrp.blk.docdisflg==''"
>
...
...
...
@@ -43,11 +44,12 @@
</el-form-item>
</c-col>
<c-col
:span=
"3"
>
<!-- @click="onIntdisButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onIntdisButtxmsel
"
@
click=
"
showGridPromptDialog('betp.intdis.buttxmsel', null, null,
{TXT: 'bedgrp.blk.intdis'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
@@ -68,11 +70,12 @@
</el-form-item>
</c-col>
<c-col
:span=
"3"
>
<!-- @click="onComconButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onComconButtxmsel
"
@
click=
"
showGridPromptDialog('betp.comcon.buttxmsel', null, null,
{TXT: 'bedgrp.blk.comcon'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
@@ -96,11 +99,12 @@
</el-form-item>
</c-col>
<c-col
:span=
"3"
>
<!-- @click="onSetinstxmButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onSetinstxmButtxmsel
"
@
click=
"
showGridPromptDialog('betp.setinstxm.buttxmsel', null, null,
{TXT: 'bedgrp.blk.setinsbe'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
@@ -160,6 +164,16 @@
<!-- Referance -->
<c-col
:span=
"24"
>
<el-form-item
label=
"Referance"
prop=
"bedgrp.oth.pts.ref"
>
<c-input
v-model=
"model.bedgrp.oth.pts.ref"
maxlength=
"16"
placeholder=
"请输入参考号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"
{
...
...
@@ -167,9 +181,11 @@
grp: 'bedgrp',
rol: 'oth',
}"
:noRef="true"
:isAdrblk="false"
:haveAdrLabel="false"
@onSeainf="onSeainf"
@onAplpDet="onOthpDet"
:disabledRef="true"
:disabledExtkey="true"
:disabled="true"
>
...
...
src/views/Business/Letnot/Adcp.vue
View file @
aad4abde
...
...
@@ -15,11 +15,12 @@
</c-col>
<c-col
:span=
"2"
>
<!-- @click="onAdlcndButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onAdlcndButtxmsel
"
@
click=
"
showGridPromptDialog('letp.adlcnd.buttxmsel', null, null,
{TXT: 'ledgrp.blk.adlcnd'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
@@ -57,11 +58,12 @@
</c-col>
<c-col
:span=
"2"
>
<!-- @click="onInsbnkButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onInsbnkButtxmsel
"
@
click=
"
showGridPromptDialog('letp.insbnk.buttxmsel', null, null,
{TXT: 'ledgrp.blk.insbnk'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
src/views/Business/Letnot/Detp.vue
View file @
aad4abde
...
...
@@ -104,11 +104,12 @@
:disabled=
"blkDftatFlag"
></c-input>
<template
slot=
"footer"
>
<!-- @click="onLcrdftatButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onLcrdftatButtxmsel
"
@
click=
"
showGridPromptDialog('letp.lcrdftat.buttxmsel', null, null,
{TXT: 'ledgrp.blk.dftat'}, {TXT: false},'doxpDialog')
"
:disabled="blkDftatFlag"
>
...
...
...
@@ -276,11 +277,13 @@
placeholder=
"请输入Days of presentation period"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="onPreperButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
@
click=
"showGridPromptDialog('letp.preper.buttxmsel', null, null,
{TXT: 'ledgrp.rec.prepers18'}, {TXT: false},'doxpDialog')"
disabled
>
...
</c-button>
...
...
@@ -312,11 +315,12 @@
placeholder=
"请输入附加收费详情"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="onChariaButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onChariaButtxmsel
"
@
click=
"
showGridPromptDialog('letp.charia.buttxmsel', null, null,
{TXT: 'ledgrp.blk.feetxt'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
src/views/Business/Letnot/Dogp.vue
View file @
aad4abde
...
...
@@ -15,11 +15,12 @@
</c-col>
<c-col
:span=
"2"
>
<!-- @click="onLcrgodButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onLcrgodButtxmsel
"
@
click=
"
showGridPromptDialog('letp.lcrgod.buttxmsel', null, null,
{TXT: 'ledgrp.blk.lcrgod'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
src/views/Business/Letnot/Dorp.vue
View file @
aad4abde
...
...
@@ -15,11 +15,12 @@
</c-col>
<c-col
:span=
"2"
>
<!-- @click="onLcrdocButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onLcrdocButtxmsel
"
@
click=
"
showGridPromptDialog('letp.lcrdoc.buttxmsel', null, null,
{TXT: 'ledgrp.blk.lcrdoc'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
src/views/Business/Letnot/Spcbenp.vue
View file @
aad4abde
...
...
@@ -15,11 +15,12 @@
</c-col>
<c-col
:span=
"2"
>
<!-- @click="onSpcbenButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onSpcbenButtxmsel
"
@
click=
"
showGridPromptDialog('letp.spcben.buttxmsel', null, null,
{TXT: 'ledgrp.blk.spcben'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
@@ -39,7 +40,7 @@ export default {
data
()
{
return
{}
},
methods
:
{
...
Event
,
onSpcbenButtxmsel
()
{}
},
methods
:
{
...
Event
},
created
:
function
()
{},
}
</
script
>
...
...
src/views/Business/Letnot/Spcrcvp.vue
View file @
aad4abde
...
...
@@ -14,11 +14,12 @@
</c-col>
<c-col
:span=
"2"
>
<!-- @click="onSpcrcbButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onSpcrcbButtxmsel
"
@
click=
"
showGridPromptDialog('letp.spcrcb.buttxmsel', null, null,
{TXT: 'ledgrp.blk.spcrcb'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
@@ -38,7 +39,7 @@ export default {
data
()
{
return
{}
},
methods
:
{
...
Event
,
onSpcrcbButtxmsel
()
{}
},
methods
:
{
...
Event
},
created
:
function
()
{},
}
</
script
>
...
...
src/views/Business/Letnot/index.vue
View file @
aad4abde
...
...
@@ -142,6 +142,13 @@
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
></c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</c-page>
</
template
>
...
...
src/views/Business/Letopn/Detp.vue
View file @
aad4abde
...
...
@@ -102,11 +102,12 @@
:disabled=
"blkDftatFlag"
></c-input>
<template
slot=
"footer"
>
<!-- @click="onLcrdftatButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onLcrdftatButtxmsel
"
@
click=
"
showGridPromptDialog('letp.lcrdftat.buttxmsel', null, null,
{TXT: 'ledgrp.blk.dftat'}, {TXT: false},'doxpDialog')
"
:disabled="blkDftatFlag"
>
...
...
...
@@ -275,11 +276,13 @@
placeholder=
"请输入Days of presentation period"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="onPreperButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
@
click=
"showGridPromptDialog('letp.preper.buttxmsel', null, null,
{TXT: 'ledgrp.rec.prepers18'}, {TXT: false},'doxpDialog')"
disabled
>
...
</c-button>
...
...
@@ -311,11 +314,12 @@
placeholder=
"请输入附加收费详情"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="onChariaButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onChariaButtxmsel
"
@
click=
"
showGridPromptDialog('letp.charia.buttxmsel', null, null,
{TXT: 'ledgrp.blk.feetxt'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
src/views/Business/Letopn/index.vue
View file @
aad4abde
...
...
@@ -7,13 +7,16 @@
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
<el-button
size=
"small"
>
保存模板
</el-button>
<el-button
size=
"small"
>
使用模板
</el-button>
<el-button
size=
"small"
>
制裁信息
</el-button>
<el-button
size=
"small"
>
拆分报文
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
<el-button
size=
"small"
>
查询
</el-button>
<el-button
size=
"small"
>
用户确认
</el-button>
<el-button
size=
"small"
>
检核
</el-button>
<el-button
size=
"small"
>
日志
</el-button>
<!--
<el-button
size=
"small"
>
保存模板
</el-button>
-->
<!--
<el-button
size=
"small"
>
使用模板
</el-button>
-->
<el-button
size=
"small"
>
imgyge
</el-button>
<!--
<el-button
size=
"small"
>
拆分报文
</el-button>
-->
<el-button
size=
"small"
>
img
</el-button>
<el-button
size=
"small"
>
His.img
</el-button>
</c-function-btn>
<el-form
:model=
"model"
...
...
@@ -43,7 +46,9 @@
label=
"附加金额"
name=
"aamp"
>
<c-content>
<m-aamp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000063 -->
...
...
@@ -62,29 +67,38 @@
<!--PD000055 -->
<el-tab-pane
label=
"货物描述"
name=
"dogp"
>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dogp'"
:rec=
"'led'"
/>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dogp'"
:rec=
"'led'"
/>
</c-content>
</el-tab-pane>
<!--PD000057 -->
<el-tab-pane
label=
"单据要求"
name=
"dorp"
>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dorp'"
:rec=
"'led'"
/>
</c-content>
</el-tab-pane>
<!--PD000059 -->
<el-tab-pane
label=
"附加条款"
name=
"adcp"
>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'adcp'"
:rec=
"'led'"
/>
</c-content>
</el-tab-pane>
<!--PD000317 -->
<el-tab-pane
label=
"循环信用详情"
name=
"revp"
v-if=
"model.ledgrp.rec.revflg=='X'"
>
<c-content>
<m-revp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"表外"
name=
"engp"
>
<c-content>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
...
...
@@ -96,22 +110,30 @@
<!--PD000000 -->
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<c-content>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"报文及面函"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"附件"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"分录信息"
name=
"glepan"
>
<c-content>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000394 -->
...
...
@@ -120,12 +142,14 @@
label=
"受益人特殊付款条款"
name=
"spcbenp"
>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'spcbenp'"
:rec=
"'led'"
/>
</c-content>
</el-tab-pane>
<!--PD000394 -->
...
...
@@ -139,12 +163,14 @@
label=
"收款银行特殊付款条款"
name=
"spcrcvp"
>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'spcrcvp'"
:rec=
"'led'"
/>
</c-content>
</el-tab-pane>
<!--PD000422 -->
<!--
<el-tab-pane
label=
"PD000422"
name=
"spcrcvp"
>
...
...
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