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
f6c1abef
Commit
f6c1abef
authored
Oct 19, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进口信用证汉化补充
parent
9421ce5e
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
1024 additions
and
2076 deletions
+1024
-2076
index.js
src/config/CodeTable/index.js
+3
-3
Utlp.vue
src/views/Business/Brtlat/Utlp.vue
+12
-12
index.vue
src/views/Business/Brtlat/index.vue
+194
-226
Aamp.vue
src/views/Business/Litame/Aamp.vue
+75
-89
Adcpame.vue
src/views/Business/Litame/Adcpame.vue
+5
-40
Amep.vue
src/views/Business/Litame/Amep.vue
+16
-72
Detp.vue
src/views/Business/Litame/Detp.vue
+428
-385
Dogpame.vue
src/views/Business/Litame/Dogpame.vue
+4
-4
Dorpame.vue
src/views/Business/Litame/Dorpame.vue
+5
-40
Narp.vue
src/views/Business/Litame/Narp.vue
+2
-22
Ovwp1.vue
src/views/Business/Litame/Ovwp1.vue
+5
-5
Spbpame.vue
src/views/Business/Litame/Spbpame.vue
+7
-87
Sprpame.vue
src/views/Business/Litame/Sprpame.vue
+6
-68
index.vue
src/views/Business/Litame/index.vue
+0
-126
Davp.vue
src/views/Business/Litdav/Davp.vue
+13
-19
Mt750p.vue
src/views/Business/Litdav/Mt750p.vue
+1
-1
Othadvtypp.vue
src/views/Business/Litdav/Othadvtypp.vue
+132
-114
Docpre.vue
src/views/Business/Litdck/Docpre.vue
+0
-12
Litdckp.vue
src/views/Business/Litdck/Litdckp.vue
+22
-73
index.vue
src/views/Business/Litdck/index.vue
+0
-48
Detp.vue
src/views/Business/Litopn/Detp.vue
+7
-141
Ovwp1.vue
src/views/Business/Litopn/Ovwp1.vue
+6
-128
Ptyp.vue
src/views/Business/Litopn/Ptyp.vue
+7
-157
Spcbenp.vue
src/views/Business/Litopn/Spcbenp.vue
+35
-29
Spcrcvp.vue
src/views/Business/Litopn/Spcrcvp.vue
+38
-30
index.vue
src/views/Business/Litopn/index.vue
+1
-145
No files found.
src/config/CodeTable/index.js
View file @
f6c1abef
...
...
@@ -1962,9 +1962,9 @@ const CodeTable = {
{
label
:
"已确认金额"
,
value
:
"A"
},
],
cnfins
:
[
{
label
:
"
WITHOUT
"
,
value
:
"W"
},
{
label
:
"
CONFIRM
"
,
value
:
"C"
},
{
label
:
"
MAY ADD
"
,
value
:
"A"
},
{
label
:
"
无
"
,
value
:
"W"
},
{
label
:
"
确认
"
,
value
:
"C"
},
{
label
:
"
可添加
"
,
value
:
"A"
},
],
cnfsta
:
[
{
label
:
"否"
,
value
:
""
},
...
...
src/views/Business/Brtlat/Utlp.vue
View file @
f6c1abef
...
...
@@ -39,7 +39,7 @@
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"brdgrp.cbs.opn1.amt"
label-width=
"5px"
>
<c-input
v-model=
"model.brdgrp.cbs.opn1.amt"
placeholder=
"请输入
Balance
"
disabled
></c-input>
<c-input
v-model=
"model.brdgrp.cbs.opn1.amt"
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -52,7 +52,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"通知到单日期"
prop=
"brdgrp.rec.advdat"
>
<c-date-picker
type=
"date"
v-model=
"model.brdgrp.rec.advdat"
style=
"width:100%"
placeholder=
"请选择
Date of Advice of Payment
"
disabled
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.brdgrp.rec.advdat"
style=
"width:100%"
placeholder=
"请选择
通知到单日期
"
disabled
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -60,12 +60,12 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"远期单据到期日"
prop=
"brdgrp.rec.matdat"
>
<c-date-picker
type=
"date"
v-model=
"model.brdgrp.rec.matdat"
style=
"width:100%"
placeholder=
"请选择
Maturity Date
"
disabled
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.brdgrp.rec.matdat"
style=
"width:100%"
placeholder=
"请选择
远期单据到期日
"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"开始日期"
prop=
"brdgrp.rec.stadat"
>
<c-date-picker
type=
"date"
v-model=
"model.brdgrp.rec.stadat"
style=
"width:100%"
placeholder=
"请选择
远期单据到期日
"
disabled
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.brdgrp.rec.stadat"
style=
"width:100%"
placeholder=
"请选择
开始日期
"
disabled
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -78,7 +78,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"期限(天)"
prop=
"brdgrp.rec.tenmaxday"
>
<c-input
v-model=
"model.brdgrp.rec.tenmaxday"
placeholder=
"请输入
Tenor day
"
disabled
></c-input>
<c-input
v-model=
"model.brdgrp.rec.tenmaxday"
placeholder=
"请输入
期限(天)
"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -91,7 +91,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"提交单据"
prop=
"brdgrp.blk.prsdoc"
>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.prsdoc"
maxlength=
"65"
show-word-limit
placeholder=
"请输入
内容
"
:rows=
"5"
disabled
></c-input>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.prsdoc"
maxlength=
"65"
show-word-limit
placeholder=
"请输入"
:rows=
"5"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -101,7 +101,7 @@
<c-col
:span=
"12"
class=
"col-right"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"到期日"
prop=
"lidgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.lidgrp.rec.expdat"
style=
"width:100%"
placeholder=
"请选择
日期
"
disabled
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.lidgrp.rec.expdat"
style=
"width:100%"
placeholder=
"请选择
到期日
"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -112,13 +112,13 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"lidgrp.cbs.opn1.amt"
label-width=
"5px"
>
<c-input
v-model=
"model.lidgrp.cbs.opn1.amt"
placeholder=
"请输入
Balance
"
disabled
></c-input>
<c-input
v-model=
"model.lidgrp.cbs.opn1.amt"
placeholder=
"请输入
信用证余额
"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"单据简略信息"
prop=
"brdgrp.rec.nam"
>
<c-input
v-model=
"model.brdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入
Name of Bill Contract
"
disabled
></c-input>
<c-input
v-model=
"model.brdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入
单据简略信息
"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -129,7 +129,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"brdgrp.apl.pts.nam"
label-width=
"5px"
>
<c-input
v-model=
"model.brdgrp.apl.pts.nam"
maxlength=
"40"
placeholder=
"请输入
Name of Party
"
disabled
></c-input>
<c-input
v-model=
"model.brdgrp.apl.pts.nam"
maxlength=
"40"
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -142,7 +142,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"brdgrp.ben.pts.nam"
label-width=
"5px"
>
<c-input
v-model=
"model.brdgrp.ben.pts.nam"
maxlength=
"40"
placeholder=
"请输入
Name of Party
"
disabled
></c-input>
<c-input
v-model=
"model.brdgrp.ben.pts.nam"
maxlength=
"40"
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -155,7 +155,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"brdgrp.prb.pts.nam"
label-width=
"5px"
>
<c-input
v-model=
"model.brdgrp.prb.pts.nam"
maxlength=
"40"
placeholder=
"请输入
Name of Party
"
disabled
></c-input>
<c-input
v-model=
"model.brdgrp.prb.pts.nam"
maxlength=
"40"
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Brtlat/index.vue
View file @
f6c1abef
<
template
>
<div
class=
"eContainer"
>
<c-page>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--PD000018 -->
<el-tab-pane
label=
"偿还垫款"
name=
"utlp"
>
<c-content>
<m-utlp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"保证金"
name=
"ccvpan"
>
<m-ccvpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"费用/账务"
name=
"engp,setpan,glepan"
>
<el-collapse
v-model=
"fyzw"
>
<c-content>
<el-collapse-item
title=
"表外记账"
name=
"engp"
>
<!--PD000027 -->
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"结算"
name=
"setpan"
>
<!--PD000000 -->
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"会计分录"
name=
"glepan"
>
<!--PD000001 -->
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</c-content>
</el-collapse>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"提示信息"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"概览信息"
name=
"ovwp"
>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000062 -->
<el-tab-pane
label=
"不符点"
name=
"docpre"
>
<m-docpre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000079 -->
<el-tab-pane
label=
"装运信息"
name=
"shpdet"
>
<c-content>
<m-shpdet
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--未找到相关panels-->
<!--PD000031
<el-tab-pane
label=
"PD000031"
name=
"brtapll1"
>
<m-brtapll1
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000049
<el-tab-pane
label=
"PD000049"
name=
"prtswtr"
>
<m-prtswtr
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000062
<el-tab-pane
label=
"PD000062"
name=
"prtswtrp"
>
<m-prtswtrp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000061
<el-tab-pane
label=
"PD000061"
name=
"xmldoc"
>
<m-xmldoc
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000060
<el-tab-pane
label=
"PD000060"
name=
"prtswtp"
>
<m-prtswtp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000001
<el-tab-pane
label=
"PD000001"
name=
"dnfp"
>
<m-dnfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000020
<el-tab-pane
label=
"PD000020"
name=
"detp"
>
<m-detp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000015
<el-tab-pane
label=
"PD000015"
name=
"cmnsetl1"
>
<m-cmnsetl1
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000005
<el-tab-pane
label=
"PD000005"
name=
"syswrndisplay"
>
<m-syswrndisplay
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
</c-page>
</div>
<div
class=
"eContainer"
>
<c-page>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--PD000018 -->
<el-tab-pane
label=
"偿还垫款"
name=
"utlp"
>
<c-content>
<m-utlp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"保证金"
name=
"ccvpan"
>
<m-ccvpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"费用/账务"
name=
"engp,setpan,glepan"
>
<el-collapse
v-model=
"fyzw"
>
<c-content>
<el-collapse-item
title=
"表外记账"
name=
"engp"
>
<!--PD000027 -->
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"结算"
name=
"setpan"
>
<!--PD000000 -->
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"会计分录"
name=
"glepan"
>
<!--PD000001 -->
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</c-content>
</el-collapse>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"提示信息"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"概览信息"
name=
"ovwp"
>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000062 -->
<el-tab-pane
label=
"不符点"
name=
"docpre"
>
<m-docpre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000079 -->
<el-tab-pane
label=
"装运信息"
name=
"shpdet"
>
<c-content>
<m-shpdet
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
</c-page>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Brtlat
from
"~/model/Brtlat"
import
commonProcess
from
"~/mixin/commonProcess"
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Brtlat
from
"~/model/Brtlat"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Brtlat/Check"
import
Default
from
"~/model/Brtlat/Default"
import
Pattern
from
"~/model/Brtlat/Pattern"
import
Brtapll1
from
"./Brtapll1"
import
Utlp
from
"./Utlp"
import
Prtswtr
from
"./Prtswtr"
import
Prtswtrp
from
"./Prtswtrp"
import
Xmldoc
from
"./Xmldoc"
import
Prtswtp
from
"./Prtswtp"
import
Dnfp
from
"./Dnfp"
import
Detp
from
"./Detp"
import
Docpre
from
"./Docpre"
import
Shpdet
from
"./Shpdet"
import
Ovwp
from
"./Ovwp"
import
Cmnsetl1
from
"./Cmnsetl1"
import
Syswrndisplay
from
"./Syswrndisplay"
import
Engp
from
"~/views/Public/Engp"
import
Ccvpan
from
"~/views/Public/Ccvpan"
import
Check
from
"~/model/Brtlat/Check"
;
import
Default
from
"~/model/Brtlat/Default"
;
import
Pattern
from
"~/model/Brtlat/Pattern"
;
import
Brtapll1
from
"./Brtapll1"
;
import
Utlp
from
"./Utlp"
;
import
Prtswtr
from
"./Prtswtr"
;
import
Prtswtrp
from
"./Prtswtrp"
;
import
Xmldoc
from
"./Xmldoc"
;
import
Prtswtp
from
"./Prtswtp"
;
import
Dnfp
from
"./Dnfp"
;
import
Detp
from
"./Detp"
;
import
Docpre
from
"./Docpre"
;
import
Shpdet
from
"./Shpdet"
;
import
Ovwp
from
"./Ovwp"
;
import
Cmnsetl1
from
"./Cmnsetl1"
;
import
Syswrndisplay
from
"./Syswrndisplay"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Glepan
from
"~/views/Public/Glepan"
import
Coninfp
from
"~/views/Public/Coninfp"
import
Docpan
from
"~/views/Public/Docpan"
import
Doctre
from
"~/views/Public/Doctre"
import
Glepan
from
"~/views/Public/Glepan"
;
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
:
"Brtlat"
,
components
:{
"m-docpre"
:
Docpre
,
"m-shpdet"
:
Shpdet
,
"m-brtapll1"
:
Brtapll1
,
"m-utlp"
:
Utlp
,
"m-prtswtr"
:
Prtswtr
,
"m-prtswtrp"
:
Prtswtrp
,
"m-xmldoc"
:
Xmldoc
,
"m-prtswtp"
:
Prtswtp
,
"m-engp"
:
Engp
,
"m-ccvpan"
:
Ccvpan
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-dnfp"
:
Dnfp
,
"m-setpan"
:
Setpan
,
"m-detp"
:
Detp
,
"m-glepan"
:
Glepan
,
"m-cmnsetl1"
:
Cmnsetl1
,
"m-syswrndisplay"
:
Syswrndisplay
,
"m-limitbody"
:
Limitbody
,
"m-ovwp"
:
Ovwp
,
name
:
"Brtlat"
,
components
:
{
"m-docpre"
:
Docpre
,
"m-shpdet"
:
Shpdet
,
"m-brtapll1"
:
Brtapll1
,
"m-utlp"
:
Utlp
,
"m-prtswtr"
:
Prtswtr
,
"m-prtswtrp"
:
Prtswtrp
,
"m-xmldoc"
:
Xmldoc
,
"m-prtswtp"
:
Prtswtp
,
"m-engp"
:
Engp
,
"m-ccvpan"
:
Ccvpan
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-dnfp"
:
Dnfp
,
"m-setpan"
:
Setpan
,
"m-detp"
:
Detp
,
"m-glepan"
:
Glepan
,
"m-cmnsetl1"
:
Cmnsetl1
,
"m-syswrndisplay"
:
Syswrndisplay
,
"m-limitbody"
:
Limitbody
,
"m-ovwp"
:
Ovwp
,
},
provide
()
{
return
{
root
:
this
,
};
},
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"utlp"
,
trnName
:
"brtlat"
,
model
:
new
Brtlat
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
,
},
fyzw
:
[
"engp"
],
};
},
methods
:
{
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
);
/**
* do it yourself
**/
},
provide
()
{
return
{
root
:
this
}
// 第二个表格
detail1
(
index
,
row
)
{
this
.
executeDefault
(
"setfel/det"
).
then
((
res
)
=>
{
this
.
dialogVisible
=
true
;
this
.
dialog
=
row
;
this
.
index
=
index
;
});
},
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
"utlp"
,
trnName
:
"brtlat"
,
model
:
new
Brtlat
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
},
fyzw
:
[
'engp'
]
}
},
methods
:{
myTabClick
(
tab
){
this
.
tabClick
(
tab
)
/**
* do it yourself
**/
},
// 第二个表格
detail1
(
index
,
row
)
{
this
.
executeDefault
(
"setfel/det"
).
then
(
res
=>
{
this
.
dialogVisible
=
true
;
this
.
dialog
=
row
;
this
.
index
=
index
;
})
}
},
created
:
async
function
(){
console
.
log
(
"进入brtlat交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
);
this
.
model
.
gleflg
=
"X"
;
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
},
created
:
async
function
()
{
console
.
log
(
"进入brtlat交易"
);
let
rtnmsg
=
await
this
.
init
({});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
);
this
.
model
.
gleflg
=
"X"
;
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
},
};
</
script
>
<
style
>
</
style
>
src/views/Business/Litame/Aamp.vue
View file @
f6c1abef
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"12"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"附加金额"
prop=
"lidgrp.cbs.max2.cur"
>
<c-select
v-model=
"model.lidgrp.cbs.max2.cur"
style=
"width: 100%"
placeholder=
"请选择附加金额币种"
disabled
@
keyup
.
enter
.
native=
""
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"附加金额"
prop=
"lidgrp.cbs.max2.cur"
>
<c-select
v-model=
"model.lidgrp.cbs.max2.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
disabled
@
keyup
.
enter
.
native=
""
>
<!--
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
-->
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
style=
"text-align: left"
label-width=
"20px"
prop=
"lidgrp.cbs.max2.amt"
>
<c-input
v-model=
"model.lidgrp.cbs.max2.amt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入附加金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
"Open Add. Amount"
prop=
"lidgrp.cbs.opn2.cur"
>
<c-select
v-model=
"model.lidgrp.cbs.opn2.cur"
style=
"width:100%"
placeholder=
"请选择Open Add. Amount"
<el-form-item
style=
"text-align: left"
label-width=
"20px"
prop=
"lidgrp.cbs.max2.amt"
>
<c-input
v-model=
"model.lidgrp.cbs.max2.amt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入附加金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
"附加金额余额"
prop=
"lidgrp.cbs.opn2.cur"
>
<c-select
v-model=
"model.lidgrp.cbs.opn2.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
disabled
>
</c-select>
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
style=
"text-align: left"
label-width=
"20px"
prop=
"lidgrp.cbs.opn2.amt"
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
style=
"text-align: left"
label-width=
"20px"
prop=
"lidgrp.cbs.opn2.amt"
>
<c-input
v-model=
"model.lidgrp.cbs.opn2.amt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入Open Add. Amount
"
disabled
></c-input>
<c-input
v-model=
"model.lidgrp.cbs.opn2.amt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入附加金额余额
"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Covered"
prop=
"lidgrp.blk.addamtcov"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.addamtcov"
maxlength=
"35"
:rows=
"4"
show-word-limit
disabled
placeholder=
"请输入Covered"
></c-input>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"39C场"
prop=
"lidgrp.blk.addamtcov"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.addamtcov"
maxlength=
"35"
:rows=
"4"
show-word-limit
disabled
placeholder=
"请输入39C场"
></c-input>
</el-form-item>
</c-col>
</c-col>
</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/Litopn/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Litopn/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/Litame/Adcpame.vue
View file @
f6c1abef
...
...
@@ -51,41 +51,6 @@
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item
label="添加/删除当前修订中的文本"
prop="litamep.adlcndamep.usrblk"
>
<c-input
:disabled="this.flag2"
:autosize="{ minRows: 22, maxRows: 800 }"
type="textarea"
v-model="model.litamep.adlcndamep.usrblk"
maxlength="52000"
show-word-limit
placeholder="请输入添加/删除补充信息"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
type="primary"
icon="el-icon-search"
:disabled="this.flag2"
@click="
showGridPromptDialog(
'litamep.adlcndame.buttxmsel',
null,
null,
{ TXT: 'litamep.adlcndamep.usrblk' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col> -->
</el-col>
<el-col
:span=
"12"
style=
"padding-left: 20px"
>
...
...
@@ -98,7 +63,7 @@
v-model=
"model.lidgrp.blk.adlcndame"
maxlength=
"4950"
show-word-limit
placeholder=
"请输入
Additional Conditions Amendment History
"
placeholder=
"请输入
历史概述
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -271,7 +236,7 @@ export default {
open
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
lidgrp
.
blk
.
adlcnd
==
""
))
{
this
.
$confirm
(
"
Do you really want to reset your manual modifications?
"
,
"
是否确定要重置手动修改?
"
,
"提示"
,
{
cancelButtonText
:
"Cannel"
,
...
...
@@ -297,7 +262,7 @@ export default {
});
});
}
else
if
(
val
==
"X"
&&
this
.
model
.
litamep
.
adlcndamep
.
modmanflg
==
"X"
)
{
this
.
$confirm
(
"
Please reset internal modification first
"
,
"提示"
,
{
this
.
$confirm
(
"
请先重置内部修改
"
,
"提示"
,
{
confirmButtonText
:
"Ok"
,
showCancelButton
:
false
,
type
:
"warning"
,
...
...
@@ -313,7 +278,7 @@ export default {
open1
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
lidgrp
.
blk
.
adlcnd
==
""
))
{
this
.
$confirm
(
"
Do you really want to reset your manual modifications?
"
,
"
是否确定要重置手动修改?
"
,
"提示"
,
{
cancelButtonText
:
"Cannel"
,
...
...
@@ -342,7 +307,7 @@ export default {
this
.
model
.
litamep
.
adlcndamep
.
modflg
==
"X"
&&
this
.
model
.
litamep
.
adlcndamep
.
modmanflg
==
"X"
)
{
this
.
$confirm
(
"
Please reset modification to replace first
"
,
"提示"
,
{
this
.
$confirm
(
"
请先重置修改以替换
"
,
"提示"
,
{
confirmButtonText
:
"Ok"
,
cancelButtonText
:
""
,
showCancelButton
:
false
,
...
...
src/views/Business/Litame/Amep.vue
View file @
f6c1abef
...
...
@@ -2,32 +2,6 @@
<div
class=
"eibs"
>
<!-- ==========左=============== -->
<el-col
:span=
"12"
style=
"padding-right: 20px"
>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"客户经理"
prop=
"litp.usr.extkey"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model.litp.usr.extkey"
maxlength=
"8"
disabled
placeholder=
"请输入客户经理"
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
style=
"margin-left: 10px; padding: 0 12px"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onExtkey"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"信用证编号"
...
...
@@ -108,7 +82,7 @@
<c-input
v-model=
"model.trnmod.swiadd.amecur"
style=
"width: 100%"
placeholder=
"请
选择增减
金额"
placeholder=
"请
输入修改
金额"
disabled
>
</c-input>
...
...
@@ -119,7 +93,7 @@
<el-form-item
label=
""
prop=
"trnmod.swiadd.ameamt"
>
<c-input
v-model=
"model.trnmod.swiadd.ameamt"
placeholder=
"请输入
增减金额.
"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -147,7 +121,7 @@
<el-form-item
label=
"新的上浮比例"
prop=
"trnmod.swiadd.newnomtop"
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.newnomtop"
placeholder=
"请输入
New positive tolerance
"
placeholder=
"请输入
新的上浮比例
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -156,7 +130,7 @@
<el-form-item
label=
"新的下浮比例"
prop=
"trnmod.swiadd.newnomton"
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.newnomton"
placeholder=
"请输入
New negative tolerance
"
placeholder=
"请输入
新的下浮比例
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -167,7 +141,7 @@
:code=
"codes.nomspc"
v-model=
"model.trnmod.swiadd.nomspc"
style=
"width: 100%"
placeholder=
"请选择
金额说明
"
placeholder=
"请选择
限额表述
"
>
</c-select>
</el-form-item>
...
...
@@ -180,7 +154,7 @@
type=
"date"
v-model=
"model.oldlidgrp.rec.expdat"
style=
"width: 100%"
placeholder=
"请选择
到期日
"
placeholder=
"请选择
生效日期
"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -190,7 +164,7 @@
type=
"date"
v-model=
"model.trnmod.swiadd.newexpdat"
style=
"width: 100%"
placeholder=
"请选择新
到期日
"
placeholder=
"请选择新
生效日期
"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -199,7 +173,7 @@
<c-select
v-model=
"model.trnmod.swiadd.purpos"
style=
"width: 100%"
placeholder=
"请选择
Purpose of message
"
placeholder=
"请选择
信息目的
"
:code=
"codes.purpos5"
>
</c-select>
...
...
@@ -232,7 +206,7 @@
<c-select
v-model=
"model.trnmod.swiadd.trnchato"
style=
"width: 100%"
placeholder=
"请选择
Amendm. charge by
"
placeholder=
"请选择
费用承担人修改
"
:code=
"codes.trnchato1"
>
</c-select>
...
...
@@ -250,12 +224,6 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="RAMROLLAB" prop="litamep.ramrol">
<c-select v-model="model.litamep.ramrol" style="width:100%" placeholder="请选择Request of Amendment send to">
</c-select>
</el-form-item>
</c-col> -->
</el-col>
<!-- ==========右=============== -->
...
...
@@ -265,7 +233,7 @@
<c-input
v-model=
"model.lidgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入
Name
"
placeholder=
"请输入
简略信息
"
disabled
></c-input>
</el-form-item>
...
...
@@ -334,7 +302,7 @@
<c-input
v-model=
"model.litamep.maxcur"
maxlength=
"3"
placeholder=
"请选择币种
of Maximum Amount
"
placeholder=
"请选择币种"
disabled
></c-input>
</el-form-item>
...
...
@@ -344,7 +312,7 @@
<el-form-item
label=
""
prop=
"litamep.maxamt"
>
<c-input-currency
v-model=
"model.litamep.maxamt"
placeholder=
"请输入
New Maximum Amount
"
placeholder=
"请输入"
disabled
></c-input-currency>
</el-form-item>
...
...
@@ -374,7 +342,7 @@
<el-form-item
label=
"交单期限(新)"
prop=
"trnmod.swiadd.prepers18"
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.prepers18"
placeholder=
"请输入
New Presentation Period
"
placeholder=
"请输入
交单期限(新)
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -383,7 +351,7 @@
<c-input
v-model=
"model.trnmod.swiadd.prepertxts18"
maxlength=
"35"
placeholder=
"请输入
Presentation period text
"
placeholder=
"请输入
交单期限描述
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -464,28 +432,4 @@ export default {
};
</
script
>
<
style
>
</
style
>
<!-- <c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="litamep.recget.sdamod.dadsnd">
<c-input v-model="model.litamep.recget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="12">
<el-form-item label="参考号" prop="litamep.recget.sdamod.seainf">
<c-input v-model="model.litamep.recget.sdamod.seainf" placeholder="请输入参考号"></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="12">
<el-form-item label="Presentation period text" prop="oldlidgrp.rec.prepertxts18">
<c-input v-model="model.oldlidgrp.rec.prepertxts18" maxlength="35" placeholder="请输入Presentation period text"></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="12">
<span v-text="model.litamep.ramrollab" data-path=".litamep.ramrollab" > </span>
</c-col> -->
\ No newline at end of file
</
style
>
\ No newline at end of file
src/views/Business/Litame/Detp.vue
View file @
f6c1abef
<
template
>
<div
class=
"eibs"
>
<!-- ========================左边======================== -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"可用银行"
prop=
"lidgrp.rec.avbwth"
>
<c-select
v-model=
"model.lidgrp.rec.avbwth"
style=
"width:100%"
placeholder=
"请选择Available with"
:code=
"codes.avbwth"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
v-if=
"this.flag4"
>
<el-form-item
label=
""
prop=
"lidgrp.avb.pts.extkey"
>
<c-fullbox>
<c-input
:disabled=
"this.flag5"
v-model=
"model.lidgrp.avb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入地址编码"
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.avb.pts.extkey')"
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onAvbpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
v-if=
"this.flag4"
>
<el-form-item
label=
"名称地址"
prop=
"lidgrp.avb.pts.adrblk"
>
<c-input
:disabled=
"this.flag6"
type=
"textarea"
v-model=
"model.lidgrp.avb.pts.adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入名称地址"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
v-if=
"!this.flag4"
>
<el-form-item
label=
"Available in"
prop=
"lidgrp.blk.avbwthtxt"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.avbwthtxt"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入Available in"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"兑付方式"
prop=
"lidgrp.rec.avbby"
>
<c-select
v-model=
"model.lidgrp.rec.avbby"
style=
"width:100%"
placeholder=
"请选择Available by"
:code=
"codes.avbby"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"延期付款指示"
prop=
"lidgrp.blk.defdet"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.defdet"
maxlength=
"140"
:rows=
"3"
show-word-limit
placeholder=
"请输入延期付款指示"
:disabled=
"this.flag1"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"汇票期限"
prop=
"lidgrp.blk.dftat"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.dftat"
maxlength=
"105"
:rows=
"3"
show-word-limit
placeholder=
"请输入汇票期限"
:disabled=
"this.flag2"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"受票人"
prop=
"lidgrp.drw.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.drw.pts.extkey"
maxlength=
"16"
placeholder=
""
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.drw.pts.extkey')"
:disabled=
"this.flag2"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.drw.pts.extkey')"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
:disabled=
"this.flag2"
@
click=
"onDrwpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址信息"
prop=
"lidgrp.drw.pts.adrblk"
>
<c-input
type=
"textarea"
:disabled=
"this.flag2"
v-model=
"model.lidgrp.drw.pts.adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"装运地点"
prop=
"lidgrp.rec.shpfro"
>
<c-input
v-model=
"model.lidgrp.rec.shpfro"
maxlength=
"65"
placeholder=
"请输入地点"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"始发(航空)站"
prop=
"lidgrp.rec.porloa"
>
<c-input
v-model=
"model.lidgrp.rec.porloa"
maxlength=
"65"
placeholder=
"请输入Air-/Port of Departure"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"终点(航空)站"
prop=
"lidgrp.rec.pordis"
>
<c-input
v-model=
"model.lidgrp.rec.pordis"
maxlength=
"65"
placeholder=
"请输入Air-/Port of Destination"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"最终目的地"
prop=
"lidgrp.rec.shpto"
>
<c-input
v-model=
"model.lidgrp.rec.shpto"
maxlength=
"65"
placeholder=
"请输入Final Destination"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"装运期限"
prop=
"lidgrp.blk.shpper"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.shpper"
maxlength=
"390"
:rows=
"6"
show-word-limit
placeholder=
"请输入Shipment Period"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ========================右边======================== -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"提交期限(天)"
prop=
"lidgrp.rec.prepers18"
>
<c-input
v-model=
"model.lidgrp.rec.prepers18"
style=
"width:100%"
:disabled=
"true"
placeholder=
"请输入Period for Presentation in Days"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"寄单期限"
prop=
"lidgrp.rec.prepertxts18"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.rec.prepertxts18"
:disabled=
"true"
maxlength=
"140"
show-word-limit
placeholder=
"请输入寄单期限"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
></c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"银行费用负担"
prop=
"lidgrp.blk.feetxt"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.feetxt"
maxlength=
"210"
:rows=
"6"
show-word-limit
placeholder=
"请输入Additional Details to Code for Charges"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onChariaButtxmsel"
></c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收费条件"
prop=
"lidgrp.rec.chato"
>
<c-select
v-model=
"model.lidgrp.rec.chato"
style=
"width:100%"
:code=
"chato"
placeholder=
"请选择"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"国家地区代码"
prop=
"lidgrp.rec.stacty"
>
<c-select
v-model=
"model.lidgrp.rec.stacty"
style=
"width:100%"
:code=
"codes.stacty"
placeholder=
"请选择"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"混合付款详情"
prop=
"lidgrp.blk.mixdet"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.mixdet"
maxlength=
"140"
:rows=
"4"
show-word-limit
placeholder=
"请输入内容"
:disabled=
"this.flag3"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"期限日"
prop=
"lidgrp.rec.tenmaxday"
>
<c-input
:disabled=
"this.model.lidgrp.rec.avbby=='P'"
v-model=
"model.lidgrp.rec.tenmaxday"
placeholder=
"请输入Maximum tenor in days"
></c-input>
</el-form-item>
</c-col>
</c-col>
</div>
</template>
<div
class=
"eibs"
>
<!-- ========================左边======================== -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"可用银行"
prop=
"lidgrp.rec.avbwth"
>
<c-select
v-model=
"model.lidgrp.rec.avbwth"
style=
"width: 100%"
placeholder=
"请选择可用银行"
:code=
"codes.avbwth"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
v-if=
"this.flag4"
>
<el-form-item
label=
""
prop=
"lidgrp.avb.pts.extkey"
>
<c-fullbox>
<c-input
:disabled=
"this.flag5"
v-model=
"model.lidgrp.avb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入地址编码"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('lidgrp.avb.pts.extkey')
"
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAvbpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
v-if=
"this.flag4"
>
<el-form-item
label=
"名称地址"
prop=
"lidgrp.avb.pts.adrblk"
>
<c-input
:disabled=
"this.flag6"
type=
"textarea"
v-model=
"model.lidgrp.avb.pts.adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入名称地址"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
v-if=
"!this.flag4"
>
<el-form-item
label=
"Available in"
prop=
"lidgrp.blk.avbwthtxt"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.avbwthtxt"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入Available in"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"兑付方式"
prop=
"lidgrp.rec.avbby"
>
<c-select
v-model=
"model.lidgrp.rec.avbby"
style=
"width: 100%"
placeholder=
"请选择兑付方式"
:code=
"codes.avbby"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"延期付款指示"
prop=
"lidgrp.blk.defdet"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.defdet"
maxlength=
"140"
:rows=
"3"
show-word-limit
placeholder=
"请输入延期付款指示"
:disabled=
"this.flag1"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"汇票期限"
prop=
"lidgrp.blk.dftat"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.dftat"
maxlength=
"105"
:rows=
"3"
show-word-limit
placeholder=
"请输入汇票期限"
:disabled=
"this.flag2"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"受票人"
prop=
"lidgrp.drw.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.drw.pts.extkey"
maxlength=
"16"
placeholder=
""
@
keyup
.
enter
.
native=
"
showGridPromptDialog('lidgrp.drw.pts.extkey')
"
:disabled=
"this.flag2"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.drw.pts.extkey')"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"this.flag2"
@
click=
"onDrwpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址信息"
prop=
"lidgrp.drw.pts.adrblk"
>
<c-input
type=
"textarea"
:disabled=
"this.flag2"
v-model=
"model.lidgrp.drw.pts.adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"装运地点"
prop=
"lidgrp.rec.shpfro"
>
<c-input
v-model=
"model.lidgrp.rec.shpfro"
maxlength=
"65"
placeholder=
"请输入装运地点"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"始发(航空)站"
prop=
"lidgrp.rec.porloa"
>
<c-input
v-model=
"model.lidgrp.rec.porloa"
maxlength=
"65"
placeholder=
"请输入始发(航空)站"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"终点(航空)站"
prop=
"lidgrp.rec.pordis"
>
<c-input
v-model=
"model.lidgrp.rec.pordis"
maxlength=
"65"
placeholder=
"请输入终点(航空)站"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"最终目的地"
prop=
"lidgrp.rec.shpto"
>
<c-input
v-model=
"model.lidgrp.rec.shpto"
maxlength=
"65"
placeholder=
"请输入最终目的地"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"装运期限"
prop=
"lidgrp.blk.shpper"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.shpper"
maxlength=
"390"
:rows=
"6"
show-word-limit
placeholder=
"请输入装运期限"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ========================右边======================== -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"提交期限(天)"
prop=
"lidgrp.rec.prepers18"
>
<c-input
v-model=
"model.lidgrp.rec.prepers18"
style=
"width: 100%"
:disabled=
"true"
placeholder=
"请输入提交期限(天)"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"寄单期限"
prop=
"lidgrp.rec.prepertxts18"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.rec.prepertxts18"
:disabled=
"true"
maxlength=
"140"
show-word-limit
placeholder=
"请输入寄单期限"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
></c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"银行费用负担"
prop=
"lidgrp.blk.feetxt"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.feetxt"
maxlength=
"210"
:rows=
"6"
show-word-limit
placeholder=
"请输入银行费用负担"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onChariaButtxmsel"
></c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收费条件"
prop=
"lidgrp.rec.chato"
>
<c-select
v-model=
"model.lidgrp.rec.chato"
style=
"width: 100%"
:code=
"chato"
placeholder=
"请选择"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"国家地区代码"
prop=
"lidgrp.rec.stacty"
>
<c-select
v-model=
"model.lidgrp.rec.stacty"
style=
"width: 100%"
:code=
"codes.stacty"
placeholder=
"请选择"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"混合付款详情"
prop=
"lidgrp.blk.mixdet"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.mixdet"
maxlength=
"140"
:rows=
"4"
show-word-limit
placeholder=
"请输入内容"
:disabled=
"this.flag3"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"期限日"
prop=
"lidgrp.rec.tenmaxday"
>
<c-input
:disabled=
"this.model.lidgrp.rec.avbby == 'P'"
v-model=
"model.lidgrp.rec.tenmaxday"
placeholder=
"请输入期限日"
></c-input>
</el-form-item>
</c-col>
</c-col>
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Litame/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
chato
:
[
{
label
:
`OUR FEES BORNE BY ABROAD
`
,
value
:
`B`
},
{
label
:
`OTHER
`
,
value
:
`O`
},
{
label
:
`SPLIT FEES
`
,
value
:
`S`
},
{
label
:
`OUR FEES BORNE BY CLIENT
`
,
value
:
`U`
},
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Litame/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
chato
:
[
{
label
:
`我们的费用由国外承担
`
,
value
:
`B`
},
{
label
:
`其他
`
,
value
:
`O`
},
{
label
:
`分割费用
`
,
value
:
`S`
},
{
label
:
`我们的费用由客户承担
`
,
value
:
`U`
},
],
flag1
:
true
,
flag2
:
true
,
flag3
:
true
,
flag4
:
true
,
flag5
:
false
,
flag6
:
false
}
flag1
:
true
,
flag2
:
true
,
flag3
:
true
,
flag4
:
true
,
flag5
:
false
,
flag6
:
false
,
};
},
methods
:
{
...
Event
,
onAvbpDet
()
{
console
.
log
(
this
.
model
.
lidgrp
.
rec
.
avbby
);
},
},
created
:
function
()
{},
watch
:
{
"model.lidgrp.rec.avbwth"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
)
{
//Any Bank
if
(
val
==
"O"
)
{
this
.
flag4
=
false
;
this
.
changeFormItemRequired
(
"lidgrp.avb.pts.adrblk"
,
false
);
this
.
flag6
=
false
;
}
//Advising Bank
else
if
(
val
==
"A"
)
{
this
.
flag4
=
true
;
this
.
flag5
=
true
;
this
.
flag6
=
true
;
}
//Issuing Bank
else
if
(
val
==
"I"
)
{
this
.
flag4
=
true
;
this
.
flag5
=
false
;
this
.
flag6
=
true
;
}
//Confirming Bank
else
if
(
val
==
"C"
)
{
this
.
flag4
=
true
;
this
.
flag5
=
true
;
this
.
flag6
=
true
;
}
//Specified Bank
else
if
(
val
==
"S"
)
{
this
.
flag4
=
true
;
this
.
flag5
=
false
;
this
.
flag6
=
false
;
}
},
methods
:{...
Event
,
onAvbpDet
(){
console
.
log
(
this
.
model
.
lidgrp
.
rec
.
avbby
)
}
},
"model.lidgrp.rec.avbby"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
)
{
if
(
val
==
"D"
)
{
this
.
flag1
=
false
;
this
.
flag2
=
true
;
this
.
flag3
=
true
;
}
if
(
val
==
"N"
)
{
this
.
flag1
=
false
;
this
.
flag2
=
false
;
this
.
flag3
=
true
;
}
if
(
val
==
"P"
)
{
this
.
flag1
=
true
;
this
.
flag2
=
false
;
this
.
flag3
=
true
;
}
if
(
val
==
"M"
)
{
this
.
flag1
=
true
;
this
.
flag2
=
true
;
this
.
flag3
=
false
;
}
if
(
val
==
"A"
)
{
this
.
flag1
=
true
;
this
.
flag2
=
false
;
this
.
flag3
=
true
;
}
},
created
:
function
(){
},
watch
:{
"model.lidgrp.rec.avbwth"
:{
immediate
:
true
,
handler
(
val
,
oldVal
){
//Any Bank
if
(
val
==
'O'
){
this
.
flag4
=
false
;
this
.
changeFormItemRequired
(
'lidgrp.avb.pts.adrblk'
,
false
)
this
.
flag6
=
false
}
//Advising Bank
else
if
(
val
==
'A'
){
this
.
flag4
=
true
;
this
.
flag5
=
true
;
this
.
flag6
=
true
;
}
//Issuing Bank
else
if
(
val
==
'I'
){
this
.
flag4
=
true
;
this
.
flag5
=
false
;
this
.
flag6
=
true
;
}
//Confirming Bank
else
if
(
val
==
'C'
){
this
.
flag4
=
true
;
this
.
flag5
=
true
;
this
.
flag6
=
true
;
}
//Specified Bank
else
if
(
val
==
'S'
){
this
.
flag4
=
true
;
this
.
flag5
=
false
;
this
.
flag6
=
false
;
}
}
},
"model.lidgrp.rec.avbby"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
){
if
(
val
==
"D"
)
{
this
.
flag1
=
false
this
.
flag2
=
true
this
.
flag3
=
true
}
if
(
val
==
"N"
){
this
.
flag1
=
false
this
.
flag2
=
false
this
.
flag3
=
true
}
if
(
val
==
"P"
)
{
this
.
flag1
=
true
this
.
flag2
=
false
this
.
flag3
=
true
}
if
(
val
==
"M"
)
{
this
.
flag1
=
true
this
.
flag2
=
true
this
.
flag3
=
false
}
if
(
val
==
"A"
)
{
this
.
flag1
=
true
this
.
flag2
=
false
this
.
flag3
=
true
}
},
},
},
}
</
script
>
},
},
};
</
script
>
<
style
>
.marginLable
{
padding-left
:
160px
;
}
</
style
>
.marginLable
{
padding-left
:
160px
;
}
</
style
>
\ No newline at end of file
src/views/Business/Litame/Dogpame.vue
View file @
f6c1abef
...
...
@@ -249,7 +249,7 @@ export default {
open
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
lidgrp
.
blk
.
lcrgod
==
""
))
{
this
.
$confirm
(
"
Do you really want to reset your manual modifications?
"
,
"
是否确定要重置手动修改?
"
,
"提示"
,
{
cancelButtonText
:
"Cannel"
,
...
...
@@ -275,7 +275,7 @@ export default {
});
});
}
else
if
(
val
==
"X"
&&
this
.
model
.
litamep
.
lcrgodamep
.
modmanflg
==
"X"
)
{
this
.
$confirm
(
"
Please reset internal modification first
"
,
"提示"
,
{
this
.
$confirm
(
"
请先重置内部修改
"
,
"提示"
,
{
confirmButtonText
:
"Ok"
,
showCancelButton
:
false
,
type
:
"warning"
,
...
...
@@ -291,7 +291,7 @@ export default {
open1
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
lidgrp
.
blk
.
lcrgod
==
""
))
{
this
.
$confirm
(
"
Do you really want to reset your manual modifications?
"
,
"
是否确定要重置手动修改?
"
,
"提示"
,
{
cancelButtonText
:
"Cannel"
,
...
...
@@ -320,7 +320,7 @@ export default {
this
.
model
.
litamep
.
lcrgodamep
.
modflg
==
"X"
&&
this
.
model
.
litamep
.
lcrgodamep
.
modmanflg
==
"X"
)
{
this
.
$confirm
(
"
Please reset modification to replace first
"
,
"提示"
,
{
this
.
$confirm
(
"
请先重置修改以替换
"
,
"提示"
,
{
confirmButtonText
:
"Ok"
,
cancelButtonText
:
""
,
showCancelButton
:
false
,
...
...
src/views/Business/Litame/Dorpame.vue
View file @
f6c1abef
...
...
@@ -52,41 +52,6 @@
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item
label="添加/删除当前修订中的文本"
prop="litamep.lcrdocamep.usrblk"
>
<c-input
type="textarea"
:disabled="this.flag2"
v-model="model.litamep.lcrdocamep.usrblk"
maxlength="52000"
show-word-limit
placeholder="请输入添加/删除补充信息"
:autosize="{ minRows: 22, maxRows: 800 }"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
type="primary"
icon="el-icon-search"
:disabled="this.flag2"
@click="
showGridPromptDialog(
'litamep.lcrdocame.buttxmsel',
null,
null,
{ TXT: 'litamep.lcrdocamep.usrblk' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col> -->
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
...
...
@@ -99,7 +64,7 @@
v-model=
"model.lidgrp.blk.lcrdocame"
maxlength=
"4950"
show-word-limit
placeholder=
"请输入
单据要求 Amendment History
"
placeholder=
"请输入
历史概述
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -249,7 +214,7 @@ export default {
open
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
lidgrp
.
blk
.
lcrdoc
==
""
))
{
this
.
$confirm
(
"
Do you really want to reset your manual modifications?
"
,
"
是否确定要重置手动修改?
"
,
"提示"
,
{
cancelButtonText
:
"Cannel"
,
...
...
@@ -275,7 +240,7 @@ export default {
});
});
}
else
if
(
val
==
"X"
&&
this
.
model
.
litamep
.
lcrdocamep
.
modmanflg
==
"X"
)
{
this
.
$confirm
(
"
Please reset internal modification first
"
,
"提示"
,
{
this
.
$confirm
(
"
请先重置内部修改
"
,
"提示"
,
{
confirmButtonText
:
"Ok"
,
showCancelButton
:
false
,
type
:
"warning"
,
...
...
@@ -291,7 +256,7 @@ export default {
open1
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
lidgrp
.
blk
.
lcrdoc
==
""
))
{
this
.
$confirm
(
"
Do you really want to reset your manual modifications?
"
,
"
是否确定要重置手动修改?
"
,
"提示"
,
{
cancelButtonText
:
"Cannel"
,
...
...
@@ -320,7 +285,7 @@ export default {
this
.
model
.
litamep
.
lcrdocamep
.
modflg
==
"X"
&&
this
.
model
.
litamep
.
lcrdocamep
.
modmanflg
==
"X"
)
{
this
.
$confirm
(
"
Please reset modification to replace first
"
,
"提示"
,
{
this
.
$confirm
(
"
请先重置修改以替换
"
,
"提示"
,
{
confirmButtonText
:
"Ok"
,
cancelButtonText
:
""
,
showCancelButton
:
false
,
...
...
src/views/Business/Litame/Narp.vue
View file @
f6c1abef
<
template
>
<div
class=
"eibs"
>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSav"
>
保存
</c-button>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onUsrcon"
>
用户确认
</c-button>
</c-col>
-->
<el-col
:span=
"12"
style=
"padding-right: 20px;"
>
<el-col
:span=
"12"
style=
"padding-right: 20px;"
>
<el-form-item
label=
"历史叙述内容"
prop=
"oldlidgrp.blk.narhis"
>
<c-input
disabled
...
...
@@ -23,15 +10,11 @@
show-word-limit
:rows=
"12"
placeholder=
"请输入内容"
></c-input>
</el-form-item>
</el-form-item>
</el-col>
<el-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"叙述内容"
prop=
"trnmod.swiadd.nartxt"
>
<c-input
disabled
...
...
@@ -44,9 +27,6 @@
</el-form-item>
</c-col>
</el-col>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Litame/Ovwp1.vue
View file @
f6c1abef
...
...
@@ -39,7 +39,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"客户经理"
prop=
"litp.usr.extkey"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.litp.usr.extkey"
maxlength=
"8"
placeholder=
"请输入
Responsible User
"
></c-input>
<c-input
disabled
v-model=
"model.litp.usr.extkey"
maxlength=
"8"
placeholder=
"请输入
客户经理
"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
...
...
@@ -74,18 +74,18 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"金额上浮"
prop=
"lidgrp.rec.nomtop"
>
<c-input
disabled
v-model=
"model.lidgrp.rec.nomtop"
placeholder=
"请输入
内容
"
></c-input>
<c-input
disabled
v-model=
"model.lidgrp.rec.nomtop"
placeholder=
"请输入
金额上浮
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"金额下浮"
prop=
"lidgrp.rec.nomton"
>
<c-input
disabled
v-model=
"model.lidgrp.rec.nomton"
placeholder=
"请输入
内容
"
></c-input>
<c-input
disabled
v-model=
"model.lidgrp.rec.nomton"
placeholder=
"请输入
金额下浮
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"最高限额表述"
prop=
"lidgrp.rec.nomspc"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.nomspc"
style=
"width:100%"
placeholder=
"请选择
内容
"
:code=
"codes.nomspc"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.nomspc"
style=
"width:100%"
placeholder=
"请选择
最高限额表述
"
:code=
"codes.nomspc"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -201,7 +201,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人"
prop=
"lidgrp.apl.pts.extkey"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.lidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入
地址编码
"
></c-input>
<c-input
disabled
v-model=
"model.lidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
...
...
src/views/Business/Litame/Spbpame.vue
View file @
f6c1abef
...
...
@@ -3,7 +3,7 @@
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Special Payment Conditions for Beneficiary
"
label=
"
受益人的特殊付款条款
"
prop=
"lidgrp.blk.spcben"
>
<c-input
...
...
@@ -13,7 +13,7 @@
v-model=
"model.lidgrp.blk.spcben"
maxlength=
"65"
show-word-limit
placeholder=
"请输入
单据要求
"
placeholder=
"请输入
受益人的特殊付款条款
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -54,41 +54,6 @@
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item
label="添加/删除当前修订中的文本"
prop="litamep.spcbenamep.usrblk"
>
<c-input
type="textarea"
:disabled="this.flag2"
v-model="model.litamep.spcbenamep.usrblk"
maxlength="1650"
show-word-limit
placeholder="请输入添加/删除补充信息"
:rows="22"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
type="primary"
icon="el-icon-search"
:disabled="this.flag2"
@click="
showGridPromptDialog(
'litamep.spcbenamep.buttxmsel',
null,
null,
{ TXT: 'litamep.spcbenamep.usrblk' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col> -->
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
...
...
@@ -101,7 +66,7 @@
v-model=
"model.lidgrp.blk.spcbename"
maxlength=
"50"
show-word-limit
placeholder=
"请输入
单据要求 Amendment History
"
placeholder=
"请输入
历史概述
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -162,51 +127,6 @@
</c-button>
</c-col>
</c-col>
<!-- !!!!!!!!!!!!!!!!!!!!!!!! -->
<!-- <c-col :span="12">
<c-form-item label="Special payment Conditions for beneficiary History" prop="lidgrp.blk.spcbename">
<c-input type="textarea" v-model="model.lidgrp.blk.spcbename" maxlength="50" show-word-limit :placeholder="$t('other.please_enter')+'Special payment Conditions for beneficiary History'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Special Payment Conditions for Beneficiary" prop="lidgrp.blk.spcben">
<c-input type="textarea" v-model="model.lidgrp.blk.spcben" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+'Special Payment Conditions for Beneficiary'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="在当前修订中添加/删除文本" prop="litamep.spcbenamep.usrblk">
<c-input type="textarea" v-model="model.litamep.spcbenamep.usrblk" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+'添加/删除补充信息'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.litamep.spcbenamep.modflg">修改要替换的文本</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.litamep.spcbenamep.modmanflg">Modify field for manual update</c-checkbox>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onSpcbenamepButdif">
{{$t('swtamep.BT000363')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onSpcbenamepButadd">
{{$t('swtamep.BT000364')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" icon="el-icon-delete" @click="onSpcbenamepButdel">
{{$t('swtamep.BT000365')}}
</c-button>
</c-col> -->
</div>
</template>
<
script
>
...
...
@@ -296,7 +216,7 @@ export default {
open
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
lidgrp
.
blk
.
spcben
==
""
))
{
this
.
$confirm
(
"
Do you really want to reset your manual modifications?
"
,
"
是否确定要重置手动修改?
"
,
"提示"
,
{
cancelButtonText
:
"Cannel"
,
...
...
@@ -322,7 +242,7 @@ export default {
});
});
}
else
if
(
val
==
"X"
&&
this
.
model
.
litamep
.
spcbenamep
.
modmanflg
==
"X"
)
{
this
.
$confirm
(
"
Please reset internal modification first
"
,
"提示"
,
{
this
.
$confirm
(
"
请先重置内部修改
"
,
"提示"
,
{
confirmButtonText
:
"Ok"
,
showCancelButton
:
false
,
type
:
"warning"
,
...
...
@@ -338,7 +258,7 @@ export default {
open1
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
lidgrp
.
blk
.
spcben
==
""
))
{
this
.
$confirm
(
"
Do you really want to reset your manual modifications?
"
,
"
是否确定要重置手动修改?
"
,
"提示"
,
{
cancelButtonText
:
"Cannel"
,
...
...
@@ -367,7 +287,7 @@ export default {
this
.
model
.
litamep
.
spcbenamep
.
modflg
==
"X"
&&
this
.
model
.
litamep
.
spcbenamep
.
modmanflg
==
"X"
)
{
this
.
$confirm
(
"
Please reset modification to replace first
"
,
"提示"
,
{
this
.
$confirm
(
"
请先重置修改以替换
"
,
"提示"
,
{
confirmButtonText
:
"Ok"
,
cancelButtonText
:
""
,
showCancelButton
:
false
,
...
...
src/views/Business/Litame/Sprpame.vue
View file @
f6c1abef
...
...
@@ -13,7 +13,7 @@
v-model=
"model.lidgrp.blk.spcrcb"
maxlength=
"65"
show-word-limit
placeholder=
"请输入
单据要求
"
placeholder=
"请输入
仅适用于银行的特殊付款条款
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -54,24 +54,6 @@
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item label="添加/删除当前修订中的文本" prop="litamep.spcrcbamep.usrblk">
<c-input type="textarea"
:disabled="this.flag2"
v-model="model.litamep.spcrcbamep.usrblk"
maxlength="1650"
show-word-limit placeholder="请输入添加/删除补充信息"
:rows="22"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button size="small" type="primary" icon="el-icon-search"
:disabled="this.flag2"
@click="showGridPromptDialog('litamep.spcrcbamep.buttxmsel',null,null,{TXT: 'litamep.spcrcbamep.usrblk'}, {TXT: false},'doxpDialog')"
>
</c-button>
</c-col> -->
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
...
...
@@ -84,7 +66,7 @@
v-model=
"model.lidgrp.blk.spcrcbame"
maxlength=
"50"
show-word-limit
placeholder=
"请输入
单据要求 Amendment History
"
placeholder=
"请输入
历史概述
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -145,50 +127,6 @@
</c-button>
</c-col>
</c-col>
<!-- <c-col :span="12">
<c-form-item label="仅适用于银行的特殊付款条款 History" prop="lidgrp.blk.spcrcbame">
<c-input type="textarea" v-model="model.lidgrp.blk.spcrcbame" maxlength="50" show-word-limit :placeholder="$t('other.please_enter')+'仅适用于银行的特殊付款条款 History'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="仅适用于银行的特殊付款条款" prop="lidgrp.blk.spcrcb">
<c-input type="textarea" v-model="model.lidgrp.blk.spcrcb" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+'仅适用于银行的特殊付款条款'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="添加/删除补充信息" prop="litamep.spcrcbamep.usrblk">
<c-input type="textarea" v-model="model.litamep.spcrcbamep.usrblk" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+'添加/删除补充信息'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.litamep.spcrcbamep.modflg">修改要替换的文本</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.litamep.spcrcbamep.modmanflg">Modify field for manual update</c-checkbox>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onSpcrcbamepButdif">
{{$t('swtamep.BT000363')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onSpcrcbamepButadd">
{{$t('swtamep.BT000364')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" icon="el-icon-delete" @click="onSpcrcbamepButdel">
{{$t('swtamep.BT000365')}}
</c-button>
</c-col> -->
</div>
</template>
<
script
>
...
...
@@ -278,7 +216,7 @@ export default {
open
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
lidgrp
.
blk
.
spcrcb
==
""
))
{
this
.
$confirm
(
"
Do you really want to reset your manual modifications?
"
,
"
是否确定要重置手动修改?
"
,
"提示"
,
{
cancelButtonText
:
"Cannel"
,
...
...
@@ -304,7 +242,7 @@ export default {
});
});
}
else
if
(
val
==
"X"
&&
this
.
model
.
litamep
.
spcrcbamep
.
modmanflg
==
"X"
)
{
this
.
$confirm
(
"
Please reset internal modification first
"
,
"提示"
,
{
this
.
$confirm
(
"
请先重置内部修改
"
,
"提示"
,
{
confirmButtonText
:
"Ok"
,
showCancelButton
:
false
,
type
:
"warning"
,
...
...
@@ -320,7 +258,7 @@ export default {
open1
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
lidgrp
.
blk
.
spcrcb
==
""
))
{
this
.
$confirm
(
"
Do you really want to reset your manual modifications?
"
,
"
是否确定要重置手动修改?
"
,
"提示"
,
{
cancelButtonText
:
"Cannel"
,
...
...
@@ -349,7 +287,7 @@ export default {
this
.
model
.
litamep
.
spcrcbamep
.
modflg
==
"X"
&&
this
.
model
.
litamep
.
spcrcbamep
.
modmanflg
==
"X"
)
{
this
.
$confirm
(
"
Please reset modification to replace first
"
,
"提示"
,
{
this
.
$confirm
(
"
请先重置修改以替换
"
,
"提示"
,
{
confirmButtonText
:
"Ok"
,
cancelButtonText
:
""
,
showCancelButton
:
false
,
...
...
src/views/Business/Litame/index.vue
View file @
f6c1abef
...
...
@@ -44,12 +44,6 @@
</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>
-->
<el-tab-pane
label=
"费用/账务"
name=
"engp,setpan,glepan"
>
<c-content>
<div
class=
"eibs-tab"
>
...
...
@@ -78,13 +72,6 @@
</c-content>
</el-tab-pane>
<!--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>
...
...
@@ -99,111 +86,6 @@
</c-content>
</el-tab-pane>
<!--PD000306 -->
<!--
<el-tab-pane
label=
"付款/承兑/议付行指示"
name=
"inspame"
>
<c-content>
<m-inspame
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000015 -->
<!--
<el-tab-pane
label=
"修改信息"
name=
"amep"
>
<c-content>
<m-amep
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000001 -->
<!--
<el-tab-pane
label=
"概览信息"
name=
"ovwp1"
>
<c-content>
<m-ovwp1
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--
<el-tab-pane
v-if=
"this.model.litp.aamp.aammod.addamtflg"
label=
"附加金额"
name=
"aamp"
><c-content>
<m-aamp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000021 -->
<!--
<el-tab-pane
label=
"叙述内容"
name=
"narp"
>
<c-content>
<m-narp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000077 -->
<!--
<el-tab-pane
label=
"详情信息"
name=
"detp"
>
<c-content>
<m-detp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000042 -->
<!--
<el-tab-pane
label=
"当事人信息"
name=
"ptyp"
>
<c-content>
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000352 -->
<!--
<el-tab-pane
label=
"单据修改"
name=
"dorpame"
>
<c-content>
<m-dorpame
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000355 -->
<!--
<el-tab-pane
label=
"货物修改"
name=
"dogpame"
>
<c-content>
<m-dogpame
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000359 -->
<!--
<el-tab-pane
label=
"附加条款修改"
name=
"adcpame"
>
<c-content>
<m-adcpame
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000000 -->
<!--
<el-tab-pane
label=
"结算"
name=
"setpan"
>
<c-content>
<m-setpan
: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>
-->
<!--
<el-tab-pane
v-if=
"this.model.lidgrp.rec.spcbenflg"
label=
"受益人特殊付款条件修改"
name=
"spbpame"
>
<c-content>
<m-spbpame
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--
<el-tab-pane
v-if=
"this.model.lidgrp.rec.spcrcbflg"
label=
"Spe.pay.cond.bank only [Amend]"
name=
"sprpame"
>
<c-content>
<m-sprpame
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
</c-tabs>
</el-form>
<c-function-btn
...
...
@@ -247,18 +129,10 @@ import Narp from "./Narp";
import
Detp
from
"./Detp"
;
import
Ptyp
from
"./Ptyp"
;
import
Inspame
from
"./Inspame"
;
// import Engp from "./Engp"
// import Ccvpan from "./Ccvpan"
// import Setpan from "./Setpan"
// import Glepan from "./Glepan"
import
Addbcb
from
"./Addbcb"
;
// import Coninfp from "./Coninfp"
// import Docpan from "./Docpan"
// import Doctre from "./Doctre"
import
Dorpame
from
"./Dorpame"
;
import
Dogpame
from
"./Dogpame"
;
import
Adcpame
from
"./Adcpame"
;
// import Limitbody from "./Limitbody"
import
Engp
from
"~/views/Public/Engp"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
...
...
src/views/Business/Litdav/Davp.vue
View file @
f6c1abef
...
...
@@ -8,7 +8,7 @@
<c-input
v-model=
"model.lidgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入编号"
placeholder=
"请输入
信用证
编号"
:disabled=
"true"
></c-input>
<template
slot=
"footer"
>
...
...
@@ -26,8 +26,6 @@
<c-col
:span=
"24"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"信用证金额"
prop=
"lidgrp.cbs.nom1.cur"
>
<!-- <c-select :code="codes.cur" v-model="model.lidgrp.cbs.nom1.cur" style="width:100%" :disabled="true">
</c-select> -->
<c-input
:disabled=
"true"
v-model=
"model.lidgrp.cbs.nom1.cur"
maxlength=
"3"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
...
...
@@ -58,14 +56,14 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"可用银行"
prop=
"lidgrp.avbnam"
>
<c-input
:disabled=
"true"
v-model=
"model.lidgrp.avbnam"
placeholder=
"请输入
指定
银行"
></c-input>
<c-input
:disabled=
"true"
v-model=
"model.lidgrp.avbnam"
placeholder=
"请输入
可用
银行"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"19"
>
<el-form-item
label=
"兑付方式"
prop=
"lidgrp.rec.avbby"
>
<c-select
:code=
"codes.avbby"
:disabled=
"true"
v-model=
"model.lidgrp.rec.avbby"
style=
"width:100%"
placeholder=
"请选择
Available by
"
>
:disabled=
"true"
v-model=
"model.lidgrp.rec.avbby"
style=
"width:100%"
placeholder=
"请选择
兑付方式
"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -85,13 +83,13 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"有效期限"
prop=
"lidgrp.rec.expdat"
>
<c-date-picker
:disabled=
"true"
type=
"date"
v-model=
"model.lidgrp.rec.expdat"
style=
"width:100%"
placeholder=
"请选择
到期日/到期地点
"
></c-date-picker>
<c-date-picker
:disabled=
"true"
type=
"date"
v-model=
"model.lidgrp.rec.expdat"
style=
"width:100%"
placeholder=
"请选择
有效期限
"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Place of Expiry
"
prop=
"lidgrp.rec.expplc"
>
<c-input
:disabled=
"true"
v-model=
"model.lidgrp.rec.expplc"
maxlength=
"29"
placeholder=
"请输入到期
日/到期
地点"
></c-input>
<el-form-item
label=
"
到期地点
"
prop=
"lidgrp.rec.expplc"
>
<c-input
:disabled=
"true"
v-model=
"model.lidgrp.rec.expplc"
maxlength=
"29"
placeholder=
"请输入到期地点"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -105,7 +103,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"单据编号"
prop=
"brdgrp.rec.ownref"
>
<c-fullbox>
<c-input
:disabled=
"true"
v-model=
"model.brdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
Document Reference
"
></c-input>
<c-input
:disabled=
"true"
v-model=
"model.brdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
单据编号
"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"padding: 0 12px"
...
...
@@ -121,7 +119,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"通知类型"
prop=
"brdgrp.rec.advtyp"
>
<c-select
:code=
"codes.advtyp"
v-model=
"model.brdgrp.rec.advtyp"
style=
"width:100%"
placeholder=
"请选择
Type of Advice
"
>
<c-select
:code=
"codes.advtyp"
v-model=
"model.brdgrp.rec.advtyp"
style=
"width:100%"
placeholder=
"请选择
通知类型
"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -130,7 +128,7 @@
<el-form-item
label=
"建议付款日期"
prop=
"brdgrp.rec.advdat"
>
<c-date-picker
:disabled=
" (this.model.brdgrp.rec.advtyp == '750' || this.model.brdgrp.rec.advtyp == 'OTH') "
type=
"date"
v-model=
"model.brdgrp.rec.advdat"
style=
"width:100%"
placeholder=
"请选择
Payment advised on
"
></c-date-picker>
type=
"date"
v-model=
"model.brdgrp.rec.advdat"
style=
"width:100%"
placeholder=
"请选择
建议付款日期
"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -169,7 +167,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人参考号"
prop=
"brdgrp.ben.pts.ref"
>
<c-input
:disabled=
"true"
v-model=
"model.brdgrp.ben.pts.ref"
maxlength=
"16"
placeholder=
"请输入受益人"
></c-input>
<c-input
:disabled=
"true"
v-model=
"model.brdgrp.ben.pts.ref"
maxlength=
"16"
placeholder=
"请输入受益人
参考号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -190,14 +188,14 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"简略信息"
prop=
"brdgrp.rec.nam"
>
<c-input
:disabled=
"true"
v-model=
"model.brdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入
Name
"
></c-input>
<c-input
:disabled=
"true"
v-model=
"model.brdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入
简略信息
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行"
prop=
"brdgrp.rec.docprbrol"
>
<c-select
v-model=
"model.brdgrp.rec.docprbrol"
style=
"width:100%"
placeholder=
"请选择
Presented by
"
placeholder=
"请选择
交单行
"
:code=
"codes.docprbrol"
@
change=
"selectOrCheckboxRule('brdgrp.rec.docprbrol')"
>
...
...
@@ -206,7 +204,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行参考号"
prop=
"brdgrp.prb.pts.ref"
>
<c-input
v-model=
"model.brdgrp.prb.pts.ref"
maxlength=
"16"
placeholder=
"请输入
编
号"
></c-input>
<c-input
v-model=
"model.brdgrp.prb.pts.ref"
maxlength=
"16"
placeholder=
"请输入
交单行参考
号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
:offset=
"0"
>
...
...
@@ -279,13 +277,9 @@ export default {
}
else
if
(
this
.
model
.
brdgrp
.
rec
.
advtyp
==
'754'
){
this
.
model
.
brdgrp
.
rec
.
disdat
=
' '
// this.model.brdgrp.blk.docdisflg= ""
// this.model.brdgrp.blk.docdis= ''
}
else
if
(
this
.
model
.
brdgrp
.
rec
.
advtyp
==
'OTH'
){
this
.
model
.
brdgrp
.
rec
.
advdat
=
' '
this
.
model
.
brdgrp
.
rec
.
disdat
=
' '
// this.model.brdgrp.blk.docdisflg= ""
// this.model.brdgrp.blk.docdis= ''
}
}
}
...
...
src/views/Business/Litdav/Mt750p.vue
View file @
f6c1abef
...
...
@@ -44,7 +44,7 @@
<c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"已添加费用"
prop=
"brdgrp.blk.chaadd"
>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.chaadd"
maxlength=
"35"
show-word-limit
placeholder=
"请输入
Charges
"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.chaadd"
maxlength=
"35"
show-word-limit
placeholder=
"请输入
已添加费用
"
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Litdav/Othadvtypp.vue
View file @
f6c1abef
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"11"
>
<c-col
:span=
"12"
>
<c-col
:span=
"11"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"单据金额"
prop=
"brdgrp.cbs.max.cur"
>
<c-input
<c-input
disabled
v-model=
"model.brdgrp.cbs.max.cur"
maxlength=
"3"
placeholder=
"请输入单据金额"
></c-input>
v-model=
"model.brdgrp.cbs.max.cur"
maxlength=
"3"
placeholder=
"请输入单据金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"10px"
prop=
"brdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.brdgrp.cbs.max.amt"
placeholder=
"请输入金额"
></c-input>
<c-input
v-model=
"model.brdgrp.cbs.max.amt"
placeholder=
"请输入金额"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"提取附加金额"
prop=
"brdgrp.cbs.opn2.cur"
>
<c-select
disabled
v-model=
"model.brdgrp.cbs.opn2.cur"
style=
"width:100%"
placeholder=
"请选择附加金额"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"10px"
prop=
"brdgrp.cbs.max2.amt"
>
<c-input
v-model=
"model.brdgrp.cbs.max2.amt"
placeholder=
"请输入附加金额"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"提取附加金额"
prop=
"brdgrp.cbs.opn2.cur"
>
<c-select
disabled
v-model=
"model.brdgrp.cbs.opn2.cur"
style=
"width: 100%"
placeholder=
"请选择附加金额"
>
</c-select>
</el-form-item>
</c-col>
<c-col>
<c-col
:span=
"24
"
>
<el-form-item
label=
"收费描述"
prop=
"brdgrp.blk.chaadd"
>
<c-input
:rows=
"4
"
type=
"textarea"
v-model=
"model.brdgrp.blk.chaadd"
maxlength=
"35"
show-word-limit
placeholder=
"请输入内容"
></c-input>
</el-form-item>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"10px"
prop=
"brdgrp.cbs.max2.amt
"
>
<c-input
v-model=
"model.brdgrp.cbs.max2.amt"
placeholder=
"请输入附加金额
"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"待支付总额"
prop=
"brdgrp.rec.totcur"
>
<c-input
disabled
v-model=
"model.brdgrp.rec.totcur"
maxlength=
"3"
placeholder=
"请输入待支付总额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"10px"
prop=
"brdgrp.rec.totamt"
>
<c-input
v-model=
"model.brdgrp.rec.totamt"
placeholder=
"请输入待支付总额"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收费描述"
prop=
"brdgrp.blk.chaadd"
>
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.brdgrp.blk.chaadd"
maxlength=
"35"
show-word-limit
placeholder=
"请输入收费描述"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"待支付总额"
prop=
"brdgrp.rec.totcur"
>
<c-input
disabled
v-model=
"model.brdgrp.rec.totcur"
maxlength=
"3"
placeholder=
"请输入待支付总额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"10px"
prop=
"brdgrp.rec.totamt"
>
<c-input
v-model=
"model.brdgrp.rec.totamt"
placeholder=
"请输入待支付总额"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账户银行"
prop=
"brdgrp.acb.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.brdgrp.acb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入地址编号"
@
keyup
.
enter
.
native=
"showGridPromptDialog('brdgrp.acb.pts.extkey')"
<c-fullbox>
<c-input
v-model=
"model.brdgrp.acb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入账户银行"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('brdgrp.acb.pts.extkey')
"
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAcbpDet"
>
详情
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAcbpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址信息"
prop=
"brdgrp.acb.pts.adrblk"
>
<c-input
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.brdgrp.acb.pts.adrblk"
maxlength=
"135"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
type=
"textarea"
v-model=
"model.brdgrp.acb.pts.adrblk"
maxlength=
"135"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人银行"
prop=
"brdgrp.beb.pts.extkey"
>
<c-fullbox>
<c-input
@
keyup
.
enter
.
native=
"showGridPromptDialog('brdgrp.beb.pts.extkey')"
v-model=
"model.brdgrp.beb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入地址编号"
></c-input>
<c-fullbox>
<c-input
@
keyup
.
enter
.
native=
"
showGridPromptDialog('brdgrp.beb.pts.extkey')
"
v-model=
"model.brdgrp.beb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入受益人银行"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBebpDet"
>
详情
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBebpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址信息"
prop=
"brdgrp.beb.pts.adrblk"
>
<c-input
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.brdgrp.beb.pts.adrblk"
maxlength=
"135"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
type=
"textarea"
v-model=
"model.brdgrp.beb.pts.adrblk"
maxlength=
"135"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</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/Litdav/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Litdav/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/Litdck/Docpre.vue
View file @
f6c1abef
...
...
@@ -134,15 +134,6 @@
>
审批文件
</c-checkbox
>
</c-col>
<!-- <c-col :span="12">
<c-checkbox v-model="model.brtp.cre752flg">Create 752</c-checkbox>
</c-col>
<c-col :span="12">
<el-form-item label="Further Identification" prop="brtp.furide">
<c-select v-model="model.brtp.furide" style="width:100%" placeholder="请选择Further Identification">
</c-select>
</el-form-item>
</c-col> -->
<c-col
:span=
"12"
>
<c-checkbox
style=
"margin: 0px 0 10px 150px"
...
...
@@ -164,9 +155,6 @@
}"
></c-docpre>
</c-col>
<!-- <c-col :span="12">
<span v-text="model.brtp.docgrdm.docdsclab" data-path=".brtp.docgrdm.docdsclab" > </span>
</c-col> -->
</div>
</template>
<
script
>
...
...
src/views/Business/Litdck/Litdckp.vue
View file @
f6c1abef
...
...
@@ -9,7 +9,7 @@
disabled
v-model=
"model.lidgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
参考
号"
placeholder=
"请输入
信用证编
号"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -83,7 +83,7 @@
disabled
v-model=
"model.lidgrp.avbnam"
maxlength=
"40"
placeholder=
"请输入
指定
银行"
placeholder=
"请输入
可用
银行"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -94,7 +94,7 @@
:code=
"codes.avbby"
v-model=
"model.lidgrp.rec.avbby"
style=
"width: 100%"
placeholder=
"请选择
Available by
"
placeholder=
"请选择
兑付方式
"
>
</c-select>
</el-form-item>
...
...
@@ -124,7 +124,7 @@
type=
"date"
v-model=
"model.lidgrp.rec.shpdat"
style=
"width: 100%"
placeholder=
"请选择最迟装
运
日期"
placeholder=
"请选择最迟装
船
日期"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -135,7 +135,7 @@
type=
"date"
v-model=
"model.lidgrp.rec.expdat"
style=
"width: 100%"
placeholder=
"请选择日期"
placeholder=
"请选择
有效
日期"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -146,7 +146,7 @@
disabled
v-model=
"model.lidgrp.rec.expplc"
maxlength=
"29"
placeholder=
"请输入地址"
placeholder=
"请输入
到期
地址"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -269,7 +269,7 @@
type=
"date"
v-model=
"model.brdgrp.rec.rcvdat"
style=
"width: 100%"
placeholder=
"请选择日期"
placeholder=
"请选择
收单
日期"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -280,7 +280,7 @@
type=
"date"
v-model=
"model.brdgrp.rec.predat"
style=
"width: 100%"
placeholder=
"请选择日期"
placeholder=
"请选择
寄单
日期"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -291,7 +291,7 @@
type=
"date"
v-model=
"model.brdgrp.rec.orddat"
style=
"width: 100%"
placeholder=
"请选择日期"
placeholder=
"请选择
订购
日期"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -302,7 +302,7 @@
type=
"date"
v-model=
"model.brdgrp.rec.shpdat"
style=
"width: 100%"
placeholder=
"请选择日期"
placeholder=
"请选择
装船
日期"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -313,7 +313,7 @@
type=
"date"
v-model=
"model.brdgrp.rec.matdat"
style=
"width: 100%"
placeholder=
"请选择
日期
"
placeholder=
"请选择
付款期限
"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -347,7 +347,7 @@
v-model=
"model.brdgrp.blk.matper"
maxlength=
"65"
show-word-limit
placeholder=
"请输入
内容
"
placeholder=
"请输入
到期期限
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -373,17 +373,7 @@
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="合同编号" prop="brdgrp.rec.rptref">
<c-input v-model="model.brdgrp.rec.rptref"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox
:disabled="this.model.brdgrp.blk.docdisflg == 'X'"
v-model="model.brdgrp.rec.dscinsflg"
@change="dscinsflgChange">记录单据和不符点</c-checkbox>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"最迟送达日期"
prop=
"zcsdrq"
>
<c-date-picker
...
...
@@ -413,7 +403,7 @@
disabled
v-model=
"model.brdgrp.apl.pts.ref"
maxlength=
"16"
placeholder=
"请输入申请人"
placeholder=
"请输入申请人
参考号
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -423,7 +413,7 @@
disabled
v-model=
"model.brdgrp.apl.pts.nam"
maxlength=
"40"
placeholder=
"请输入名称"
placeholder=
"请输入
申请人
名称"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -433,7 +423,7 @@
disabled
v-model=
"model.brdgrp.ben.pts.ref"
maxlength=
"16"
placeholder=
"请输入受益人"
placeholder=
"请输入受益人
参考号
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -443,7 +433,7 @@
disabled
v-model=
"model.brdgrp.ben.pts.nam"
maxlength=
"40"
placeholder=
"请输入名称"
placeholder=
"请输入
受益人
名称"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -453,7 +443,7 @@
disabled
v-model=
"model.brdgrp.prb.pts.ref"
maxlength=
"16"
placeholder=
"请输入寄单行"
placeholder=
"请输入寄单行
参考号
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -463,7 +453,7 @@
disabled
v-model=
"model.brdgrp.prb.pts.nam"
maxlength=
"40"
placeholder=
"请输入名称"
placeholder=
"请输入
寄单行
名称"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -473,7 +463,7 @@
disabled
v-model=
"model.brdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入
Name
"
placeholder=
"请输入
简略信息
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -483,7 +473,7 @@
:code=
"codes.docprbrol"
v-model=
"model.brdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择
内容
"
placeholder=
"请选择"
@
change=
"selectOrCheckboxRule('brdgrp.rec.docprbrol')"
>
</c-select>
...
...
@@ -494,7 +484,7 @@
<c-input
v-model=
"model.brdgrp.prb.pts.ref"
maxlength=
"16"
placeholder=
"请输入参考号"
placeholder=
"请输入
寄单行
参考号"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -572,47 +562,6 @@
</el-form-item>
</c-col>
</el-col>
<!-- <c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="brtp.recget.sdamod.dadsnd">
<c-input v-model="model.brtp.recget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="12">
<el-form-item label="" prop="brtp.recget.sdamod.seainf">
<c-input v-model="model.brtp.recget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="brtp.prbp.ptsget.sdamod.dadsnd">
<c-input v-model="model.brtp.prbp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="12">
<el-form-item label="" prop="brtp.prbp.ptsget.sdamod.seainf">
<c-input v-model="model.brtp.prbp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onPrbpDet">
详情
</c-button>
</c-col> -->
<!--
<c-col :span="12">
<el-form-item label="Chinese address" prop="brdgrp.prb.dbfadrblkcn">
<c-input type="textarea" v-model="model.brdgrp.prb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.brtp.setnowflg">Register to Send and Settle Document</c-checkbox>
</c-col> -->
</div>
</template>
<
script
>
...
...
src/views/Business/Litdck/index.vue
View file @
f6c1abef
...
...
@@ -81,48 +81,6 @@
</c-content>
</el-tab-pane>
<!--PD000047 -->
<!--
<el-tab-pane
label=
"单据信息"
name=
"litdckp"
>
<c-content>
<m-litdckp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000062 -->
<!--
<el-tab-pane
v-if=
"this.model.brdgrp.rec.dscinsflg"
label=
"不符点/说明"
name=
"docpre"
>
<c-content>
<m-docpre
: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 -->
<!--
<el-tab-pane
label=
"结算"
name=
"setpan"
>
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000001 -->
<!--
<el-tab-pane
label=
"货权单据"
name=
"srmp"
>
<c-content>
<m-srmp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
</c-tabs>
</el-form>
<c-function-btn
...
...
@@ -160,11 +118,6 @@ import Default from "~/model/Litdck/Default";
import
Pattern
from
"~/model/Litdck/Pattern"
;
import
Litdckp
from
"./Litdckp"
;
import
Docpre
from
"./Docpre"
;
// import Engp from "./Engp"
// import Setpan from "./Setpan"
// import Coninfp from "./Coninfp"
// import Docpan from "./Docpan"
// import Doctre from "./Doctre"
import
Limitbody
from
"./Limitbody"
;
import
Srmp
from
"./Srmp"
;
...
...
@@ -173,7 +126,6 @@ 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
:
"Litdck"
,
...
...
src/views/Business/Litopn/Detp.vue
View file @
f6c1abef
...
...
@@ -77,59 +77,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf('lidgrp.avb.pts.extkey')"
>i</c-button
>
<c-button size="small" type="primary" @click="onAvbpDet">
详情
</c-button>
</el-form-item>
</c-col> -->
<!-- <c-col :span="24" v-if="this.flag4">
<el-form-item label="Available in" prop="lidgrp.avb.pts.adrblk">
<c-input
:disabled="this.flag6"
type="textarea" v-model="model.lidgrp.avb.pts.adrblk" maxlength="135" :rows="4" show-word-limit placeholder="请输入Available in" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24" v-if="!this.flag4">
<el-form-item label="Available in" prop="lidgrp.blk.avbwthtxt">
<c-input
type="textarea" v-model="model.lidgrp.blk.avbwthtxt" maxlength="135" :rows="4" show-word-limit placeholder="请输入Available in" ></c-input>
</el-form-item>
</c-col> -->
<!--
<c-col :span="24">
<el-form-item label="地址信息" prop="lidgrp.avb.pts.adrblk">
<c-input type="textarea" v-model="model.lidgrp.avb.pts.adrblk" maxlength="35" :rows="4" show-word-limit placeholder="请输入地址信息" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Chinese address" prop="lidgrp.avb.dbfadrblkcn">
<c-input type="textarea" v-model="model.lidgrp.avb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="lidgrp.avb.namelc">
<c-input type="textarea" v-model="model.lidgrp.avb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="lidgrp.avb.adrelc">
<c-input type="textarea" v-model="model.lidgrp.avb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"兑付方式"
prop=
"lidgrp.rec.avbby"
>
<c-select
...
...
@@ -207,20 +154,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf('lidgrp.drw.pts.extkey')"
>i</c-button
>
<c-button size="small" type="primary" @click="onDrwpDet">
详情
</c-button>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"名称地址"
prop=
"lidgrp.drw.pts.adrblk"
>
<c-input
...
...
@@ -230,7 +163,7 @@
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入
地址信息
"
placeholder=
"请输入
名称地址
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -240,7 +173,7 @@
<c-input
v-model=
"model.lidgrp.rec.shpfro"
maxlength=
"65"
placeholder=
"请输入
地址
"
placeholder=
"请输入
装船/发运地
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -250,7 +183,7 @@
<c-input
v-model=
"model.lidgrp.rec.porloa"
maxlength=
"65"
placeholder=
"请输入
地址
"
placeholder=
"请输入
始发(航空)站
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -260,7 +193,7 @@
<c-input
v-model=
"model.lidgrp.rec.pordis"
maxlength=
"65"
placeholder=
"请输入
地址
"
placeholder=
"请输入
终点(航空)站
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -270,7 +203,7 @@
<c-input
v-model=
"model.lidgrp.rec.shpto"
maxlength=
"65"
placeholder=
"请输入
地址
"
placeholder=
"请输入
最终目的地
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -290,56 +223,6 @@
></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="装船/发运地" prop="lidgrp.rec.shpfro">
<c-input v-model="model.lidgrp.rec.shpfro" maxlength="65" placeholder="请输入地址"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="始发(航空)站" prop="lidgrp.rec.porloa">
<c-input v-model="model.lidgrp.rec.porloa" maxlength="65" placeholder="请输入地址"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="终点(航空)站" prop="lidgrp.rec.pordis">
<c-input v-model="model.lidgrp.rec.pordis" maxlength="65" placeholder="请输入地址"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="最终目的地" prop="lidgrp.rec.shpto">
<c-input v-model="model.lidgrp.rec.shpto" maxlength="65" placeholder="请输入地址"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="装运期" prop="lidgrp.blk.shpper">
<c-input type="textarea" v-model="model.lidgrp.blk.shpper" maxlength="65" :rows="6" show-word-limit placeholder="请输入装运期" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Chinese address" prop="lidgrp.drw.dbfadrblkcn">
<c-input type="textarea" v-model="model.lidgrp.drw.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="lidgrp.drw.namelc">
<c-input type="textarea" v-model="model.lidgrp.drw.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="lidgrp.drw.adrelc">
<c-input type="textarea" v-model="model.lidgrp.drw.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
-->
</c-col>
<!-- ========================右边======================== -->
...
...
@@ -349,7 +232,7 @@
<c-input
v-model
.
number=
"model.lidgrp.rec.prepers18"
style=
"width: 100%"
placeholder=
"请输入
天数
"
placeholder=
"请输入
提交期限(天)
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -376,16 +259,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="Presentation period text" prop="lidgrp.rec.prepertxts18">
<c-input v-model="model.lidgrp.rec.prepertxts18" maxlength="35" placeholder="请输入Presentation period text"></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="18" class="centerLable marginLable">
<c-checkbox v-model="model.lidgrp.blk.preperflg">Presentation Period modified</c-checkbox>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"银行负担费用"
prop=
"lidgrp.blk.feetxt"
>
<c-fullbox>
...
...
@@ -395,7 +268,7 @@
maxlength=
"210"
:rows=
"6"
show-word-limit
placeholder=
"请输入
内容
"
placeholder=
"请输入
银行负担费用
"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -409,13 +282,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="Drafts at" prop="lidgrp.rec.chato">
<c-select v-model="model.lidgrp.rec.chato" style="width:100%" placeholder="请选择Drafts at">
</c-select>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"收报行所属国家地区 "
prop=
"lidgrp.rec.stacty"
>
<c-select
...
...
src/views/Business/Litopn/Ovwp1.vue
View file @
f6c1abef
...
...
@@ -77,13 +77,6 @@
</el-form-item>
</c-col>
<!-- LITPOP INFLID 显示-->
<!--
<c-col :span="12">
<c-checkbox v-model="model.lidgrp.rec.resflg">Reserved Contract</c-checkbox>
</c-col>
-->
<el-col
:span=
"24"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"名义金额"
prop=
"lidgrp.cbs.nom1.cur"
>
...
...
@@ -94,13 +87,6 @@
:code=
"codes.curtxt1"
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
<!-- <el-option
v-for="item in codes.curtxt1"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option> -->
</c-select>
</el-form-item>
</c-col>
...
...
@@ -259,7 +245,7 @@
<c-input
v-model=
"model.lidgrp.rec.expplc"
maxlength=
"29"
placeholder=
"请输入
地址
"
placeholder=
"请输入
交单地点
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -322,11 +308,7 @@
</c-select>
</el-form-item>
</c-col>
<!--
<c-col :span="12">
<span v-text="model.litp.oppbnkl" data-path=".litp.oppbnkl" > </span>
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"对手行代码"
prop=
"lidgrp.rec.oppbnk"
v-if=
"zmqflg"
>
<!--自贸区标志 -->
...
...
@@ -418,20 +400,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf('lidgrp.apl.pts.extkey')"
>i</c-button
>
<c-button size="small" type="primary" @click="onAplpDet">
详情
</c-button>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人名称地址"
prop=
"lidgrp.apl.pts.adrblk"
>
<c-input
...
...
@@ -445,27 +413,6 @@
></c-input>
</el-form-item>
</c-col>
<!-- 需要处理
<c-col :span="12">
<el-form-item label="Chinese address" prop="lidgrp.apl.dbfadrblkcn">
<c-input type="textarea" v-model="model.lidgrp.apl.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<!--
<c-col :span="12">
<el-form-item label="名称" prop="lidgrp.apl.namelc">
<c-input type="textarea" v-model="model.lidgrp.apl.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="lidgrp.apl.adrelc">
<c-input type="textarea" v-model="model.lidgrp.apl.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"通知行参考号"
prop=
"lidgrp.adv.pts.ref"
>
...
...
@@ -516,20 +463,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf('lidgrp.adv.pts.extkey')"
>i</c-button
>
<c-button size="small" type="primary" @click="onAdvpDet">
详情
</c-button>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"通知行名称地址"
prop=
"lidgrp.adv.pts.adrblk"
>
<c-input
...
...
@@ -543,28 +476,7 @@
></c-input>
</el-form-item>
</c-col>
<!--需要处理
<c-col :span="12">
<el-form-item label="Chinese address" prop="lidgrp.adv.dbfadrblkcn">
<c-input type="textarea" v-model="model.lidgrp.adv.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<!--
<c-col :span="12">
<el-form-item label="名称" prop="lidgrp.adv.namelc">
<c-input type="textarea" v-model="model.lidgrp.adv.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="lidgrp.adv.adrelc">
<c-input type="textarea" v-model="model.lidgrp.adv.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人参考号"
prop=
"lidgrp.ben.pts.ref"
>
<c-input
...
...
@@ -610,20 +522,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf('lidgrp.ben.pts.extkey')"
>i</c-button
>
<c-button size="small" type="primary" @click="onBenpDet">
详情
</c-button>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人名称地址"
prop=
"lidgrp.ben.pts.adrblk"
>
<c-input
...
...
@@ -636,26 +534,6 @@
></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="12">
<el-form-item label="Chinese address" prop="lidgrp.ben.dbfadrblkcn">
<c-input type="textarea" v-model="model.lidgrp.ben.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<!--
<c-col :span="12">
<el-form-item label="名称" prop="lidgrp.ben.namelc">
<c-input type="textarea" v-model="model.lidgrp.ben.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="lidgrp.ben.adrelc">
<c-input type="textarea" v-model="model.lidgrp.ben.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"12"
class=
""
>
<el-form-item
label=
" "
prop=
"lidgrp.rec.rmbflg"
label-width=
"120px"
style=
" float:left;"
>
...
...
@@ -720,11 +598,11 @@ export default {
)
)
{
this
.
$confirm
(
"
Do you really want to delete the additional amount of this contract?
"
,
"
是否确定要删除此合同的附加金额?
"
,
"提示"
,
{
confirmButtonText
:
"
Yes
"
,
cancelButtonText
:
"
No
"
,
confirmButtonText
:
"
是
"
,
cancelButtonText
:
"
否
"
,
type
:
"warning"
,
showClose
:
false
,
}
...
...
src/views/Business/Litopn/Ptyp.vue
View file @
f6c1abef
...
...
@@ -8,7 +8,7 @@
v-model=
"model.lidgrp.ini.pts.ref"
disabled
maxlength=
"16"
placeholder=
"请输入
内容
"
placeholder=
"请输入
申请人开户行参考号
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -47,20 +47,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf('lidgrp.ini.pts.extkey')"
>i</c-button
>
<c-button size="small" type="primary" @click="onInipDet">
详情
</c-button>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"名称地址"
prop=
"lidgrp.ini.pts.adrblk"
>
<c-input
...
...
@@ -74,32 +60,13 @@
></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="Chinese address" prop="lidgrp.ini.dbfadrblkcn">
<c-input type="textarea" v-model="model.lidgrp.ini.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="名称" prop="lidgrp.ini.namelc">
<c-input type="textarea" v-model="model.lidgrp.ini.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="地址" prop="lidgrp.ini.adrelc">
<c-input type="textarea" v-model="model.lidgrp.ini.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"偿付行参考号"
prop=
"lidgrp.rmb.pts.ref"
>
<c-input
v-model=
"model.lidgrp.rmb.pts.ref"
maxlength=
"16"
placeholder=
"请输入
内容
"
placeholder=
"请输入
偿付行参考号
"
:disabled=
"model.lidgrp.rec.rmbflg = ''"
></c-input>
</el-form-item>
...
...
@@ -137,20 +104,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf('lidgrp.rmb.pts.extkey')"
>i</c-button
>
<c-button size="small" type="primary" @click="onRmbpDet">
详情
</c-button>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"名称地址"
prop=
"lidgrp.rmb.pts.nam"
>
<c-input
...
...
@@ -170,7 +123,7 @@
<c-input
v-model=
"model.lidgrp.con.pts.ref"
maxlength=
"16"
placeholder=
"请输入
内容
"
placeholder=
"请输入
保兑行参考号
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -210,20 +163,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf('lidgrp.con.pts.extkey')"
>i</c-button
>
<c-button size="small" type="primary" @click="onConpDet">
详情
</c-button>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"名称地址"
prop=
"lidgrp.con.pts.adrblk"
>
<c-input
...
...
@@ -237,26 +176,8 @@
></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="Chinese address" prop="lidgrp.con.dbfadrblkcn">
<c-input type="textarea" v-model="model.lidgrp.con.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="名称" prop="lidgrp.con.namelc">
<c-input type="textarea" v-model="model.lidgrp.con.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="地址" prop="lidgrp.con.adrelc">
<c-input type="textarea" v-model="model.lidgrp.con.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
-->
</c-col>
<!-- ================右 ==================== -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
...
...
@@ -264,7 +185,7 @@
<c-input
v-model=
"model.lidgrp.a2b.pts.ref"
maxlength=
"16"
placeholder=
"请输入参考号"
placeholder=
"请输入
第二通知行
参考号"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -304,20 +225,6 @@
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf('lidgrp.a2b.pts.extkey')"
>i</c-button
>
<c-button size="small" type="primary" @click="onA2bpDet">
详情
</c-button>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"名称地址"
prop=
"lidgrp.a2b.pts.adrblk"
>
<c-input
...
...
@@ -331,25 +238,6 @@
></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="Chinese address" prop="lidgrp.a2b.dbfadrblkcn">
<c-input type="textarea" v-model="model.lidgrp.a2b.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="名称" prop="lidgrp.a2b.namelc">
<c-input type="textarea" v-model="model.lidgrp.a2b.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="地址" prop="lidgrp.a2b.adrelc">
<c-input type="textarea" v-model="model.lidgrp.a2b.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
...
...
@@ -359,7 +247,7 @@
<c-input
v-model=
"model.lidgrp.avb.pts.ref"
maxlength=
"16"
placeholder=
"请输入参考号"
placeholder=
"请输入
授权兑付行
参考号"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -391,27 +279,12 @@
@
click=
"onAvbpDet"
icon=
"el-icon-info"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<el-form-item label="" label-width="15px">
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf('lidgrp.avb.pts.extkey')"
>i</c-button
>
<c-button size="small" type="primary" @click="onAvbpDet">
详情
</c-button>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"名称地址"
prop=
"lidgrp.avb.pts.adrblk"
>
<c-input
...
...
@@ -425,25 +298,6 @@
></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="Chinese address" prop="lidgrp.avb.dbfadrblkcn">
<c-input type="textarea" v-model="model.lidgrp.avb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="名称" prop="lidgrp.avb.namelc">
<c-input type="textarea" v-model="model.lidgrp.avb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="地址" prop="lidgrp.avb.adrelc">
<c-input type="textarea" v-model="model.lidgrp.avb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
-->
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -463,10 +317,6 @@
</
template
>
</el-table-column>
</c-edit-table>
<!--
<c-col :span="12">
<span v-text="model.litp.avblab" data-path=".litp.avblab" > </span>
</c-col>-->
</div>
</template>
<
script
>
...
...
src/views/Business/Litopn/Spcbenp.vue
View file @
f6c1abef
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"受益人特殊付款条款"
prop=
"lidgrp.blk.spcben"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.spcben"
maxlength=
"65"
:rows=
"30"
show-word-limit
placeholder=
"请输入Special Payment Conditions"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-more"
@
click=
"onSpcbenButtxmsel"
>
</c-button>
</c-col>
</div>
<c-col
:span=
"22"
>
<el-form-item
label=
"受益人特殊付款条款"
prop=
"lidgrp.blk.spcben"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.spcben"
maxlength=
"65"
:rows=
"30"
show-word-limit
placeholder=
"请输入受益人特殊付款条款"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-more"
@
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/Litopn/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Litopn/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/Litopn/Spcrcvp.vue
View file @
f6c1abef
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"仅适用于指定银行的特殊付款条款"
prop=
"lidgrp.blk.spcrcb"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.spcrcb"
maxlength=
"65"
:rows=
"30"
show-word-limit
placeholder=
"请输入Special Payment "
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSpcrcbButtxmsel"
icon=
"el-icon-more"
>
</c-button>
</c-col>
</div>
<c-col
:span=
"22"
>
<el-form-item
label=
"仅适用于指定银行的特殊付款条款"
prop=
"lidgrp.blk.spcrcb"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.spcrcb"
maxlength=
"65"
:rows=
"30"
show-word-limit
placeholder=
"请输入仅适用于指定银行的特殊付款条款"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSpcrcbButtxmsel"
icon=
"el-icon-more"
>
</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/Litopn/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Litopn/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/Litopn/index.vue
View file @
f6c1abef
...
...
@@ -28,55 +28,6 @@
</el-tab-pane>
<!--PD000001 -->
<!--
<el-tab-pane
v-if=
"model.litp.aamp.aammod.addamtflg"
label=
"附加金额"
name=
"aamp"
>
<c-content>
<m-aamp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000077 -->
<!--
<el-tab-pane
label=
"详情"
name=
"detp"
>
<c-content>
<m-detp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000042 -->
<!--
<el-tab-pane
label=
"当事人"
name=
"ptyp"
>
<c-content>
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000057 -->
<!--
<el-tab-pane
label=
"货物"
name=
"dogp"
>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dogp'"
:rec=
"'lid'"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000060 -->
<!--
<el-tab-pane
label=
"单据"
name=
"dorp"
>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dorp'"
:rec=
"'lid'"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000073 -->
<!--
<el-tab-pane
label=
"附加条款"
name=
"adcp"
>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'adcp'"
:rec=
"'lid'"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000001 -->
<el-tab-pane
label=
"保证金"
name=
"ccvpan"
>
<c-content>
<m-ccvpan
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -112,18 +63,6 @@
</c-content>
</el-tab-pane>
<!--PD000000 -->
<!--
<el-tab-pane
label=
"结算"
name=
"setpan"
>
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000001 -->
<!--
<el-tab-pane
label=
"会计分录"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000510 -->
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<c-content>
...
...
@@ -131,11 +70,6 @@
</c-content>
</el-tab-pane>
<!--PD000000 -->
<!--
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000529 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
...
...
@@ -157,65 +91,9 @@
</c-content>
</el-tab-pane>
<!--PD000110 -->
<!--
<el-tab-pane
label=
"2106银行跟单结算及表外融资"
name=
"libp"
v-if=
"this.model.cnybop.libflg == '1'"
>
<c-content>
<m-libp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000346 -->
<!--
<el-tab-pane
v-if=
"model.lidgrp.rec.spcrcbflg"
label=
"仅适用于指定银行的特殊付款条款"
name=
"spcrcvp"
>
<c-content>
<m-spcrcvp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000347 -->
<!--
<el-tab-pane
v-if=
"model.lidgrp.rec.spcbenflg"
label=
"存在受益人的特殊付款条款"
name=
"spcbenp"
>
<c-content>
<m-spcbenp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000115 -->
<!--
<el-tab-pane
label=
"Addtional Info"
name=
"namp"
>
<m-namp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD001033 -->
<!--
<el-tab-pane
label=
"Diary Selection"
name=
"diaselp"
>
<m-diaselp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD001003 -->
<!--
<el-tab-pane
label=
"Diaries in Transactions"
name=
"diapan"
>
<m-diapan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</c-tabs>
</el-form>
<!--
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
:isPty=
"false"
>
</c-grid-ety-prompt-dialog>
-->
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
...
...
@@ -255,18 +133,10 @@ import Ptyp from "./Ptyp";
import
Dogp
from
"./Dogp"
;
import
Dorp
from
"./Dorp"
;
import
Adcp
from
"./Adcp"
;
//import Engp from "./Engp"
//import Ccvpan from "./Ccvpan"
//import Setpan from "./Setpan"
//import Glepan from "./Glepan"
import
Addbcb
from
"./Addbcb"
;
//import Coninfp from "./Coninfp"
//import Docpan from "./Docpan"
// import Doctre from "./Doctre"
import
Cnyp
from
"./Cnyp"
;
import
Libp
from
"./Libp"
;
import
Namp
from
"./Namp"
;
// import Limitbody from "./Limitbody";
import
Spcrcvp
from
"./Spcrcvp"
;
import
Spcbenp
from
"./Spcbenp"
;
import
Diaselp
from
"./Diaselp"
;
...
...
@@ -301,7 +171,6 @@ export default {
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-cnyp"
:
Cnyp
,
"m-libp"
:
Libp
,
"m-namp"
:
Namp
,
...
...
@@ -331,19 +200,6 @@ export default {
};
},
methods
:
{
//>==== 该目录下的tabclick要注释掉不然会将commonProcess里的覆盖 ===
<
// tabClick(tab) {
// // const name = tab.name;
// // let rulePath;
// // if (name === "libp") {
// // rulePath = "cnybop.libp";
// // }
// // this.executeRule(rulePath).then((res) => {
// // if (res.respCode == SUCCESS) {
// // this.updateModel(res.data);
// // }
// // });
// },
},
created
:
async
function
()
{
console
.
log
(
"进入litopn交易"
);
...
...
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