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
513a840f
Commit
513a840f
authored
Jul 13, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letnot页面微调
parent
ddf6cc59
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
71 additions
and
55 deletions
+71
-55
Pattern.js
src/model/Letnot/Pattern.js
+7
-6
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
Detp.vue
src/views/Business/Letnot/Detp.vue
+2
-2
Ptyp.vue
src/views/Business/Letnot/Ptyp.vue
+4
-0
Spcbenp.vue
src/views/Business/Letnot/Spcbenp.vue
+27
-21
Spcrcvp.vue
src/views/Business/Letnot/Spcrcvp.vue
+26
-21
index.vue
src/views/Business/Letnot/index.vue
+4
-4
No files found.
src/model/Letnot/Pattern.js
View file @
513a840f
...
...
@@ -247,8 +247,8 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"ledgrp.rec.prepers18"
:[
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"number"
,
max
:
999
,
message
:
"长度不能超过3"
}
],
...
...
@@ -307,8 +307,8 @@ export default {
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"ledgrp.rec.tenmaxday"
:[
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
4
,
message
:
"长度不能超过4"
}
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"number"
,
max
:
9999
,
message
:
"长度不能超过4"
}
],
"ledgrp.rec.porloa"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -587,12 +587,12 @@ export default {
],
"ledgrp.blk.spcrcb"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
52000
,
message
:
"长度不能超过52000
"
}
],
"ledgrp.blk.spcben"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
52000
,
message
:
"长度不能超过52000
"
}
],
}
\ No newline at end of file
src/views/Business/BusRouter.js
View file @
513a840f
...
...
@@ -333,7 +333,7 @@ const BusRouter = [
{
path
:
'Dbipty'
,
component
:
Dbipty
,
name
:
'Dbipty'
,
meta
:
{
title
:
'客户静态信息管理'
}
},
{
path
:
'betdcr'
,
component
:
Betdcr
,
name
:
'Betdcr'
,
meta
:
{
title
:
'出口信用证电提不符点/拒付'
}
},
{
path
:
'betdrv'
,
component
:
Betdrv
,
name
:
'Betdrv'
,
meta
:
{
title
:
'出口信用证单据修改'
}
},
{
path
:
'letnot'
,
component
:
Letnot
,
name
:
'Letnot'
,
meta
:
{
title
:
'出口信用证预
通知
'
}
},
{
path
:
'letnot'
,
component
:
Letnot
,
name
:
'Letnot'
,
meta
:
{
title
:
'出口信用证预
开立
'
}
},
{
path
:
'infbpd'
,
component
:
Infbpd
,
name
:
'Infbpd'
,
meta
:
{
title
:
'出口押汇查询'
}
},
...
...
src/views/Business/Letnot/Detp.vue
View file @
513a840f
...
...
@@ -248,7 +248,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"ledgrp.rec.prepers18"
>
<c-input
v-model=
"model.ledgrp.rec.prepers18"
v-model
.
number
=
"model.ledgrp.rec.prepers18"
placeholder=
"请输入交单期天数"
></c-input>
</el-form-item>
...
...
@@ -309,7 +309,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"付款期限(天)"
prop=
"ledgrp.rec.tenmaxday"
>
<c-input
v-model=
"model.ledgrp.rec.tenmaxday"
v-model
.
number
=
"model.ledgrp.rec.tenmaxday"
placeholder=
"请输入"
:disabled=
"model.ledgrp.rec.avbby == 'P'"
maxlength=
"4"
...
...
src/views/Business/Letnot/Ptyp.vue
View file @
513a840f
...
...
@@ -14,6 +14,8 @@
@onSeainf="onSeainf"
@onAplpDet="onAdvpDet"
disabled
disabledRef
disabledExtkey
>
</c-ptap>
</c-col>
...
...
@@ -98,6 +100,8 @@
@onSeainf="onSeainf"
@onAplpDet="onConpDet"
disabled
disabledRef
disabledExtkey
>
</c-ptap>
</c-col>
...
...
src/views/Business/Letnot/Spcbenp.vue
View file @
513a840f
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Special Payment Cond."
prop=
"ledgrp.blk.spcben"
>
<c-input
type=
"textarea"
v-model=
"model.ledgrp.blk.spcben"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Special Payment Cond."
></c-input>
<!-- Special Payment Cond.for BeneficiaryI -->
<c-col
:span=
"20"
>
<el-form-item
label=
"受益人特殊付款条件"
prop=
"ledgrp.blk.spcben"
>
<c-input
type=
"textarea"
v-model=
"model.ledgrp.blk.spcben"
maxlength=
"52000"
show-word-limit
:rows=
"30"
placeholder=
"请输入Special Payment Cond. for BeneficiaryI"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSpcbenButtxmsel"
>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSpcbenButtxmsel"
>
...
</c-button>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Letnot/Event"
import
Api
from
'~/service/Api'
import
commonProcess
from
'~/mixin/commonProcess'
import
CodeTable
from
'~/config/CodeTable'
import
Event
from
'~/model/Letnot/Event'
export
default
{
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
props
:
[
'model'
,
'codes'
],
mixins
:
[
commonProcess
],
data
()
{
return
{
}
return
{}
},
methods
:
{
...
Event
,
onSpcbenButtxmsel
(){}},
created
:
function
()
{
}
methods
:
{
...
Event
,
onSpcbenButtxmsel
()
{}
},
created
:
function
()
{},
}
</
script
>
<
style
>
</
style
>
<
style
></
style
>
src/views/Business/Letnot/Spcrcvp.vue
View file @
513a840f
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Special Payment Cond."
prop=
"ledgrp.blk.spcrcb"
>
<c-input
type=
"textarea"
v-model=
"model.ledgrp.blk.spcrcb"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Special Payment Cond."
></c-input>
<c-col
:span=
"20"
>
<el-form-item
label=
"银行专用特殊付款条件"
prop=
"ledgrp.blk.spcrcb"
>
<c-input
type=
"textarea"
v-model=
"model.ledgrp.blk.spcrcb"
maxlength=
"52000"
show-word-limit
:rows=
"30"
placeholder=
"请输入Special Payment Cond.for Bank only"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSpcrcbButtxmsel"
>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSpcrcbButtxmsel"
>
...
</c-button>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Letnot/Event"
import
Api
from
'~/service/Api'
import
commonProcess
from
'~/mixin/commonProcess'
import
CodeTable
from
'~/config/CodeTable'
import
Event
from
'~/model/Letnot/Event'
export
default
{
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
props
:
[
'model'
,
'codes'
],
mixins
:
[
commonProcess
],
data
()
{
return
{
}
return
{}
},
methods
:
{
...
Event
,
onSpcrcbButtxmsel
(){}},
created
:
function
()
{
}
methods
:
{
...
Event
,
onSpcrcbButtxmsel
()
{}
},
created
:
function
()
{},
}
</
script
>
<
style
>
</
style
>
<
style
></
style
>
src/views/Business/Letnot/index.vue
View file @
513a840f
...
...
@@ -93,14 +93,14 @@
</el-tab-pane>
<!--PD000422 -->
<el-tab-pane
label=
"银行专用特殊付款条件"
name=
"spcrcvp"
v-if=
"model.ledgrp.rec.spc
ben
flg=='X'"
>
<el-tab-pane
label=
"银行专用特殊付款条件"
name=
"spcrcvp"
v-if=
"model.ledgrp.rec.spc
rcb
flg=='X'"
>
<m-spcrcvp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000394 -->
<el-tab-pane
label=
"受益人特殊付款条件"
name=
"spcbenp"
v-if=
"model.ledgrp.rec.spcrcbflg=='X'"
>
<!--PD000394 -->
<el-tab-pane
label=
"受益人特殊付款条件"
name=
"spcbenp"
v-if=
"model.ledgrp.rec.spcbenflg=='X'"
>
<m-spcbenp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
...
...
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