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
c2ba52a9
Commit
c2ba52a9
authored
Nov 10, 2023
by
lixinyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtdck修改
parent
8aabcc5f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
23 deletions
+28
-23
buildCommons.js
src/business/brtdck/event/buildCommons.js
+4
-3
index.js
src/business/brtdck/model/index.js
+4
-1
Brtdckp.vue
src/business/brtdck/views/Brtdckp.vue
+20
-19
No files found.
src/business/brtdck/event/buildCommons.js
View file @
c2ba52a9
...
...
@@ -120,7 +120,7 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
LI
D'
,
objtyp
:
'
BR
D'
,
objinr
:
model
.
brdgrp
.
rec
.
objinr
,
ownref
:
model
.
brdgrp
.
rec
.
ownref
,
},
...
...
@@ -131,9 +131,10 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
LI
D'
,
objinr
:
model
.
brdgrp
.
rec
.
obj
inr
,
objtyp
:
'
BR
D'
,
inr
:
model
.
lidgrp
.
rec
.
inr
,
ownref
:
model
.
brdgrp
.
rec
.
ownref
,
mhtyp
:
model
.
mhtyp
,
// swiftflg: model.gitp.swiftflg,
},
};
...
...
src/business/brtdck/model/index.js
View file @
c2ba52a9
...
...
@@ -137,7 +137,7 @@ export default class Brtdck {
amt
:
''
},
max2
:
{
amt
:
''
amt
:
'
0.0
'
}
}
},
...
...
@@ -158,6 +158,9 @@ export default class Brtdck {
cur
:
''
,
amt
:
''
}
},
blk
:
{
defdet
:
''
}
},
...
...
src/business/brtdck/views/Brtdckp.vue
View file @
c2ba52a9
...
...
@@ -228,6 +228,7 @@
v-model=
"model.brdgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
""
disabled
:code=
"codes.curtxt1"
>
</c-select>
...
...
@@ -253,14 +254,14 @@
v-show=
"model.brdgrp.cbs.max.amt!=model.oldbrdgrp.cbs.max.amt"
>
</span>
</c-col>
<c-col
:span=
"11"
>
<
c-form-item
label=
""
label-width=
"5px"
prop=
"
oldbrdgrp.cbs.max.amt"
>
<
el-form-item
label=
"原始单据金额"
prop=
"oldbrdgrp.cbs.max.amt"
v-show=
"model.brdgrp.cbs.max.amt!=model.
oldbrdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.oldbrdgrp.cbs.max.amt"
placeholder=
""
class=
"m-input-currency"
style=
"width: 100%"
disabled
v-show=
"model.brdgrp.cbs.max.amt!=model.oldbrdgrp.cbs.max.amt"
></c-input>
</
c
-form-item>
</
el
-form-item>
</c-col>
</c-col>
...
...
@@ -270,6 +271,7 @@
<el-form-item
label=
"提取附加金额"
prop=
"brdgrp.cbs.opn2.cur"
>
<c-select
v-model=
"opn2cur"
disabled
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.curtxt1"
...
...
@@ -298,13 +300,14 @@
v-show=
"model.brdgrp.cbs.max2.amt!=model.oldbrdgrp.cbs.max2.amt"
>
</span>
</c-col>
<c-col
:span=
"11"
>
<
c-form-item
label=
""
label-width=
"5px"
prop=
"
oldbrdgrp.cbs.max2.amt"
>
<
el-form-item
label=
"原始附加金额"
prop=
"oldbrdgrp.cbs.max2.amt"
v-show=
"model.brdgrp.cbs.max2.amt!=model.
oldbrdgrp.cbs.max2.amt"
>
<c-input
v-model=
"model.oldbrdgrp.cbs.max2.amt"
:placeholder=
"$t('other.please_enter')+'Balance'"
class=
"m-input-currency"
style=
"width: 100%"
disabled
v-show=
"model.brdgrp.cbs.max2.amt!=model.oldbrdgrp.cbs.max2.amt"
></c-input>
</c-form-item>
v-show=
"model.brdgrp.cbs.max2.amt!=model.oldbrdgrp.cbs.max2.amt"
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -536,10 +539,12 @@
:model=
"model"
:argadr=
"{
title: '',
grp: 'br
t
p',
rol: '
oth
',
grp: 'br
dgr
p',
rol: '
apl
',
}"
:disabled=
"this.flag3"
@
keyup
.
enter
.
native=
"
queryGridEtyPromptDialogData('APL', 'C')
"
:disabledExtkey=
"this.flag4"
:isAdrblk=
"true"
:noRef=
"true"
...
...
@@ -586,6 +591,13 @@ export default {
}
},
"model.mhtyp"
:
function
()
{
if
(
this
.
model
.
mhtyp
==
'R'
)
{
this
.
model
.
brdgrp
.
cbs
.
max
.
amt
=
this
.
model
.
oldbrdgrp
.
cbs
.
max
.
amt
;
this
.
model
.
brdgrp
.
cbs
.
max2
.
amt
=
this
.
model
.
oldbrdgrp
.
cbs
.
max2
.
amt
;
}
},
"model.brdgrp.prb.pts.extkey"
:
{
immediate
:
true
,
...
...
@@ -606,17 +618,6 @@ export default {
}
},
"model.brtp.oth.pts.extkey"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
)
{
if
(
this
.
model
.
brtp
.
oth
.
pts
.
extkey
!=
''
)
{
this
.
flag3
=
true
;
}
else
{
this
.
flag3
=
false
;
}
}
},
},
methods
:
{},
created
:
function
()
{
...
...
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