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
d2889257
Commit
d2889257
authored
Mar 02, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3c6d8449
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
81 deletions
+78
-81
returnpassbookStatistics.vue
...ges/financial/returnPassbook/returnpassbookStatistics.vue
+78
-81
No files found.
src/pages/financial/returnPassbook/returnpassbookStatistics.vue
View file @
d2889257
...
@@ -149,6 +149,7 @@
...
@@ -149,6 +149,7 @@
filled
filled
stack-label
stack-label
input-debounce=
"0"
input-debounce=
"0"
v-if=
"!isEdit"
option-value=
"Id"
option-value=
"Id"
@
input=
"getlaiyuan"
@
input=
"getlaiyuan"
option-label=
"Name"
option-label=
"Name"
...
@@ -159,7 +160,6 @@
...
@@ -159,7 +160,6 @@
emit-value
emit-value
map-options
map-options
></q-select>
></q-select>
<
template
v-if=
"!isEdit"
>
<div
class=
"col-3"
v-if=
"msg.OrderSourceType == 1 || msg.OrderSourceType == 3"
>
<div
class=
"col-3"
v-if=
"msg.OrderSourceType == 1 || msg.OrderSourceType == 3"
>
<q-select
<q-select
filled
filled
...
@@ -232,7 +232,6 @@
...
@@ -232,7 +232,6 @@
</
template
>
</
template
>
</q-select>
</q-select>
</div>
</div>
</template>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-input
<q-input
filled
filled
...
@@ -512,14 +511,12 @@ export default {
...
@@ -512,14 +511,12 @@ export default {
);
);
},
},
getlaiyuan
()
{
getlaiyuan
()
{
if
(
!
this
.
isEdit
){
if
(
this
.
msg
.
OrderSourceType
==
-
1
)
{
if
(
this
.
msg
.
OrderSourceType
==
-
1
)
{
this
.
msg
.
OrderSourceId
=
0
this
.
msg
.
OrderSourceId
=
0
}
else
{
}
else
{
this
.
msg
.
OrderSourceId
=
''
this
.
msg
.
OrderSourceId
=
''
}
}
}
this
.
getList
()
this
.
getList
()
},
},
//获取客户来源
//获取客户来源
...
...
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