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
734ce89f
Commit
734ce89f
authored
Oct 30, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdav修改
parent
c300dd67
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
117 additions
and
123 deletions
+117
-123
check.js
src/business/letdav/model/check.js
+0
-0
index.js
src/business/letdav/model/index.js
+24
-24
Mt750p.vue
src/business/letdav/views/Mt750p.vue
+62
-63
Mt754p.vue
src/business/letdav/views/Mt754p.vue
+31
-36
No files found.
src/business/letdav/model/check.js
View file @
734ce89f
This diff is collapsed.
Click to expand it.
src/business/letdav/model/index.js
View file @
734ce89f
...
...
@@ -13,7 +13,7 @@ export default class Letdav {
},
ledgrp
:
{
rec
:
{
inr
:
''
,
inr
:
''
,
branchinr
:
''
,
revflg
:
''
,
expdat
:
''
,
...
...
@@ -39,29 +39,29 @@ export default class Letdav {
avbnam
:
''
},
oldbedgrp
:
{
blk
:
{
narhis
:
''
},
rec
:
{
inr
:
''
,
orddat
:
''
,
expdat
:
''
,
nomton
:
''
,
shpdat
:
''
,
nomtop
:
''
,
prepertxts18
:
''
,
prepers18
:
''
},
cbs
:
{
max
:
{
cur
:
''
,
amt
:
''
},
nom1
:
{
amt
:
''
}
}
},
blk
:
{
narhis
:
''
},
rec
:
{
inr
:
''
,
orddat
:
''
,
expdat
:
''
,
nomton
:
''
,
shpdat
:
''
,
nomtop
:
''
,
prepertxts18
:
''
,
prepers18
:
''
},
cbs
:
{
max
:
{
cur
:
''
,
amt
:
''
},
nom1
:
{
amt
:
''
}
}
},
bedgrp
:
{
blk
:
{
chaded
:
''
,
...
...
src/business/letdav/views/Mt750p.vue
View file @
734ce89f
<
template
>
<div
class=
"eibs"
>
<!-- ============左边================= -->
<c-col
:span=
"12"
style=
"padding-right: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<!--Document Amount 单据金额 -->
<c-col
:span=
"12"
>
<el-form-item
label=
"单据金额"
prop=
"bedgrp.cbs.max.cur"
>
<c-select
v-model=
"model.bedgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.curtxt1"
disabled
v-model=
"model.bedgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bedgrp.cbs.max.amt"
>
<c-input-currency
v-model=
"model.bedgrp.cbs.max.amt"
placeholder=
"请输入单据金额"
class=
"m-input-currency"
v-model=
"model.bedgrp.cbs.max.amt"
placeholder=
"请输入单据金额"
class=
"m-input-currency"
></c-input-currency>
</el-form-item>
</c-col>
...
...
@@ -31,11 +31,11 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"提取附加金额"
prop=
"bedgrp.cbs.opn2.cur"
>
<c-select
v-model=
"model.bedgrp.cbs.opn2.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
disabled
:code=
"codes.curtxt1"
v-model=
"model.bedgrp.cbs.opn2.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
disabled
:code=
"codes.curtxt1"
>
</c-select>
</el-form-item>
...
...
@@ -44,10 +44,10 @@
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bedgrp.cbs.max2.amt"
>
<c-input-currency
v-model=
"model.bedgrp.cbs.max2.amt"
placeholder=
"请输入附加金额"
class=
"m-input-currency"
disabled
v-model=
"model.bedgrp.cbs.max2.amt"
placeholder=
"请输入附加金额"
class=
"m-input-currency"
disabled
></c-input-currency>
</el-form-item>
</c-col>
...
...
@@ -56,12 +56,12 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"费用扣除"
prop=
"bedgrp.blk.chaded"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.chaded"
maxlength=
"210"
show-word-limit
placeholder=
"请输入"
:rows=
"4"
type=
"textarea"
v-model=
"model.bedgrp.blk.chaded"
maxlength=
"210"
show-word-limit
placeholder=
"请输入"
:rows=
"4"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -69,12 +69,12 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"费用添加"
prop=
"bedgrp.blk.chaadd"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.chaadd"
maxlength=
"210"
show-word-limit
:rows=
"4"
placeholder=
"请输入内容"
type=
"textarea"
v-model=
"model.bedgrp.blk.chaadd"
maxlength=
"210"
show-word-limit
:rows=
"4"
placeholder=
"请输入内容"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -84,11 +84,11 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"待支付金额"
prop=
"bedgrp.rec.totcur"
>
<c-select
v-model=
"model.bedgrp.rec.totcur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.curtxt1"
disabled
v-model=
"model.bedgrp.rec.totcur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
...
...
@@ -96,8 +96,8 @@
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bedgrp.rec.totamt"
>
<c-input-currency
v-model=
"model.bedgrp.rec.totamt"
placeholder=
"请输入金额"
v-model=
"model.bedgrp.rec.totamt"
placeholder=
"请输入金额"
></c-input-currency>
</el-form-item>
</c-col>
...
...
@@ -106,13 +106,13 @@
<!-- Account with Bank -->
<c-col
:span=
"24"
>
<c-ptap1
:model=
"model"
:argadr=
"
{
:model=
"model"
:argadr=
"
{
title: '账户银行',
grp: 'bedgrp',
rol: 'acb',
}"
:isAdrblk="false"
:isAdrblk="false"
>
</c-ptap1>
</c-col>
...
...
@@ -121,51 +121,50 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"不符点"
prop=
"bedgrp.blk.docdis"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.docdis"
maxlength=
"3500"
show-word-limit
:rows=
"5"
placeholder=
"请输入不符点"
:disabled=
"model.bedgrp.blk.docdisflg == ''"
type=
"textarea"
v-model=
"model.bedgrp.blk.docdis"
maxlength=
"3500"
show-word-limit
:rows=
"5"
placeholder=
"请输入不符点"
:disabled=
"model.bedgrp.blk.docdisflg == ''"
></c-input>
</el-form-item>
</c-col>
<!-- -->
<c-col
:span=
"18"
:offset=
"6"
>
<c-checkbox
v-model=
"model.bedgrp.blk.docdisflg"
@
change=
"docdisflgEvent
"
>
不符点修改
</c-checkbox
>
<c-checkbox
v-model=
"model.bedgrp.blk.docdisflg
"
@
change=
"docdisflgEvent"
>
不符点修改
</c-checkbox
>
</c-col>
</c-col>
</div>
</
template
>
<
script
>
import
event
from
'../event'
import
Ptap1
from
'~/views/Public/Ptap1'
import
event
from
"../event"
;
import
Ptap1
from
"~/views/Public/Ptap1"
;
export
default
{
components
:
{
'c-ptap1'
:
Ptap1
,
"c-ptap1"
:
Ptap1
,
},
inject
:
[
'root'
],
props
:
[
'model'
,
'codes'
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
data
()
{
return
{}
return
{}
;
},
methods
:
{
docdisflgEvent
(
v
)
{
if
(
v
==
''
)
{
this
.
model
.
bedgrp
.
blk
.
docdis
=
''
if
(
v
==
""
)
{
this
.
model
.
bedgrp
.
blk
.
docdis
=
""
;
}
}
}
,
},
created
:
function
()
{},
}
}
;
</
script
>
<
style
></
style
>
src/business/letdav/views/Mt754p.vue
View file @
734ce89f
<
template
>
<div
class=
"eibs"
>
<!-- ============左边================= -->
<c-col
:span=
"12"
style=
"padding-right: 20px;
"
>
<!-- ============左边================= -->
<c-col
:span=
"12"
style=
"padding-right: 20px
"
>
<!--加此交易的Mt750p页面的 单据金额 -->
<!--Document Amount 单据金额 -->
<c-col
:span=
"12"
>
...
...
@@ -130,36 +130,33 @@
</c-col>
<!-- 加date to paied -->
<c-col
:span=
"24"
>
<el-form-item
label=
"支付日期"
prop=
"bedgrp.rec.totdat"
>
<c-date-picker
type=
"date"
v-model=
"model.bedgrp.rec.totdat"
style=
"width: 100%"
placeholder=
"请选择日期"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"支付日期"
prop=
"bedgrp.rec.totdat"
>
<c-date-picker
type=
"date"
v-model=
"model.bedgrp.rec.totdat"
style=
"width: 100%"
placeholder=
"请选择日期"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;
"
>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"叙述内容(77A)"
prop=
"bedgrp.blk.nartxt77a"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.nartxt77a"
maxlength=
"700"
show-word-limit
:rows=
"16"
placeholder=
"请输入内容"
></c-input>
</el-form-item>
</c-col>
<el-form-item
label=
"叙述内容(77A)"
prop=
"bedgrp.blk.nartxt77a"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.nartxt77a"
maxlength=
"700"
show-word-limit
:rows=
"16"
placeholder=
"请输入内容"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap1
...
...
@@ -173,27 +170,25 @@
>
</c-ptap1>
</c-col>
</c-col>
</div>
</
template
>
<
script
>
import
event
from
'../event'
import
event
from
"../event"
;
import
Ptap1
from
"~/views/Public/Ptap1"
;
export
default
{
components
:
{
"c-ptap1"
:
Ptap1
,
},
inject
:
[
'root'
],
props
:
[
'model'
,
'codes'
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
data
()
{
return
{}
return
{}
;
},
methods
:
{},
created
:
function
()
{},
}
}
;
</
script
>
<
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