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
e7affe49
Commit
e7affe49
authored
Jul 10, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdav修改
parent
3762ca7a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
25 deletions
+32
-25
buildCommons.js
src/business/letdav/event/buildCommons.js
+9
-1
index.js
src/business/letdav/model/index.js
+1
-1
Davp.vue
src/business/letdav/views/Davp.vue
+22
-23
No files found.
src/business/letdav/event/buildCommons.js
View file @
e7affe49
...
...
@@ -53,9 +53,17 @@ export default {
purpos
:
model
.
ledgrp
.
rec
.
purpos
,
revflg
:
model
.
ledgrp
.
rec
.
revflg
,
cnfsta
:
model
.
ledgrp
.
rec
.
cnfsta
,
doctypcod
:
model
.
bedgrp
.
rec
.
doctypcod
,
objinr
:
model
.
ledgrp
.
rec
.
inr
,
othPtainr
:
model
.
bedgrp
.
oth
.
pts
.
ptainr
,
advPtainr
:
model
.
ledgrp
.
adv
.
pts
.
ptainr
,
issPtainr
:
model
.
ledgrp
.
iss
.
pts
.
ptainr
,
advtyp
:
model
.
bedgrp
.
rec
.
advtyp
,
payrol
:
model
.
bedgrp
.
rec
.
payrol
,
},
cbsMap
:
{
MAX
:
model
.
ledgrp
.
cbs
.
max
,
MAX
:
model
.
bedgrp
.
cbs
.
max
,
MAX2
:
model
.
bedgrp
.
cbs
.
max2
,
OPN1
:
model
.
ledgrp
.
cbs
.
opn1
,
MAC
:
model
.
ledgrp
.
cbs
.
mac
,
MAC2
:
model
.
ledgrp
.
cbs
.
mac2
,
...
...
src/business/letdav/model/index.js
View file @
e7affe49
...
...
@@ -71,7 +71,7 @@ export default class Letdav {
},
max
:
{
cur
:
''
,
amt
:
''
amt
:
'
0.00
'
},
max2
:
{
amt
:
''
...
...
src/business/letdav/views/Davp.vue
View file @
e7affe49
...
...
@@ -474,29 +474,28 @@
</el-form-item>
</c-col>
<!-- <c-col :span="24">--
>
<!-- <el-form-item label="参考号" prop="betp.oth.pts.ref">--
>
<!-- <c-input-->
<!-- v-model="model.betp.oth.pts.ref"-->
<!-- maxlength="16"-->
<!-- placeholder="请输入参考号"-->
<!-- disabled-->
<!-- ></c-input>--
>
<!-- </el-form-item>--
>
<!-- </c-col>--
>
<!-- <c-col :span="24"
>
<el-form-item label="参考号" prop="betp.oth.pts.ref"
>
<c-input
v-model="model.betp.oth.pts.ref"
maxlength="16"
placeholder="请输入参考号"
disabled
></c-input
>
</el-form-item
>
</c-col
>
<!-- <c-col :span="24">-->
<!-- <c-ptap1-->
<!-- :model="model"-->
<!-- :argadr="{-->
<!-- title: '',-->
<!-- grp: 'bedgrp',-->
<!-- rol: 'oth',-->
<!-- }"-->
<!-- :disabled1="docprbrolFlag"-->
<!-- >-->
<!-- </c-ptap1>-->
<!-- </c-col>-->
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
title: '',
grp: 'bedgrp',
rol: 'oth',
}"
:disabled1="docprbrolFlag">
</c-ptap1>
</c-col> -->
<c-col
:span=
"24"
>
<c-ptap
...
...
@@ -549,7 +548,7 @@ export default {
const
cur
=
this
.
model
.
bedgrp
.
cbs
.
max
.
cur
+
' '
const
amt
=
this
.
model
.
bedgrp
.
cbs
.
max
.
amt
+
' '
const
preNam
=
this
.
model
.
bedgrp
.
prb
.
pts
.
nam
+
''
this
.
model
.
bedgrp
.
rec
.
nam
=
cur
+
amt
+
preNam
this
.
model
.
bedgrp
.
rec
.
nam
=
(
cur
+
amt
+
preNam
).
substring
(
0
,
40
)
return
this
.
model
.
bedgrp
.
rec
.
nam
}
},
...
...
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