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
e35a72cc
Commit
e35a72cc
authored
Jan 24, 2022
by
zhengxiaokui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zxk
parent
a474ef64
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
Pattern.js
src/model/Letopn/Pattern.js
+4
-4
Detp.vue
src/views/Business/Letopn/Detp.vue
+1
-0
Sel.vue
src/views/Business/Letsel/Sel.vue
+3
-3
SelMune.vue
src/views/Business/Letsel/SelMune.vue
+5
-6
No files found.
src/model/Letopn/Pattern.js
View file @
e35a72cc
...
...
@@ -76,11 +76,11 @@ export default {
],
"ledgrp.rec.nomtop"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
required
:
false
,
message
:
"必输项"
},
{
max
:
2
,
message
:
"长度不能超过2"
}
],
"ledgrp.rec.nomton"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
required
:
false
,
message
:
"必输项"
},
{
max
:
2
,
message
:
"长度不能超过2"
}
],
"ledgrp.ben.adrelc"
:
[
...
...
@@ -103,7 +103,7 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"ledgrp.rec.opndat"
:
[
{
required
:
fals
e
,
message
:
"输入正确的日期"
}
{
required
:
tru
e
,
message
:
"输入正确的日期"
}
],
"ledgrp.rec.preadvdt"
:
[
{
required
:
false
,
message
:
"输入正确的日期"
}
...
...
@@ -137,7 +137,7 @@ export default {
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"ledgrp.rec.expdat"
:
[
{
required
:
fals
e
,
message
:
"输入正确的日期"
}
{
required
:
tru
e
,
message
:
"输入正确的日期"
}
],
"ledgrp.iss.adrelc"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/views/Business/Letopn/Detp.vue
View file @
e35a72cc
...
...
@@ -9,6 +9,7 @@
v-model=
"model.ledgrp.rec.avbwth"
style=
"width: 100%"
placeholder=
"请选择指定银行"
:code=
"codes.avbwth"
>
</c-select>
</el-form-item>
...
...
src/views/Business/Letsel/Sel.vue
View file @
e35a72cc
...
...
@@ -255,13 +255,13 @@ export default {
{
title
:
"Pre-Advising/Notifying"
,
url
:
"/business/letrsv"
,
disabled
:
false
,
disabled
:
this
.
model
.
ledgrp
.
rec
.
ownref
?
true
:
false
,
},
{
title
:
"Advising/Confirming"
,
url
:
"/business/letopn"
,
hotsubx
:
"6"
,
disabled
:
false
,
disabled
:
this
.
model
.
ledgrp
.
rec
.
ownref
?
true
:
false
,
},
{
title
:
"Reservation"
,
url
:
"#"
,
disabled
:
false
},
{
title
:
"Resevation & Receving Docs"
,
url
:
"#"
,
disabled
:
false
},
...
...
@@ -270,7 +270,7 @@ export default {
title
:
"Amending Issuing Bank"
,
url
:
"/business/letame"
,
hotsubx
:
"6"
,
disabled
:
fals
e
,
disabled
:
this
.
model
.
ledgrp
.
rec
.
ownref
?
false
:
tru
e
,
},
{
title
:
"Changing Issuing Bank"
,
...
...
src/views/Business/Letsel/SelMune.vue
View file @
e35a72cc
...
...
@@ -9,6 +9,7 @@
<el-table-column
prop=
"title"
align=
"center"
>
<template
slot-scope=
"scope"
>
<c-button
class=
"c_button_style"
@
click
.
native=
"onNarBtnClick(scope.row.url, scope.row.hotsubx)"
:title=
"scope.row.title"
:disabled=
"scope.row.disabled"
...
...
@@ -52,11 +53,8 @@ export default {
</
script
>
<
style
>
a
{
text-decoration-line
:
none
;
color
:
#606266
;
}
a
:hover
{
color
:
blue
;
.c_button_style
{
border
:
0px
;
border-radius
:
5px
;
}
</
style
>
\ No newline at end of file
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