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
d6d4fb37
Commit
d6d4fb37
authored
Aug 12, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letnot/letamc/letdrw页面微调
parent
99c3f101
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
128 additions
and
92 deletions
+128
-92
Conp.vue
src/views/Business/Letamc/Conp.vue
+17
-14
index.vue
src/views/Business/Letamc/index.vue
+2
-2
Ovwp.vue
src/views/Business/Letdrw/Ovwp.vue
+2
-2
index.vue
src/views/Business/Letdrw/index.vue
+0
-0
Ovwp.vue
src/views/Business/Letnot/Ovwp.vue
+1
-1
index.vue
src/views/Business/Letnot/index.vue
+106
-73
No files found.
src/views/Business/Letamc/Conp.vue
View file @
d6d4fb37
...
...
@@ -16,6 +16,7 @@
</c-col>
<!-- L/C Amount -->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"L/C Amount"
prop=
"ledgrp.cbs.nom1.cur"
>
<c-select
...
...
@@ -27,7 +28,6 @@
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.nom1.amt"
>
<c-input
...
...
@@ -38,14 +38,14 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
>
<c-checkbox
v-model=
"model.letp.letp0.aammod.addamtflg"
disabled
>
Add. Amount
</c-checkbox
>
</c-col>
</c-col>
<!-- Open Amount -->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Open Amount"
prop=
"ledgrp.cbs.opn1.cur"
>
<c-select
...
...
@@ -57,7 +57,6 @@
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input
...
...
@@ -68,12 +67,12 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
>
<c-checkbox
v-model=
"model.ledgrp.rec.revflg"
disabled
>
Revolving L/C
</c-checkbox
>
</c-col>
</c-col>
<!-- Available with -->
<c-col
:span=
"24"
>
<el-form-item
label=
"Available with"
prop=
"ledgrp.avbnam"
>
...
...
@@ -93,6 +92,7 @@
v-model=
"model.ledgrp.rec.avbby"
style=
"width: 100%"
placeholder=
"请选择Available by [AVBBY0]"
:code=
"codes.avbby0"
disabled
>
</c-select>
...
...
@@ -165,6 +165,7 @@
v-model=
"model.ledgrp.rec.lcrtyp"
style=
"width: 100%"
placeholder=
"请选择Form of L/C"
:code=
"codes.lcrtyp1"
disabled
>
</c-select>
...
...
@@ -178,6 +179,7 @@
v-model=
"model.ledgrp.rec.cnfdet"
style=
"width: 100%"
placeholder=
"请选择Confirmation Instruct."
:code=
"codes.cnfins"
disabled
>
</c-select>
...
...
@@ -190,6 +192,7 @@
v-model=
"model.ledgrp.rec.cnfsta"
style=
"width: 100%"
placeholder=
"请选择Confirmation Status "
:code=
"codes.cnfsta"
disabled
>
</c-select>
...
...
@@ -263,7 +266,7 @@
<!-- =========================== 右边 ==========================-->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"12"
>
<
!-- <
c-col :span="12">
<el-form-item label="name" prop="letp.letp0.recget.sdamod.dadsnd">
<c-input
v-model="model.letp.letp0.recget.sdamod.dadsnd"
...
...
@@ -271,10 +274,10 @@
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"
12
"
>
<el-form-item
label=
"
"
label-width=
"5px
"
prop=
"ledgrp.rec.nam"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"
Name
"
prop=
"ledgrp.rec.nam"
>
<c-input
v-model=
"model.ledgrp.rec.nam"
maxlength=
"40"
...
...
@@ -308,7 +311,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Iss
uer Ref
."
prop=
"ledgrp.iss.pts.ref"
>
<el-form-item
label=
"Iss
.Bank Original LC No
."
prop=
"ledgrp.iss.pts.ref"
>
<c-input
v-model=
"model.ledgrp.iss.pts.ref"
maxlength=
"16"
...
...
@@ -330,7 +333,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"Beneficiary Ref."
prop=
"ledgrp.ben.pts.ref"
>
<c-input
v-model=
"model.ledgrp.ben.pts.ref"
...
...
@@ -341,12 +344,12 @@
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<el-form-item
label=
"
Date/Place of Expiry
"
prop=
"ledgrp.ben.pts.nam"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
""
prop=
"ledgrp.ben.pts.nam"
>
<c-input
v-model=
"model.ledgrp.ben.pts.nam"
maxlength=
"40"
placeholder=
"请输入
Date/Place of Expiry
"
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
...
...
src/views/Business/Letamc/index.vue
View file @
d6d4fb37
...
...
@@ -55,9 +55,9 @@
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"Booking"
name=
"glepan"
>
<
!--
<
el-tab-pane
label=
"Booking"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000000 -->
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
...
...
src/views/Business/Letdrw/Ovwp.vue
View file @
d6d4fb37
...
...
@@ -331,7 +331,7 @@
v-model=
"model.ledgrp.rec.apprul"
style=
"width: 100%"
placeholder=
"请选择适用规则"
:code=
"codes.apprul"
:code=
"codes.apprul
1
"
@
change=
"apprulChange"
>
</c-select>
...
...
@@ -354,7 +354,7 @@
v-model=
"model.ledgrp.rec.shppar"
style=
"width: 100%"
placeholder=
"请选择分批装运"
:code=
"codes.shp
par
s18"
:code=
"codes.shp
trs
s18"
>
</c-select>
</el-form-item>
...
...
src/views/Business/Letdrw/index.vue
View file @
d6d4fb37
This diff is collapsed.
Click to expand it.
src/views/Business/Letnot/Ovwp.vue
View file @
d6d4fb37
...
...
@@ -339,7 +339,7 @@
v-model=
"model.ledgrp.rec.apprul"
style=
"width: 100%"
placeholder=
"请选择适用规则"
:code=
"codes.apprul"
:code=
"codes.apprul
1
"
@
change=
"apprulChange"
>
</c-select>
...
...
src/views/Business/Letnot/index.vue
View file @
d6d4fb37
<
template
>
<c-page
title=
"出口信用证预通知"
>
<div
class=
"eContainer"
>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
j加操作按钮-->
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
j加操作按钮-->
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
...
...
@@ -28,7 +28,12 @@
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--PD000017 -->
<el-tab-pane
label=
"内容"
name=
"ovwp"
>
<c-content>
...
...
@@ -36,9 +41,15 @@
</c-content>
</el-tab-pane>
<!--PD000001 Additional Amount 附加金额/额外款项-->
<el-tab-pane
label=
"附加金额"
name=
"aamp"
v-if=
"model.letp.aamp.aammod.addamtflg=='X'"
>
<m-aamp
:model=
"model"
:codes=
"codes"
/>
<!--PD000001 Additional Amount 附加金额/额外款项-->
<el-tab-pane
label=
"附加金额"
name=
"aamp"
v-if=
"model.letp.aamp.aammod.addamtflg == 'X'"
>
<c-content>
<m-aamp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000063 -->
...
...
@@ -57,17 +68,23 @@
<!--PD000055 -->
<el-tab-pane
label=
"货物说明"
name=
"dogp"
>
<m-dogp
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-dogp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000057 -->
<el-tab-pane
label=
"单据要求"
name=
"dorp"
>
<m-dorp
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-dorp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000060 -->
<el-tab-pane
label=
"其他条款"
name=
"adcp"
>
<m-adcp
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-adcp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
...
...
@@ -79,28 +96,45 @@
<!--PD000000 -->
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"报文及面函"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"附件"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000422 -->
<el-tab-pane
label=
"银行专用特殊付款条件"
name=
"spcrcvp"
v-if=
"model.ledgrp.rec.spcrcbflg=='X'"
>
<m-spcrcvp
:model=
"model"
:codes=
"codes"
/>
<!--PD000422 -->
<el-tab-pane
label=
"银行专用特殊付款条件"
name=
"spcrcvp"
v-if=
"model.ledgrp.rec.spcrcbflg == 'X'"
>
<c-content>
<m-spcrcvp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000394 -->
<el-tab-pane
label=
"受益人特殊付款条件"
name=
"spcbenp"
v-if=
"model.ledgrp.rec.spcbenflg=='X'"
>
<m-spcbenp
:model=
"model"
:codes=
"codes"
/>
<!--PD000394 -->
<el-tab-pane
label=
"受益人特殊付款条件"
name=
"spcbenp"
v-if=
"model.ledgrp.rec.spcbenflg == 'X'"
>
<c-content>
<m-spcbenp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
...
...
@@ -112,90 +146,89 @@
</c-page>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
Utils
from
"~/utils/index"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Letnot
from
"~/model/Letnot"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Letnot/Check"
;
import
Default
from
"~/model/Letnot/Default"
;
import
Pattern
from
"~/model/Letnot/Pattern"
;
import
Ovwp
from
"./Ovwp"
;
import
Aamp
from
"./Aamp"
;
import
Spcrcvp
from
"./Spcrcvp"
;
import
Spcbenp
from
"./Spcbenp"
;
import
Detp
from
"./Detp"
;
import
Ptyp
from
"./Ptyp"
;
import
Dogp
from
"./Dogp"
;
import
Dorp
from
"./Dorp"
;
import
Adcp
from
"./Adcp"
;
import
Api
from
'~/service/Api'
import
Utils
from
'~/utils/index'
import
CodeTable
from
'~/config/CodeTable'
import
Letnot
from
'~/model/Letnot'
import
commonProcess
from
'~/mixin/commonProcess'
import
commonFuncs
from
'~/mixin/commonFuncs'
import
Check
from
'~/model/Letnot/Check'
import
Default
from
'~/model/Letnot/Default'
import
Pattern
from
'~/model/Letnot/Pattern'
import
Ovwp
from
'./Ovwp'
import
Aamp
from
'./Aamp'
import
Spcrcvp
from
'./Spcrcvp'
import
Spcbenp
from
'./Spcbenp'
import
Detp
from
'./Detp'
import
Ptyp
from
'./Ptyp'
import
Dogp
from
'./Dogp'
import
Dorp
from
'./Dorp'
import
Adcp
from
'./Adcp'
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
"~/views/Public/Doctre"
;
import
Coninfp
from
'~/views/Public/Coninfp'
import
Setpan
from
'~/views/Public/Setpan'
import
Docpan
from
'~/views/Public/Docpan'
import
Doctre
from
'~/views/Public/Doctre'
export
default
{
name
:
"Letnot"
,
name
:
'Letnot'
,
components
:
{
"m-ovwp"
:
Ovwp
,
"m-aamp"
:
Aamp
,
"m-detp"
:
Detp
,
"m-ptyp"
:
Ptyp
,
"m-dogp"
:
Dogp
,
"m-dorp"
:
Dorp
,
"m-adcp"
:
Adcp
,
'm-ovwp'
:
Ovwp
,
'm-aamp'
:
Aamp
,
'm-detp'
:
Detp
,
'm-ptyp'
:
Ptyp
,
'm-dogp'
:
Dogp
,
'm-dorp'
:
Dorp
,
'm-adcp'
:
Adcp
,
// "m-notcha": Notcha,
"m-setpan"
:
Setpan
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-spcrcvp"
:
Spcrcvp
,
"m-spcbenp"
:
Spcbenp
,
'm-setpan'
:
Setpan
,
'm-coninfp'
:
Coninfp
,
'm-docpan'
:
Docpan
,
'm-doctre'
:
Doctre
,
'm-spcrcvp'
:
Spcrcvp
,
'm-spcbenp'
:
Spcbenp
,
},
provide
()
{
return
{
root
:
this
,
}
;
}
},
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"ovwp"
,
trnName
:
"letnot"
,
tabVal
:
'ovwp'
,
trnName
:
'letnot'
,
model
:
new
Letnot
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
},
}
;
}
},
methods
:
{
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
)
/**
* do it yourself
**/
}
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
)
/**
* do it yourself
**/
}
,
},
created
:
async
function
()
{
console
.
log
(
"进入letnot交易"
);
let
rtnmsg
=
await
this
.
init
({})
;
console
.
log
(
'进入letnot交易'
)
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
// Utils.copyValueFromVO(this.model, rtnmsg.data);
this
.
updateModel
(
rtnmsg
.
data
)
//TODO 处理数据逻辑
//TODO 处理数据逻辑
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
()
;
this
.
restoreDisplay
()
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
})
}
},
}
;
}
</
script
>
<
style
>
</
style
>
<
style
></
style
>
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