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
066e60e2
Commit
066e60e2
authored
Jul 24, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9910dbf5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
1 deletion
+63
-1
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+1
-0
index.vue
src/components/dmc/manager/GroundSupplier/index.vue
+62
-1
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
066e60e2
...
@@ -512,6 +512,7 @@ tr._item_list td:last-child {
...
@@ -512,6 +512,7 @@ tr._item_list td:last-child {
<el-option
value=
"18"
v-if=
"isShowType"
label=
"单项包车"
></el-option>
<el-option
value=
"18"
v-if=
"isShowType"
label=
"单项包车"
></el-option>
<el-option
value=
"19"
v-if=
"isShowType"
label=
"单项门票"
></el-option>
<el-option
value=
"19"
v-if=
"isShowType"
label=
"单项门票"
></el-option>
<el-option
value=
"20"
label=
"开票收入"
></el-option>
<el-option
value=
"20"
label=
"开票收入"
></el-option>
<el-option
value=
"21"
label=
"日本手配费收入"
></el-option>
</el-select>
</el-select>
<el-select
v-model=
"msg.DataType"
:disabled=
"shujuType"
filterable
class=
"w150"
v-if=
"isShowGrounding==false"
>
<el-select
v-model=
"msg.DataType"
:disabled=
"shujuType"
filterable
class=
"w150"
v-if=
"isShowGrounding==false"
>
<el-option
value=
"6"
v-if=
"isShowType"
label=
"日本地接部专户"
></el-option>
<el-option
value=
"6"
v-if=
"isShowType"
label=
"日本地接部专户"
></el-option>
...
...
src/components/dmc/manager/GroundSupplier/index.vue
View file @
066e60e2
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
<p>
{{
scope
.
row
.
CreateDate
}}
</p>
<p>
{{
scope
.
row
.
CreateDate
}}
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
width=
"1
2
5"
>
<el-table-column
prop=
""
label=
"操作"
width=
"1
6
5"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"账户管理"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"账户管理"
placement=
"top"
>
<el-button
@
click=
"AccountManage(scope.row)"
<el-button
@
click=
"AccountManage(scope.row)"
...
@@ -156,6 +156,12 @@
...
@@ -156,6 +156,12 @@
icon=
"el-icon-view"
circle
>
icon=
"el-icon-view"
circle
>
</el-button>
</el-button>
</el-tooltip>
-->
</el-tooltip>
-->
<el-tooltip
v-if=
"scope.row.AccountStatus==0&&scope.row.IsSeeAll==0"
class=
"item"
effect=
"dark"
content=
"审核"
placement=
"top"
>
<el-button
@
click=
"clickExamine(scope.row)"
class=
"button"
type=
"primary"
icon=
"el-icon-check"
circle
>
</el-button>
</el-tooltip>
<el-button
@
click=
"Delete(scope.row)"
<el-button
@
click=
"Delete(scope.row)"
class=
"button"
type=
"danger"
class=
"button"
type=
"danger"
icon=
"el-icon-delete"
circle
></el-button>
icon=
"el-icon-delete"
circle
></el-button>
...
@@ -270,12 +276,26 @@
...
@@ -270,12 +276,26 @@
<el-button
size=
"small"
type=
"danger"
@
click=
"submit('form')"
:loading=
"submitLoading"
>
确 定
</el-button>
<el-button
size=
"small"
type=
"danger"
@
click=
"submit('form')"
:loading=
"submitLoading"
>
确 定
</el-button>
</span>
</span>
</el-dialog>
</el-dialog>
<el-dialog
title=
"提示"
:visible
.
sync=
"dialogVisible"
width=
"30%"
>
<span>
是否通过该数据?
</span>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"ExamineGroundingSupplier(form.Id,2)"
:loading=
"submitLoading"
size=
"small"
>
拒 绝
</el-button>
<el-button
type=
"primary"
@
click=
"ExamineGroundingSupplier(form.Id,1)"
:loading=
"submitLoading2"
size=
"small"
>
通 过
</el-button>
</span>
</el-dialog>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
submitLoading2
:
false
,
dialogVisible
:
false
,
loading
:
false
,
loading
:
false
,
DataList
:
[],
DataList
:
[],
heightQueryBox
:
false
,
heightQueryBox
:
false
,
...
@@ -383,6 +403,47 @@
...
@@ -383,6 +403,47 @@
}
}
this
.
showVisible
=
true
this
.
showVisible
=
true
},
},
clickExamine
(
row
){
this
.
form
=
JSON
.
parse
(
JSON
.
stringify
(
row
))
this
.
dialogVisible
=
true
// let _this = this
// this.$confirm("审核该数据", "提示", {
// confirmButtonText: "通过",
// cancelButtonText: "拒绝",
// type: "warning"
// })
// .then(() => {
// _this.ExamineGroundingSupplier(row.Id,1)
// })
// .catch(() => {
// _this.ExamineGroundingSupplier(row.Id,2)
// });
},
ExamineGroundingSupplier
(
Id
,
AccountStatus
){
if
(
AccountStatus
==
1
){
this
.
submitLoading2
=
true
}
else
{
this
.
submitLoading
=
true
}
this
.
apipost
(
'travel_get_ExamineGroundingSupplier'
,
{
Id
:
Id
,
AccountStatus
:
AccountStatus
},
res
=>
{
this
.
form
=
{}
this
.
dialogVisible
=
false
if
(
AccountStatus
==
1
){
this
.
submitLoading2
=
false
}
else
{
this
.
submitLoading
=
false
}
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
)
this
.
getPageList
()
}
else
{
this
.
Error
(
res
.
data
.
message
)
}
})
},
Delete
(
row
){
Delete
(
row
){
this
.
$confirm
(
"是否删除? 删除后不可恢复"
,
"提示"
,
{
this
.
$confirm
(
"是否删除? 删除后不可恢复"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
confirmButtonText
:
"确定"
,
...
...
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