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
c699a405
Commit
c699a405
authored
Jul 02, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跳转修改
parent
5e2315db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
15 deletions
+24
-15
CashAccount.vue
src/pages/financial/CashAccount.vue
+11
-7
CompanyAccount.vue
src/pages/financial/CompanyAccount.vue
+13
-8
No files found.
src/pages/financial/CashAccount.vue
View file @
c699a405
...
...
@@ -660,14 +660,18 @@
methods
:
{
goUrlNew
(
item
)
{
let
path
=
"CashAccDetail"
;
this
.
$router
.
push
({
name
:
path
,
query
:
{
"TypeId"
:
item
.
TypeId
,
// this.$router.push({
// name: path,
// query: {
// "TypeId": item.TypeId,
// 'ID': item.ID,
// blank: "y",
// }
// })
this
.
OpenNewUrl
(
'/financial/accDetail/'
+
path
,
{
"TypeId"
:
item
.
TypeId
,
'ID'
:
item
.
ID
,
blank
:
"y"
,
}
})
});
},
regNum
(
n
,
t
)
{
// 判断数字 n 值 t 类型
let
reg
=
/^
\d
+
(\.\d{0,6})?
$/
...
...
src/pages/financial/CompanyAccount.vue
View file @
c699a405
...
...
@@ -850,14 +850,19 @@
},
goUrlNew
(
item
)
{
let
path
=
"CompanyAccDetail"
;
this
.
$router
.
push
({
name
:
path
,
query
:
{
"TypeId"
:
item
.
TypeId
,
'ID'
:
item
.
ID
,
blank
:
"y"
,
}
})
// this.$router.push({
// name: path,
// query: {
// "TypeId": item.TypeId,
// 'ID': item.ID,
// blank: "y",
// }
// })
this
.
OpenNewUrl
(
'/financial/accDetail/'
+
path
,
{
"TypeId"
:
item
.
TypeId
,
'ID'
:
item
.
ID
,
});
},
goUrl
(
path
,
id
,
name
,
source
,
CurrencyId
)
{
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