Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
808b34ed
Commit
808b34ed
authored
Aug 05, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getamc修改
parent
a9fd12a2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
14 deletions
+38
-14
index.js
src/config/CodeTable/index.js
+24
-2
Conp.vue
src/views/Business/Getamc/Conp.vue
+3
-2
Ovwp.vue
src/views/Business/Getamc/Ovwp.vue
+5
-5
Preperp.vue
src/views/Business/Getamc/Preperp.vue
+6
-5
No files found.
src/config/CodeTable/index.js
View file @
808b34ed
...
...
@@ -6722,8 +6722,8 @@ const CodeTable = {
// {label:"Issuance of the credit amendment", value:"ISSU"},
// ],
trnchato
:
[
{
label
:
"Applicant"
,
value
:
"APPL"
},
{
label
:
"Beneficiary"
,
value
:
"BENE"
},
{
label
:
"Applicant
Side
"
,
value
:
"APPL"
},
{
label
:
"Beneficiary
Side
"
,
value
:
"BENE"
},
{
label
:
"Other"
,
value
:
"OTHR"
}
],
bgftktyp
:
[
...
...
@@ -7023,5 +7023,27 @@ const CodeTable = {
{
label
:
"TEND"
,
value
:
"TEND Tender or Bid"
},
{
label
:
"WARR"
,
value
:
"WARR Warrantyimaintenance"
},
],
legfrm1
:[
{
label
:
"Standby letter of credit "
,
value
:
"STBY"
},
{
label
:
"Uniform Rules for Contract Guarant. URCG"
,
value
:
"URG"
},
{
label
:
"Undertaking (for example guarantee, surely)"
,
value
:
"UNDK"
},
{
label
:
"Uniform Rules for Contract Bonds URCB"
,
value
:
"URB"
},
{
label
:
"OTHER"
,
value
:
"DEPU"
},
{
label
:
"Unit. Nations Convention ind. Guarantees"
,
value
:
"UNC"
},
{
label
:
"Demand guarantee "
,
value
:
"DGAR"
},
{
label
:
"Guarantee (Standard)"
,
value
:
"STD"
},
{
label
:
"Guarantee (Others)"
,
value
:
"GUO"
},
{
label
:
"Surety Payable On First Demand "
,
value
:
"SPDM"
},
{
label
:
"Guarantee (ICC758)"
,
value
:
"758"
},
{
label
:
"Guarantee (ICC458)"
,
value
:
"458"
},
{
label
:
"Uniform Customs and Pract.Doc.Cre. UCP"
,
value
:
"UCP"
},
{
label
:
"Standby Letter of Credit (ISP)"
,
value
:
"ISP"
},
],
delto1
:[
{
label
:
"Beneficiary"
,
value
:
"BENE"
},
{
label
:
"Specified address"
,
value
:
"OTHR"
},
{
label
:
"Applicant"
,
value
:
"APPL"
},
{
label
:
"Obligor"
,
value
:
"OBLI"
},
],
}
export
default
CodeTable
;
src/views/Business/Getamc/Conp.vue
View file @
808b34ed
...
...
@@ -111,7 +111,7 @@
style=
"width: 100%"
placeholder=
"请选择Outgoing Purpose"
:code=
"codes.purpos"
disabled
>
</c-select>
</el-form-item>
...
...
@@ -123,7 +123,7 @@
v-model=
"model.gidgrp.rec.gartyp"
style=
"width: 100%"
placeholder=
"请选择Type of Undertaking"
:code=
"codes.typgar"
:code=
"codes.typgar
1
"
disabled
>
</c-select>
...
...
@@ -153,6 +153,7 @@
style=
"width: 100%"
placeholder=
"请选择Expiry Type"
:code=
"codes.exptyp"
disabled
>
</c-select>
</el-form-item>
...
...
src/views/Business/Getamc/Ovwp.vue
View file @
808b34ed
...
...
@@ -202,7 +202,7 @@
placeholder=
"请选择Type of Undertaking"
>
<el-option
v-for=
"item in codes.typgar"
v-for=
"item in codes.typgar
1
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -250,7 +250,7 @@
style=
"width: 100%"
placeholder=
"请选择Form of Undertaking"
disabled
:code=
"codes.legfrm"
:code=
"codes.legfrm
1
"
>
</c-select>
</el-form-item>
...
...
@@ -328,7 +328,7 @@
disabled
>
<el-option
v-for=
"item in codes.gtxinr"
v-for=
"item in codes.gtxinr
2
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -453,7 +453,7 @@
v-model=
"model.gidgrp.rec.orddat"
style=
"width: 100%"
placeholder=
"请选择Order Date"
disabled
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -966,7 +966,7 @@
v-model=
"model.gidgrp.rec.orddat"
style=
"width: 100%"
placeholder=
"请选择Order Date"
disabled
></c-date-picker>
</el-form-item>
</c-col>
...
...
src/views/Business/Getamc/Preperp.vue
View file @
808b34ed
<
template
>
<div
class=
"eibs-tab"
>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
...
...
@@ -16,7 +15,7 @@
placeholder=
"请选择Delivery of Undertak."
>
<el-option
v-for=
"item in codes.delori"
v-for=
"item in codes.delori
1
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -47,6 +46,7 @@
v-model=
"model.gidgrp.rec.sndto"
style=
"width: 100%"
placeholder=
"请选择Undertaking Send to"
disabled
>
<el-option
v-for=
"item in codes.rolall"
...
...
@@ -70,7 +70,7 @@
placeholder=
"请选择Deliv. To/Collection By"
>
<el-option
v-for=
"item in codes.delto"
v-for=
"item in codes.delto
1
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -87,11 +87,11 @@
>
<c-input
:disabled=
"
model.gidgrp.rec.delto == '' ||
model.gidgrp.rec.delto == 'APPL' ||
model.gidgrp.rec.delto == 'BENE'
"
type=
"textarea"
:rows=
"4"
v-model=
"model.gidgrp.blk.deltoadr"
maxlength=
"35"
show-word-limit
...
...
@@ -108,6 +108,7 @@
maxlength=
"65"
show-word-limit
placeholder=
"请输入Transfer Conditions"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
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