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
a079325a
Commit
a079325a
authored
Feb 24, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
dce2aa4d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+1
-0
orderList.vue
...omponents/busManagement/BookAcar/components/orderList.vue
+3
-1
tripBusOrderList.vue
...ts/busManagement/BookAcar/components/tripBusOrderList.vue
+4
-2
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
a079325a
...
...
@@ -1210,6 +1210,7 @@ input[type="number"] {
</el-form-item>
</el-form>
<p
style=
"color: red;text-align: right;padding: 5px;"
>
注:冲抵请勾选单据后点击下方确认冲抵
</p>
<table
class=
"leaderPayTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<tr>
<th></th>
...
...
src/components/busManagement/BookAcar/components/orderList.vue
View file @
a079325a
...
...
@@ -639,7 +639,7 @@
>
<i
class=
"absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(item, index,
2
)"
@
click=
"makeAdocument(item, index,
3
)"
></i>
</el-tooltip>
</div>
...
...
@@ -1003,6 +1003,8 @@
text
=
"收款"
;
}
else
if
(
num
==
2
)
{
text
=
"付款"
;
}
else
if
(
num
==
3
)
{
text
=
"成本"
;
}
query
=
{
blank
:
"y"
,
...
...
src/components/busManagement/BookAcar/components/tripBusOrderList.vue
View file @
a079325a
...
...
@@ -500,7 +500,7 @@
<div
v-if=
"item.CreateRemark"
style=
"padding:10px;color:#f1416c"
>
客户备注:
{{
item
.
CreateRemark
}}
</div>
<div
v-if=
"item.Remark"
style=
"padding:10px;color:#f1416c"
:style=
"
{'padding':!item.CreateRemark?'10px':'0 10px 10px 10px'}">
<template
v-if=
"
item.Remark||item.OfferState!=3
"
>
OP备注:
{{
item
.
Remark
}}
</
template
>
<template
v-if=
"
(item.Remark||item.OfferState!=3)&&pagesTitle!='销售'
"
>
OP备注:
{{
item
.
Remark
}}
</
template
>
<i
v-if=
"item.OfferState!=3"
class=
"el-icon-edit cursor-pointer c059FF6 mx"
@
click=
"editRemark(item)"
></i>
</div>
</template>
...
...
@@ -606,7 +606,7 @@
>
<i
class=
"absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(item, index,
2
)"
@
click=
"makeAdocument(item, index,
3
)"
></i>
</el-tooltip>
</div>
...
...
@@ -1164,6 +1164,8 @@
text
=
"收款"
;
}
else
if
(
num
==
2
)
{
text
=
"付款"
;
}
else
if
(
num
==
3
)
{
text
=
"成本"
;
}
query
=
{
blank
:
"y"
,
...
...
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