Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
5feff681
Commit
5feff681
authored
Jul 24, 2024
by
Star970321
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f76973c2
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
74 additions
and
74 deletions
+74
-74
landtransaction.vue
...c/views/detail/groupAccount/component/landtransaction.vue
+9
-9
members.vue
...te-ui/src/views/detail/groupAccount/component/members.vue
+10
-10
performance.vue
...i/src/views/detail/groupAccount/component/performance.vue
+9
-9
qualifications.vue
...rc/views/detail/groupAccount/component/qualifications.vue
+9
-9
zbxmfx.vue
...ate-ui/src/views/detail/groupAccount/component/zbxmfx.vue
+15
-15
zbxmmx.vue
...ate-ui/src/views/detail/groupAccount/component/zbxmmx.vue
+9
-9
zhaobiao.vue
...e-ui/src/views/detail/groupAccount/component/zhaobiao.vue
+8
-8
index.vue
dsk-operate-ui/src/views/detail/groupAccount/index.vue
+5
-5
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/landtransaction.vue
View file @
5feff681
...
@@ -226,15 +226,15 @@
...
@@ -226,15 +226,15 @@
}
}
}
}
},
},
customerId
:
{
//
customerId: {
handler
(
newVal
,
olVal
)
{
//
handler(newVal, olVal) {
if
(
newVal
)
{
//
if (newVal) {
this
.
queryParams
.
combineId
=
newVal
;
//
this.queryParams.combineId=newVal;
this
.
handleSearch
()
//
this.handleSearch()
}
//
}
},
//
},
deep
:
true
,
// 深度监听
//
deep: true, // 深度监听
},
//
},
},
},
created
()
{
created
()
{
this
.
searchDic
()
this
.
searchDic
()
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/members.vue
View file @
5feff681
...
@@ -233,16 +233,16 @@
...
@@ -233,16 +233,16 @@
}
}
}
}
},
},
customerId
:
{
//
customerId: {
handler
(
newVal
,
olVal
)
{
//
handler(newVal, olVal) {
if
(
newVal
&&
olVal
)
{
//
if (newVal && olVal) {
this
.
queryParams
.
customer
Id
=
newVal
;
// this.queryParams.combine
Id=newVal;
this
.
handleQuery
()
//
this.handleQuery()
this
.
getMemberCount
()
//
this.getMemberCount()
}
//
}
},
//
},
deep
:
true
,
// 深度监听
//
deep: true, // 深度监听
},
//
},
},
},
created
()
{
created
()
{
this
.
formData
[
0
].
options
=
this
.
cycj
;
this
.
formData
[
0
].
options
=
this
.
cycj
;
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/performance.vue
View file @
5feff681
...
@@ -68,15 +68,15 @@
...
@@ -68,15 +68,15 @@
mixins
:
[
mixin
],
mixins
:
[
mixin
],
components
:{
ExportDialog
},
components
:{
ExportDialog
},
watch
:{
watch
:{
customerId
:
{
//
customerId: {
handler
(
newVal
,
olVal
)
{
//
handler(newVal, olVal) {
if
(
newVal
)
{
//
if (newVal) {
this
.
queryParams
.
combineId
=
newVal
;
//
this.queryParams.combineId=newVal;
this
.
handleQuery
()
//
this.handleQuery()
}
//
}
},
//
},
deep
:
true
,
// 深度监听
//
deep: true, // 深度监听
},
//
},
},
},
data
(){
data
(){
return
{
return
{
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/qualifications.vue
View file @
5feff681
...
@@ -63,15 +63,15 @@
...
@@ -63,15 +63,15 @@
QualificationsDetail
QualificationsDetail
},
},
watch
:{
watch
:{
customerId
:
{
//
customerId: {
handler
(
newVal
,
olVal
)
{
//
handler(newVal, olVal) {
if
(
newVal
)
{
//
if (newVal) {
this
.
queryParams
.
combineId
=
newVal
;
//
this.queryParams.combineId=newVal;
this
.
getCertificateList
()
//
this.getCertificateList()
}
//
}
},
//
},
deep
:
true
,
// 深度监听
//
deep: true, // 深度监听
},
//
},
},
},
data
(){
data
(){
return
{
return
{
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/zbxmfx.vue
View file @
5feff681
...
@@ -282,21 +282,21 @@
...
@@ -282,21 +282,21 @@
mixins
:
[
mixin
],
mixins
:
[
mixin
],
components
:{},
components
:{},
watch
:{
watch
:{
customerId
:
{
//
customerId: {
handler
(
newVal
,
olVal
)
{
//
handler(newVal, olVal) {
if
(
newVal
)
{
//
if (newVal) {
this
.
queryParams
.
combineId
=
newVal
;
//
this.queryParams.combineId=newVal;
this
.
queryParams1
.
combineId
=
newVal
;
//
this.queryParams1.combineId=newVal;
this
.
handleQuery
()
//
this.handleQuery()
this
.
getBidByYear
()
//
this.getBidByYear()
this
.
getGroupByMoney
()
//
this.getGroupByMoney()
this
.
getGroupByType
()
//
this.getGroupByType()
this
.
getGroupByLowerRate
()
//
this.getGroupByLowerRate()
this
.
getPeojectTop
()
//
this.getPeojectTop()
}
//
}
},
//
},
deep
:
true
,
// 深度监听
//
deep: true, // 深度监听
},
//
},
},
},
data
(){
data
(){
return
{
return
{
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/zbxmmx.vue
View file @
5feff681
...
@@ -64,15 +64,15 @@
...
@@ -64,15 +64,15 @@
mixins
:
[
mixin
],
mixins
:
[
mixin
],
components
:{
CustomTimeSelect
,
CustomMoneySelect
,
ExportDialog
},
components
:{
CustomTimeSelect
,
CustomMoneySelect
,
ExportDialog
},
watch
:{
watch
:{
customerId
:
{
//
customerId: {
handler
(
newVal
,
olVal
)
{
//
handler(newVal, olVal) {
if
(
newVal
)
{
//
if (newVal) {
this
.
queryParams
.
combineId
=
newVal
;
//
this.queryParams.combineId=newVal;
this
.
handleQuery
()
//
this.handleQuery()
}
//
}
},
//
},
deep
:
true
,
// 深度监听
//
deep: true, // 深度监听
},
//
},
},
},
data
(){
data
(){
return
{
return
{
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/zhaobiao.vue
View file @
5feff681
...
@@ -28,14 +28,14 @@
...
@@ -28,14 +28,14 @@
}
}
},
},
watch
:{
watch
:{
customerId
:
{
//
customerId: {
handler
(
newVal
,
olVal
)
{
//
handler(newVal, olVal) {
if
(
newVal
)
{
//
if (newVal) {
this
.
id
=
newVal
;
//
this.id=newVal;
}
//
}
},
//
},
deep
:
true
,
// 深度监听
//
deep: true, // 深度监听
},
//
},
combineName
:
{
combineName
:
{
handler
(
newVal
,
olVal
)
{
handler
(
newVal
,
olVal
)
{
if
(
newVal
)
{
if
(
newVal
)
{
...
...
dsk-operate-ui/src/views/detail/groupAccount/index.vue
View file @
5feff681
...
@@ -92,10 +92,10 @@
...
@@ -92,10 +92,10 @@
mounted
(){},
mounted
(){},
methods
:
{
methods
:
{
clickItem
(
item
,
index
){
clickItem
(
item
,
index
){
this
.
color
=
index
;
//
this.color=index;
this
.
combineId
=
item
.
combineId
//
this.combineId=item.combineId
this
.
id
=
item
.
combineId
//
this.id=item.combineId
this
.
name
=
item
.
combineName
//
this.name=item.combineName
},
},
showPartPage
(
e
){
showPartPage
(
e
){
this
.
currentPath
=
e
;
this
.
currentPath
=
e
;
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
display
:
inline-block
;
display
:
inline-block
;
border
:
1px
solid
#EFEFEF
;
border
:
1px
solid
#EFEFEF
;
padding
:
12px
;
padding
:
12px
;
cursor
:
pointer
;
/*cursor: pointer;*/
.logo
{
.logo
{
width
:
64px
;
width
:
64px
;
height
:
64px
;
height
:
64px
;
...
...
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