Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
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
2
Merge Requests
2
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
周健威
rs-cloud-platform-ui
Commits
b922643c
Commit
b922643c
authored
Jan 19, 2021
by
rencs
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'dev_ren'
# Conflicts: # src/views/orderManagement/orderList/index.vue
parents
0541dcc6
d7db9c64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
45 deletions
+11
-45
index.vue
src/views/orderManagement/orderList/index.vue
+11
-45
No files found.
src/views/orderManagement/orderList/index.vue
View file @
b922643c
...
@@ -578,51 +578,16 @@ export default {
...
@@ -578,51 +578,16 @@ export default {
message
:
"请选择审核结果"
,
message
:
"请选择审核结果"
,
trigger
:
"change"
,
trigger
:
"change"
,
},
},
},
listLoading
:
false
,
listLoading
:
false
,
times
:
[],
// 时间
times
:
[],
// 时间
list
:
[],
list
:
[],
total
:
0
,
total
:
0
,
BASE_API
:
process
.
env
.
BASE_API
,
orderSendDetailVisible
:
false
,
// 查看弹窗
orderSendDetailVisible
:
false
,
// 查看弹窗
sendVisible
:
false
,
// 发货弹窗
sendVisible
:
false
,
// 发货弹窗
oneRow
:
{},
// 当前操作项
oneRow
:
{},
// 当前操作项
selectDataVisible
:
false
,
// 选择数据
selectDataVisible
:
false
,
// 选择数据
companyAccountInfo
:
{},
// 对公信息
companyAccountInfo
:
{},
// 对公信息
};
},
created
()
{
this
.
listQuery
.
keywords
=
this
.
$route
.
query
.
orderNo
;
this
.
getList
();
this
.
companyInfoByType
();
// 获取对公信息
},
methods
:
{
handleFilter
()
{
this
.
listQuery
.
page
=
1
;
this
.
getList
();
},
handleSizeChange
(
val
)
{
this
.
listQuery
.
limit
=
val
;
this
.
getList
();
},
handleCurrentChange
(
val
)
{
this
.
listQuery
.
page
=
val
;
this
.
getList
();
},
/**
* 取消审核
*/
cancel
()
{
this
.
auditVisible
=
false
;
},
/**
* 对公支付-待审核
*/
handleAudit
(
row
)
{
this
.
oneRow
=
row
;
this
.
form
=
{
auditStatus
:
undefined
,
// 审核状态: 1、审核通过,2、审核拒绝
auditReason
:
undefined
,
// 审核理由
orderNo
:
row
.
orderNo
,
// 订单号
};
};
this
.
auditVisible
=
true
;
this
.
auditVisible
=
true
;
},
},
...
@@ -881,6 +846,7 @@ export default {
...
@@ -881,6 +846,7 @@ export default {
}
}
if
(
iitem
.
type
==
1
)
{
if
(
iitem
.
type
==
1
)
{
// 标准数据
// 标准数据
iitem
.
itemPic
=
_this
.
BASE_API
+
'/api/datacenter/web/gtdata/app/unauth/image/'
+
iitem
.
detailJson
.
thumbnailPath
+
'_98_98.jpg'
iitem
.
imageResolutionStr
=
iitem
.
detailJson
.
imageResolution
?
iitem
.
detailJson
.
imageResolution
.
replace
(
/{/g
,
""
):
''
iitem
.
imageResolutionStr
=
iitem
.
detailJson
.
imageResolution
?
iitem
.
detailJson
.
imageResolution
.
replace
(
/{/g
,
""
):
''
iitem
.
imageResolutionStr
=
iitem
.
imageResolutionStr
?
iitem
.
imageResolutionStr
.
replace
(
/}/g
,
""
):
''
iitem
.
imageResolutionStr
=
iitem
.
imageResolutionStr
?
iitem
.
imageResolutionStr
.
replace
(
/}/g
,
""
):
''
}
}
...
...
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