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
fe693b71
Commit
fe693b71
authored
Mar 13, 2023
by
xionglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
89db323a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
10 deletions
+24
-10
index.js
src/config/CodeTable/index.js
+12
-1
Pattern.js
src/model/Lttopn/Pattern.js
+1
-1
Ovwp.vue
src/views/Business/Lttame/Ovwp.vue
+1
-1
Canp.vue
src/views/Business/Lttcan/Canp.vue
+2
-2
Setpan.vue
src/views/Public/Setpan.vue
+8
-5
No files found.
src/config/CodeTable/index.js
View file @
fe693b71
...
...
@@ -4307,6 +4307,12 @@ const CodeTable = {
{
label
:
"可撤销"
,
value
:
"R"
},
{
label
:
"可撤销可转让"
,
value
:
"RT"
},
],
lcrtyp1
:[
{
label
:
"IRREVOCABLE"
,
value
:
"I"
},
{
label
:
"IRREVOCABLE TRANSFERABLE"
,
value
:
"IT"
},
{
label
:
"可撤销"
,
value
:
"R"
},
{
label
:
"可撤销可转让"
,
value
:
"RT"
},
],
lcselflg
:
[
{
label
:
"信用证闭卷"
,
value
:
"1"
},
{
label
:
"信用证修改确认"
,
value
:
"5"
},
...
...
@@ -6846,7 +6852,12 @@ const CodeTable = {
setfelRol
:
[
{
label
:
"OWN Ourselves"
,
value
:
"OWN"
},
{
label
:
"ISS 开证行"
,
value
:
"ISS"
},
{
label
:
"APL 申请人"
,
value
:
"APL"
}
{
label
:
"APL 申请人"
,
value
:
"APL"
},
{
label
:
"ADT 通知行转账"
,
value
:
"ADT"
},
{
label
:
"AVT Avail. w. Bank Tr."
,
value
:
"AVT"
},
{
label
:
"BE1 第一受益人"
,
value
:
"BE1"
},
{
label
:
"BE2 第二受益人"
,
value
:
"BE2"
},
{
label
:
"BEN 受益人"
,
value
:
"BEN"
},
],
setfelRol1
:
[
{
label
:
"A2B 第二通知行"
,
value
:
"A2B"
},
...
...
src/model/Lttopn/Pattern.js
View file @
fe693b71
...
...
@@ -202,7 +202,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"ledgrp.cbs.opn1.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^-
?\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^-
?\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
src/views/Business/Lttame/Ovwp.vue
View file @
fe693b71
...
...
@@ -13,7 +13,7 @@
<el-collapse-item
title=
"当事人描述"
name=
"ptyp"
>
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"转让信用证报销
"
name=
"rbip"
v-if=
"model.ltdgrp.rec.rmbflg"
>
<el-collapse-item
title=
"转让信用证偿付
"
name=
"rbip"
v-if=
"model.ltdgrp.rec.rmbflg"
>
<m-rbip
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"详细信息"
name=
"detp"
>
...
...
src/views/Business/Lttcan/Canp.vue
View file @
fe693b71
...
...
@@ -187,14 +187,14 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"0px"
style=
"text-align: left; margin-left: 5px"
prop=
"ltdgrp.rec.lcrtyp"
>
<c-
inpu
t
<c-
selec
t
v-model=
"model.ltdgrp.rec.lcrtyp"
style=
"width: 100%"
maxlength=
"40"
placeholder=
"请输入"
disabled
:code=
"codes.lcrtyp1"
></c-
inpu
t>
></c-
selec
t>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Public/Setpan.vue
View file @
fe693b71
...
...
@@ -334,25 +334,28 @@
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
label=
"费用代码"
width=
"110px"
>
<el-table-column
label=
"费用代码"
width=
"110px"
>
<
template
#
default=
"scope"
>
<el-form-item
label-width=
"0"
:prop=
"'setmod.setfeg.setfel.' + scope.$index + '.feecod'"
>
<c-
selec
t
<c-
inpu
t
v-model=
"scope.row.feecod"
disabled
@
change=
"selectOrCheckboxRule('setmod.setfeg.setfel.feecod')"
>
<el-option
<
!--
<
el-option
v-for=
"item in codes.fepfeecod"
:key=
"item.value"
:label=
"item.value"
:value=
"item.value"
>
<span
style=
"float: left"
>
{{
item
.
label
}}
</span>
</el-option>
</c-
selec
t>
</el-option>
-->
</c-
inpu
t>
</el-form-item>
</
template
>
</el-table-column>
...
...
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