Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ad733ee2
authored
Aug 27, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix(OrderTrack): 修复goods.vue文件中的缩进问题,提升代码可读性
parent
6b4e97cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/OrderTrack/goods.vue
src/views/OrderTrack/goods.vue
View file @
ad733ee2
...
...
@@ -191,7 +191,7 @@
<span
:style=
"{ color: getStatusColor() }"
>
{{ agreementStatus.status_name || '暂无状态' }}
</span>
<!-- 审核中 -->
<span
v-if=
"agreementStatus.status === 0"
>
若长时间未审核,可联系猎芯对接窗口
若长时间未审核,可联系猎芯对接窗口
</span>
<!-- 审核不通过 -->
<span
v-if=
"agreementStatus.status === -1"
>
...
...
@@ -337,7 +337,7 @@
created
()
{
this
.
formInline
.
inquiry_sn
=
this
.
$route
.
query
.
inquiry_sn
||
''
;
this
.
formInline
.
quote_sn
=
this
.
$route
.
query
.
quote_sn
||
''
;
this
.
formInline
.
purchase_sn
=
this
.
$route
.
query
.
purchase_sn
||
''
;
this
.
formInline
.
purchase_sn
=
this
.
$route
.
query
.
purchase_sn
||
''
;
this
.
getData
();
},
watch
:
{
...
...
@@ -345,7 +345,7 @@
if
(
to
.
path
==
'/orderTrackGoods'
)
{
this
.
formInline
.
inquiry_sn
=
this
.
$route
.
query
.
inquiry_sn
||
''
;
this
.
formInline
.
quote_sn
=
this
.
$route
.
query
.
quote_sn
||
''
;
this
.
formInline
.
purchase_sn
=
this
.
$route
.
query
.
purchase_sn
||
''
;
this
.
formInline
.
purchase_sn
=
this
.
$route
.
query
.
purchase_sn
||
''
;
this
.
getData
();
}
},
...
...
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