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
6c2ab960
Commit
6c2ab960
authored
Feb 23, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
791581d6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
74 additions
and
22 deletions
+74
-22
ChangeThePriceMessage.vue
...components/administrative/model/ChangeThePriceMessage.vue
+2
-2
index.vue
src/components/index.vue
+6
-1
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+66
-19
No files found.
src/components/administrative/model/ChangeThePriceMessage.vue
View file @
6c2ab960
...
...
@@ -410,10 +410,10 @@
<
template
slot-scope=
"scope"
>
<span
><template
v-if=
"scope.row.ApplyForState==1"
>
待
主管
审核
待
{{
scope
.
row
.
ApplyType
==
"2"
?
"OP"
:
"主管"
}}
审核
</
template
>
<
template
v-else-if=
"scope.row.ApplyForState==2"
>
主管
审核通过
{{
scope
.
row
.
ApplyType
==
"2"
?
"OP"
:
"主管"
}}
审核通过
</
template
>
<
template
v-else-if=
"scope.row.ApplyForState==3"
>
审核通过
...
...
src/components/index.vue
View file @
6c2ab960
...
...
@@ -1289,6 +1289,7 @@
pageSize
:
5
,
total
:
0
,
total2
:
0
,
ApplyType
:
0
,
},
ExamineThePriceVisible
:
false
,
//审核改价提醒
ChangeThePriceList
:
[],
...
...
@@ -1966,13 +1967,15 @@
(
localStorage
.
getItem
(
"ChangeThePriceDataTime"
)
!=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
)))
))
{
this
.
GetChangeThePrice
()
this
.
ExamineThePriceMsg
.
ApplyType
=
2
;
this
.
GetExaminePriceOrderPageList
()
}
}
},
created
()
{
let
DateTime
=
new
Date
();
let
Year
=
DateTime
.
getFullYear
()
let
Month
=
DateTime
.
getMonth
()
let
Month
=
DateTime
.
getMonth
()
+
1
let
Months
=
Month
>
9
?
Month
:
'0'
+
Month
let
day
=
new
Date
(
Year
,
Month
,
0
).
getDate
()
let
DepartETime
=
Year
+
'-'
+
Months
+
'-'
+
day
...
...
@@ -2028,12 +2031,14 @@
"CarSingle_post_GetExaminePriceOrderPageList"
,
this
.
ExamineThePriceMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
"我进来啦结果..."
,
res
.
data
.
data
);
if
(
res
.
data
.
data
&&
res
.
data
.
data
.
count
>
0
&&
res
.
data
.
data
.
pageData
.
length
>
0
)
{
if
(
!
this
.
ExamineThePriceMsg
.
total
)
this
.
ExamineThePriceMsg
.
total
=
res
.
data
.
data
.
count
// localStorage.setItem("ExamineThePriceData", JSON.stringify(res.data.data.pageData));
localStorage
.
setItem
(
"ExamineThePriceDataTime"
,
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
)));
this
.
ChangeThePriceObj
.
ExamineThePriceData
=
res
.
data
.
data
.
pageData
console
.
log
(
"我进来啦this.ChangeThePriceObj.ExamineThePriceData"
,
this
.
ChangeThePriceObj
.
ExamineThePriceData
);
this
.
ExamineThePriceVisible
=
true
}
else
{
this
.
ExamineThePriceVisible
=
false
...
...
src/components/myOrdersAllType/components/OrderList.vue
View file @
6c2ab960
This diff is collapsed.
Click to expand it.
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