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
9a2b8cb7
Commit
9a2b8cb7
authored
Apr 01, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
40b534ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
11 deletions
+24
-11
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+24
-11
No files found.
src/components/myOrdersAllType/components/OrderList.vue
View file @
9a2b8cb7
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
{{
item
.
ApplyType
==
"2"
?
"OP"
:
"主管"
}}
审核意见:
<span
style=
"color: red;"
>
{{
item
.
ManagerRefuseReason
}}
</span>
{{
item
.
ApplyType
==
"2"
?
"OP"
:
"主管"
}}
审核意见:
<span
style=
"color: red;"
>
{{
item
.
ManagerRefuseReason
}}
</span>
</span>
</span>
<span
v-if=
"item.RefuseReason"
>
<span
v-if=
"item.RefuseReason"
>
{{
item
.
ApplyType
==
"2"
?
"会计"
:
"总经理"
}}
审核意见:
<span
style=
"color: red;"
>
{{
item
.
RefuseReason
}}
</span>
总经理
审核意见:
<span
style=
"color: red;"
>
{{
item
.
RefuseReason
}}
</span>
</span>
</span>
</div>
</div>
<div
style=
"margin-top: 10px;"
v-if=
"item.ApplyForState
<div
style=
"margin-top: 10px;"
v-if=
"item.ApplyForState
...
@@ -175,11 +175,11 @@
...
@@ -175,11 +175,11 @@
</el-tag>
</el-tag>
</span>
</span>
<span
style=
"margin-left: 20px;"
v-if=
"item.ApplyForState==2&&pagesTitle=='查看'&&item.ExamineByName"
>
<span
style=
"margin-left: 20px;"
v-if=
"item.ApplyForState==2&&pagesTitle=='查看'&&item.ExamineByName"
>
<el-tag
type=
"warning"
effect=
"dark"
>
待{{item.ApplyType=="2"?"会计":"总经理"}}{{item.ExamineByName}} 审核
<el-tag
type=
"warning"
effect=
"dark"
>
待{{item.ApplyType=="2"
&&
item.ExamineByName!="徐总"
?"会计":"总经理"}}{{item.ExamineByName}} 审核
</el-tag>
</el-tag>
</span>
</span>
<span
style=
"margin-left: 20px;"
v-if=
"pagesTitle=='申请'&&item.ApplyForState==2"
>
<span
style=
"margin-left: 20px;"
v-if=
"pagesTitle=='申请'&&item.ApplyForState==2"
>
<el-tag
type=
"warning"
effect=
"dark"
>
待{{item.ApplyType=="2"?"会计":"总经理"}}{{item.ExamineByName}}审核
<el-tag
type=
"warning"
effect=
"dark"
>
待{{item.ApplyType=="2"
&&
item.ExamineByName!="徐总"
?"会计":"总经理"}}{{item.ExamineByName}}审核
</el-tag>
</el-tag>
<span
v-if=
"item.ManagerExamineBy>0"
<span
v-if=
"item.ManagerExamineBy>0"
style=
"color:#13879b;"
>
{{item.ApplyType=="2"?"OP":"主管"}}({{item.ManagerExamineName}} /{{item.ManagerExamineTimeStr
style=
"color:#13879b;"
>
{{item.ApplyType=="2"?"OP":"主管"}}({{item.ManagerExamineName}} /{{item.ManagerExamineTimeStr
...
@@ -427,7 +427,7 @@
...
@@ -427,7 +427,7 @@
style=
"color: red;"
>
{{changePriceObj.ManagerRefuseReason}}
</span>
style=
"color: red;"
>
{{changePriceObj.ManagerRefuseReason}}
</span>
</span>
</span>
<span
v-if=
"changePriceObj.RefuseReason"
>
<span
v-if=
"changePriceObj.RefuseReason"
>
{{changePriceObj.ApplyType=="2"?"会计":"总经理"}}审核意见:
<span
{{changePriceObj.ApplyType=="2"
&&
item.ExamineByName!="徐总"
?"会计":"总经理"}}审核意见:
<span
style=
"color: red;"
>
{{changePriceObj.RefuseReason}}
</span>
style=
"color: red;"
>
{{changePriceObj.RefuseReason}}
</span>
</span>
</span>
</div>
</div>
...
@@ -450,13 +450,14 @@
...
@@ -450,13 +450,14 @@
<el-form-item
label=
"改价原因"
prop=
""
>
<el-form-item
label=
"改价原因"
prop=
""
>
<el-input
type=
"textarea"
placeholder=
"填写改价原因,不是价格哟"
v-model=
"changePriceMsg.ApplyForReason"
autosize
>
<el-input
type=
"textarea"
placeholder=
"填写改价原因,不是价格哟"
v-model=
"changePriceMsg.ApplyForReason"
autosize
>
</el-input>
</el-input>
<span
v-if=
"isHaveJapanMoney==1"
style=
"color:red;"
>
请填写实收金额的计算公式:如 14万日元*0.05=7000人民币
</span>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
v-if=
"
isHaveJapanMoney==1
"
>
<el-col
:span=
"8"
v-if=
"
changePriceMsg.ApplyType==2
"
>
<el-form-item
label=
"改价类型"
prop=
""
>
<el-form-item
label=
"改价类型"
prop=
""
>
<el-radio-group
v-model=
"changePriceMsg.ApplyType"
>
<el-radio-group
v-model=
"changePriceMsg.ApplyType"
>
<el-radio
label=
"1"
>
正常改价
</el-radio>
<el-radio
label=
"1"
:disabled=
"changePriceObj.TeamType==2"
>
正常改价
</el-radio>
<el-radio
label=
"2"
>
汇差改价
<span
style=
"color:red;"
>
(由于汇率造成的帐未平,实际已全额收款)
</span></el-radio>
<el-radio
label=
"2"
:disabled=
"changePriceObj.TeamType==2"
>
汇差改价
<span
style=
"color:red;"
>
(由于汇率造成的帐未平,实际已全额收款)
</span></el-radio>
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -535,6 +536,12 @@
...
@@ -535,6 +536,12 @@
v-model=
"changePriceMsg.RefuseReason"
autosize
></el-input>
v-model=
"changePriceMsg.RefuseReason"
autosize
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
v-if=
"changePriceMsg.ApplyType==2&&changePriceMsg.ApplyForState==1"
>
<el-form-item
label=
"OP备注"
prop=
""
>
<el-input
:readonly=
"changePriceMsg.DialogType == 1 ? true : false"
type=
"textarea"
v-model=
"changePriceMsg.OP_Remarks"
autosize
></el-input>
</el-form-item>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
</div>
</div>
...
@@ -583,6 +590,7 @@
...
@@ -583,6 +590,7 @@
outerVisible2
:
false
,
outerVisible2
:
false
,
ApplyForMoney
:
0
,
ApplyForMoney
:
0
,
ApplyType
:
''
,
ApplyType
:
''
,
OP_Remarks
:
''
,
},
},
msg
:
{
msg
:
{
OrderId
:
""
,
OrderId
:
""
,
...
@@ -827,6 +835,7 @@
...
@@ -827,6 +835,7 @@
this
.
changePriceMsg
.
ID
=
type
?
item
.
OrderChangePriceId
:
0
;
this
.
changePriceMsg
.
ID
=
type
?
item
.
OrderChangePriceId
:
0
;
this
.
changePriceMsg
.
OrderId
=
item
.
OrderId
;
this
.
changePriceMsg
.
OrderId
=
item
.
OrderId
;
this
.
changePriceMsg
.
OrderType
=
item
.
OrderType
;
this
.
changePriceMsg
.
OrderType
=
item
.
OrderType
;
this
.
changePriceMsg
.
OP_Remarks
=
item
.
OP_Remarks
;
if
(
this
.
changePriceMsg
.
ID
>
0
)
{
if
(
this
.
changePriceMsg
.
ID
>
0
)
{
this
.
changePriceMsg
.
ApplyType
=
String
(
item
.
ApplyType
);
this
.
changePriceMsg
.
ApplyType
=
String
(
item
.
ApplyType
);
}
else
{
}
else
{
...
@@ -843,12 +852,16 @@
...
@@ -843,12 +852,16 @@
this
.
isHaveJapanMoney
=
res
.
data
.
data
.
IsHaveJapanMoney
;
this
.
isHaveJapanMoney
=
res
.
data
.
data
.
IsHaveJapanMoney
;
}
}
if
(
this
.
isHaveJapanMoney
==
1
)
{
if
(
this
.
isHaveJapanMoney
==
1
)
{
if
(
item
.
TeamType
==
2
){
if
(
this
.
changePriceMsg
.
ID
>
0
)
{
this
.
changePriceMsg
.
ApplyType
=
"2"
}
else
{
if
(
this
.
changePriceMsg
.
ID
>
0
)
{
this
.
changePriceMsg
.
ApplyType
=
String
(
item
.
ApplyType
);
this
.
changePriceMsg
.
ApplyType
=
String
(
item
.
ApplyType
);
}
else
{
}
else
{
this
.
changePriceMsg
.
ApplyType
=
""
this
.
changePriceMsg
.
ApplyType
=
""
}
}
}
}
else
{
}
else
{
this
.
changePriceMsg
.
ApplyType
=
"1"
this
.
changePriceMsg
.
ApplyType
=
"1"
}
}
...
@@ -882,7 +895,7 @@
...
@@ -882,7 +895,7 @@
this
.
changePriceMsg
.
PreferPrice
=
item
.
Money
;
//data.ApplyForMoney
this
.
changePriceMsg
.
PreferPrice
=
item
.
Money
;
//data.ApplyForMoney
this
.
changePriceMsg
.
ApplyForMoney
=
data
.
ApplyForMoney
//申请总金额
this
.
changePriceMsg
.
ApplyForMoney
=
data
.
ApplyForMoney
//申请总金额
// this.changePriceMsg.OP_Remarks = data.OP_Remarks;
this
.
changePriceMsg
.
RefuseReason
=
data
.
RefuseReason
;
this
.
changePriceMsg
.
RefuseReason
=
data
.
RefuseReason
;
}
}
}
}
...
...
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