Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
bce265a2
Commit
bce265a2
authored
Aug 08, 2024
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into carOrder
parents
4f73e4b2
03f4423b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
index.vue
src/components/FinancialModule/DataAnalysis/index.vue
+8
-2
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+2
-0
No files found.
src/components/FinancialModule/DataAnalysis/index.vue
View file @
bce265a2
...
...
@@ -6,7 +6,7 @@
<el-tab-pane
label=
"日本小包OR常规"
name=
"3"
></el-tab-pane>
</el-tabs>
<div
class=
"query-box"
>
<el-form
class=
"_info_box clearfix"
label-width=
"
11
0px"
>
<el-form
class=
"_info_box clearfix"
label-width=
"
9
0px"
>
<el-row
style=
"padding: 15px 0px 0 0"
>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('system.table_company')"
>
...
...
@@ -96,6 +96,11 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"2"
v-if=
"msg.Type!=3"
>
<el-form-item
label=
"季度汇总"
>
<el-checkbox
v-model=
"msg.LossType"
true-label=
"1"
false-label=
"0"
></el-checkbox>
</el-form-item>
</el-col>
</el-row>
</el-form>
<ul
class=
"clearfix"
>
...
...
@@ -134,7 +139,8 @@ export default {
StandardCurrencyId
:
0
,
LineId
:
0
,
Type
:
'1'
,
DataType
:
'-1'
DataType
:
'-1'
,
LossType
:
'0'
},
dateTime
:
[],
CompanyList
:
[],
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
bce265a2
...
...
@@ -1889,6 +1889,7 @@
event_id
:
'CarDealerOrder'
,
data
:
{
OrderId
:
this
.
GetDetail
.
ReFinanceId
,
type
:
2
}
},
`
${
href
}
`
)
}
else
{
...
...
@@ -1908,6 +1909,7 @@
event_id
:
'CarDealerOrder'
,
data
:
{
MainId
:
this
.
GetDetail
.
ReFinanceId
,
type
:
1
}
},
`
${
href
}
`
)
}
else
{
...
...
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