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
75a50037
Commit
75a50037
authored
Jul 31, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
044b0fd4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+15
-1
No files found.
src/components/myOrdersAllType/components/OrderList.vue
View file @
75a50037
...
...
@@ -414,7 +414,7 @@
</
template
>
<
template
v-if=
"pagesTitle == '审核'"
>
<el-button
v-if=
"scope.row.ApplyForState == 1||(scope.row.ApplyForState == 2&&(userInfo.EmployeeId==
1
||userInfo.RB_Department_Id==2))"
v-if=
"scope.row.ApplyForState == 1||(scope.row.ApplyForState == 2&&(userInfo.EmployeeId==
ExamineBy
||userInfo.RB_Department_Id==2))"
size=
"mini"
type=
"primary"
@
click=
"ckChangePrice(scope.row, 2)"
>
{{
$t
(
'fnc.shenhe'
)
}}
</el-button>
<p
v-else
class=
" fz14"
:class=
"
{ 'cursor-pointer c059FF6': scope.row.OrderType > 0 }"
@click="ckChangePrice(scope.row, 3)">
...
...
@@ -579,6 +579,7 @@
queryObj
:
null
,
cdState
:
false
,
copyId
:
0
,
ExamineBy
:
0
,
loading
:
true
,
loading0
:
false
,
loading1
:
false
,
...
...
@@ -752,6 +753,18 @@
}
},
methods
:
{
GetDefaultCountryList
()
{
this
.
apipost
(
"dict_get_GetDefaultCountryList"
,
{
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
ExamineBy
=
res
.
data
.
data
.
ParentID
}
else
{}
},
err
=>
{}
);
},
getChangePriceObj
()
{
//此单应申请改价为 9999 方可帐平,公式: 应收 = 实收 + 手续费 退款
let
Price
=
(
this
.
changePriceObj
.
Money
*
100
)
-
(
this
.
changePriceObj
.
DueInMoney
*
100
)
...
...
@@ -1133,6 +1146,7 @@
if
(
ActionMenuCode
.
indexOf
(
"S_CheckAllOrder"
)
!=
-
1
)
{
this
.
S_CheckAllOrder
=
true
;
}
this
.
GetDefaultCountryList
();
}
};
...
...
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