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
5d8297a9
Commit
5d8297a9
authored
Apr 04, 2023
by
chenwenbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 表外记账,费用账务,会计分录前后端联调优化
parent
27389ee3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
18 deletions
+5
-18
dialog.vue
src/components/business/setmod/views/dialog.vue
+0
-6
index.vue
src/components/business/setmod/views/index.vue
+5
-12
No files found.
src/components/business/setmod/views/dialog.vue
View file @
5d8297a9
...
...
@@ -386,12 +386,6 @@ export default {
methods
:
{
saveDialog
()
{
this
.
model
.
setmod
.
setfeg
.
setfel
.
splice
(
this
.
idx
,
1
,
this
.
formData
);
this
.
$nextTick
(()
=>
{
this
.
executeRule
(
"setmod.glemod.glepan"
).
then
((
res
)
=>
{
//TODO 处理数据逻辑
if
(
res
.
respCode
==
SUCCESS
)
this
.
updateModel
(
res
.
data
)
})
})
this
.
visiable
=
false
;
},
beforeClose
(
done
)
{
...
...
src/components/business/setmod/views/index.vue
View file @
5d8297a9
...
...
@@ -1491,6 +1491,7 @@ export default {
saveDialog3
()
{
this
.
detpDialogVisible
=
false
;
this
.
model
.
setmod
.
setglg
.
setgll
.
splice
(
this
.
index
,
1
,
this
.
dialog3
);
this
.
changeDsp
(
this
.
index
,
'changeDsp'
);
},
async
handleDetail
(
index
,
row
)
{
const
that
=
this
;
...
...
@@ -1514,6 +1515,8 @@ export default {
that
.
$refs
.
detpDialog
.
visiable
=
true
;
that
.
detpDialogVisible
=
true
;
that
.
dialog3
.
setgll
=
{};
// const rule = "setmod.setglg.setgll(" + (index + 1) + ").det";
// let rtnmsg = await this.executeRule(rule);
// if (rtnmsg.respCode == SUCCESS) {
...
...
@@ -1561,12 +1564,7 @@ export default {
}
},
async
accucrChange
(
index
)
{
let
code
=
'changeDsp'
;
this
.
$emit
(
'changeSetmodModel'
,
{
code
,
index
:
(
index
+
1
),
list
:
this
.
stmData3
})
this
.
changeDsp
(
index
,
'changeDsp'
);
/*let rtnmsg = await this.executeRule(
'setmod.setglg.setgll(' + (index + 1) + ').acccur'
);
...
...
@@ -1582,12 +1580,7 @@ export default {
}*/
},
async
fmtaccamtChange
(
index
)
{
let
code
=
'changeDsp'
;
this
.
$emit
(
'changeSetmodModel'
,
{
code
,
index
:
(
index
+
1
),
list
:
this
.
stmData3
})
this
.
changeDsp
(
index
,
'changeDsp'
);
/* let rtnmsg = await this.executeRule(
'setmod.setglg.setgll(' + (index + 1) + ').fmtaccamt'
);
...
...
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