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
3503ae37
Commit
3503ae37
authored
Apr 01, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9a2b8cb7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+3
-2
allList.vue
src/components/myOrdersAllType/components/allList.vue
+1
-1
No files found.
src/components/myOrdersAllType/components/OrderList.vue
View file @
3503ae37
...
...
@@ -427,7 +427,7 @@
style=
"color: red;"
>
{{changePriceObj.ManagerRefuseReason}}
</span>
</span>
<span
v-if=
"changePriceObj.RefuseReason"
>
{{changePriceObj.ApplyType=="2"
&&
item
.ExamineByName!="徐总"?"会计":"总经理"}}审核意见:
<span
{{changePriceObj.ApplyType=="2"
&&
changePriceObj
.ExamineByName!="徐总"?"会计":"总经理"}}审核意见:
<span
style=
"color: red;"
>
{{changePriceObj.RefuseReason}}
</span>
</span>
</div>
...
...
@@ -450,7 +450,7 @@
<el-form-item
label=
"改价原因"
prop=
""
>
<el-input
type=
"textarea"
placeholder=
"填写改价原因,不是价格哟"
v-model=
"changePriceMsg.ApplyForReason"
autosize
>
</el-input>
<span
v-if=
"
isHaveJapanMoney==1
"
style=
"color:red;"
>
请填写实收金额的计算公式:如 14万日元*0.05=7000人民币
</span>
<span
v-if=
"
changePriceMsg.ApplyType==2
"
style=
"color:red;"
>
请填写实收金额的计算公式:如 14万日元*0.05=7000人民币
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
v-if=
"changePriceMsg.ApplyType==2"
>
...
...
@@ -836,6 +836,7 @@
this
.
changePriceMsg
.
OrderId
=
item
.
OrderId
;
this
.
changePriceMsg
.
OrderType
=
item
.
OrderType
;
this
.
changePriceMsg
.
OP_Remarks
=
item
.
OP_Remarks
;
this
.
changePriceMsg
.
OP_Remarks
=
item
.
OP_Remarks
;
if
(
this
.
changePriceMsg
.
ID
>
0
)
{
this
.
changePriceMsg
.
ApplyType
=
String
(
item
.
ApplyType
);
}
else
{
...
...
src/components/myOrdersAllType/components/allList.vue
View file @
3503ae37
...
...
@@ -120,7 +120,7 @@
</li>
<li
v-if=
"Title!='申请'&&Title!='查看'"
>
<span><em>
{{
$t
(
'objFill.orderid'
)
}}
</em>
<el-input
clearable
type=
"Number"
@
keyup
.
native=
"checkInteger(msg
,'OrderId')"
v-model=
"msg
.OrderId"
placeholder=
"请输入订单Id"
class=
"w200"
/>
<el-input
clearable
type=
"Number"
@
keyup
.
native=
"checkInteger(msg
2,'OrderId')"
v-model=
"msg2
.OrderId"
placeholder=
"请输入订单Id"
class=
"w200"
/>
</span>
</li>
<li
v-if=
"Title!='申请'&&Title!='审核'&&Title!='查看'"
>
...
...
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