Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
56117f61
Commit
56117f61
authored
Jun 22, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务新增跳转方式
parent
7f6e6772
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
12 deletions
+18
-12
CapitalAllocation.vue
src/pages/financial/financalDocument/CapitalAllocation.vue
+6
-3
RecPayQuery.vue
src/pages/financial/financalDocument/RecPayQuery.vue
+12
-9
No files found.
src/pages/financial/financalDocument/CapitalAllocation.vue
View file @
56117f61
...
@@ -529,9 +529,12 @@
...
@@ -529,9 +529,12 @@
},
},
goDetail
:
function
(
url
,
id
)
{
goDetail
:
function
(
url
,
id
)
{
// this.$router.push({ name: url,query:{id: id, blank: 'y', tab: '资金调拨详情'}})
// this.$router.push({ name: url,query:{id: id, blank: 'y', tab: '资金调拨详情'}})
var
tempStr
=
'/financial/financalDocument/'
+
url
+
'?id='
+
id
;
// var tempStr = '/financial/financalDocument/' + url + '?id=' + id;
this
.
$router
.
push
({
// this.$router.push({
path
:
tempStr
// path: tempStr
// });
this
.
OpenNewUrl
(
"/financial/financalDocument/"
+
url
,
{
id
:
id
});
});
},
},
Financial_post_GetFinancLogList
:
function
(
id
)
{
// 获取单据日志
Financial_post_GetFinancLogList
:
function
(
id
)
{
// 获取单据日志
...
...
src/pages/financial/financalDocument/RecPayQuery.vue
View file @
56117f61
...
@@ -1761,15 +1761,18 @@ import treeItemVue from 'src/components/common/tree-table/tree-item.vue';
...
@@ -1761,15 +1761,18 @@ import treeItemVue from 'src/components/common/tree-table/tree-item.vue';
this
.
currentPage
=
1
;
this
.
currentPage
=
1
;
},
},
goUrl
(
path
,
rowData
,
Conditon
,
pageIndex
)
{
goUrl
(
path
,
rowData
,
Conditon
,
pageIndex
)
{
this
.
$router
.
push
({
// this.$router.push({
path
:
'/financial/financalDocument/'
+
path
,
// path: '/financial/financalDocument/' + path,
query
:
{
// query: {
"id"
:
rowData
.
FrID
,
// "id": rowData.FrID,
blank
:
'y'
,
// blank: 'y',
tab
:
'单据详情'
// tab: '单据详情'
}
// }
})
// })
this
.
OpenNewUrl
(
"/financial/financalDocument/"
+
path
,
{
id
:
rowData
.
FrID
});
},
},
goEit
(
path
,
type
,
id
,
edit
,
Conditon
,
pageIndex
)
{
goEit
(
path
,
type
,
id
,
edit
,
Conditon
,
pageIndex
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
...
...
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