Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
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
张伯涛
bigDataSystem
Commits
837d2dc5
Commit
837d2dc5
authored
Dec 25, 2024
by
LiXuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商城订单
parent
d4b5244d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
18 deletions
+40
-18
detail.data.ts
...ataSharingAndExchange/shoppingOrder/detail/detail.data.ts
+8
-0
detailData.ts
...dataSharingAndExchange/shoppingOrder/detail/detailData.ts
+2
-0
index.vue
...ews/dataSharingAndExchange/shoppingOrder/detail/index.vue
+16
-16
index.vue
src/views/dataSharingAndExchange/shoppingOrder/index.vue
+14
-2
No files found.
src/views/dataSharingAndExchange/shoppingOrder/detail/detail.data.ts
View file @
837d2dc5
...
@@ -59,6 +59,14 @@ export const setInfoSchema = [
...
@@ -59,6 +59,14 @@ export const setInfoSchema = [
field
:
'sourceTableSize'
,
field
:
'sourceTableSize'
,
label
:
'源表大小'
,
label
:
'源表大小'
,
},
},
{
field
:
'storageNum'
,
label
:
'存证公证编号'
,
},
{
field
:
'storagePlatform'
,
label
:
'存证公证平台'
,
},
{
{
field
:
'releaseStatus'
,
field
:
'releaseStatus'
,
label
:
'发布状态'
,
label
:
'发布状态'
,
...
...
src/views/dataSharingAndExchange/shoppingOrder/detail/detailData.ts
View file @
837d2dc5
...
@@ -7,6 +7,8 @@ export const setDataInfo = {
...
@@ -7,6 +7,8 @@ export const setDataInfo = {
securityClassification
:
'DATASET.SHARED.SECURITY_LEVEL_通用/G4'
,
securityClassification
:
'DATASET.SHARED.SECURITY_LEVEL_通用/G4'
,
sourceDataTable
:
'kundbnew/foresight_foresight1/fs_assets'
,
sourceDataTable
:
'kundbnew/foresight_foresight1/fs_assets'
,
sourceTableSize
:
'4 rows'
,
sourceTableSize
:
'4 rows'
,
storageNum
:
'1722544772'
,
storagePlatform
:
'阿里云数据中心'
,
releaseStatus
:
'已发布'
,
releaseStatus
:
'已发布'
,
releaser
:
'admin'
,
releaser
:
'admin'
,
releaseDate
:
'2024-11-29 13:41:11'
,
releaseDate
:
'2024-11-29 13:41:11'
,
...
...
src/views/dataSharingAndExchange/shoppingOrder/detail/index.vue
View file @
837d2dc5
...
@@ -6,11 +6,11 @@
...
@@ -6,11 +6,11 @@
<LeftOutlined
class=
"h-back"
@
click=
"handleBack"
/>
<LeftOutlined
class=
"h-back"
@
click=
"handleBack"
/>
<FileSearchOutlined
class=
"h-icon"
/>
<FileSearchOutlined
class=
"h-icon"
/>
<div
class=
"h-txt"
>
<div
class=
"h-txt"
>
<div
class=
"h-des"
>
订单
详情
</div>
<div
class=
"h-des"
>
订单
{{
data
.
isReview
?
'审核'
:
'详情'
}}
</div>
<div
class=
"h-path"
>
商城管理/商城订单/订单
详情
</div>
<div
class=
"h-path"
>
商城管理/商城订单/订单
{{
data
.
isReview
?
'审核'
:
'详情'
}}
</div>
</div>
</div>
</div>
</div>
<div
v-if=
"data.
progress === '待审核'
"
class=
"h-group"
>
<div
v-if=
"data.
isReview
"
class=
"h-group"
>
<a-button
@
click=
"handleSuccess"
type=
"primary"
>
审核通过
</a-button>
<a-button
@
click=
"handleSuccess"
type=
"primary"
>
审核通过
</a-button>
<a-button
@
click=
"handleReject"
type=
"primary"
danger
>
驳回
</a-button>
<a-button
@
click=
"handleReject"
type=
"primary"
danger
>
驳回
</a-button>
</div>
</div>
...
@@ -56,19 +56,19 @@
...
@@ -56,19 +56,19 @@
</Col>
</Col>
</Row>
</Row>
</div>
</div>
<div
style=
"padding: 20px"
>
<!--
<div
style=
"padding: 20px"
>
--
>
<div
class=
"title"
>
权限信息
</div
>
<!--
<div
class=
"title"
>
权限信息
</div>
--
>
<Row
:gutter=
"[12, 20]"
>
<!--
<Row
:gutter=
"[12, 20]"
>
--
>
<Col
:span=
"12"
v-for=
"info in setPermissionSchema"
:key=
"info"
>
<!--
<Col
:span=
"12"
v-for=
"info in setPermissionSchema"
:key=
"info"
>
--
>
<div
class=
"col-item"
>
<!--
<div
class=
"col-item"
>
--
>
<div
class=
"item-label"
>
{{
info
.
label
}}
:
</div
>
<!--
<div
class=
"item-label"
>
{{
info
.
label
}}
:
</div>
--
>
<div
class=
"item-des"
>
{{
<!--
<div
class=
"item-des"
>
{{
-->
setPermissionData
[
info
.
field
]
?
setPermissionData
[
info
.
field
]
:
'-'
<!--
setPermissionData
[
info
.
field
]
?
setPermissionData
[
info
.
field
]
:
'-'
-->
}}
</div
>
<!--
}}
</div>
--
>
</div
>
<!--
</div>
--
>
</Col
>
<!--
</Col>
--
>
</Row
>
<!--
</Row>
--
>
</div
>
<!--
</div>
--
>
<Tabs
style=
"padding-left: 20px"
v-model:activeKey=
"page"
size=
"large"
>
<Tabs
style=
"padding-left: 20px"
v-model:activeKey=
"page"
size=
"large"
>
<a-tab-pane
key=
"1"
tab=
"采样数据"
>
<a-tab-pane
key=
"1"
tab=
"采样数据"
>
<div
v-show=
"page === '1'"
>
<div
v-show=
"page === '1'"
>
...
...
src/views/dataSharingAndExchange/shoppingOrder/index.vue
View file @
837d2dc5
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
{ label: '详情', onClick: handleDetail.bind(null, record) },
{ label: '详情', onClick: handleDetail.bind(null, record) },
{
{
label: '审核',
label: '审核',
onClick: handle
Detail
.bind(null, record),
onClick: handle
Review
.bind(null, record),
ifShow: record.progress !== '已审核',
ifShow: record.progress !== '已审核',
},
},
]"
]"
...
@@ -146,7 +146,19 @@
...
@@ -146,7 +146,19 @@
function
handleDetail
(
record
)
{
function
handleDetail
(
record
)
{
router
.
push
({
router
.
push
({
path
:
'/dataSharingAndExchange/shoppingOrder/detail'
,
path
:
'/dataSharingAndExchange/shoppingOrder/detail'
,
query
:
record
,
query
:
{
...
record
,
},
});
}
// 跳转审核页
function
handleReview
(
record
)
{
router
.
push
({
path
:
'/dataSharingAndExchange/shoppingOrder/detail'
,
query
:
{
...
record
,
isReview
:
true
,
},
});
});
}
}
// 批量取消
// 批量取消
...
...
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