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
a4d75dc9
Commit
a4d75dc9
authored
Jan 31, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘刘强东在更新一下@@@’
parent
4bf4efb3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
20 deletions
+2
-20
RecPayQueryTeam.vue
src/components/FinancialModule/RecPayQueryTeam.vue
+1
-18
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+1
-2
No files found.
src/components/FinancialModule/RecPayQueryTeam.vue
View file @
a4d75dc9
...
...
@@ -226,7 +226,6 @@
v-model=
"defaultMonth"
type=
"daterange"
value-format=
"yyyy-MM-dd"
:picker-options=
"pickerOptions"
range-separator=
"至"
>
</el-date-picker>
</el-form-item>
...
...
@@ -263,7 +262,7 @@
<td>
<span
class=
"_link_hover"
@
click=
"jumpPage('RegistrationList', son.OrderId, 2, item.TCID)"
>
{{
son
.
OrderId
}}
</span>
</td>
<td>
{{
son
.
EmName
}}
</td>
<td>
{{
son
.
PreferPrice
}}
</td>
<td>
<span
:class=
"DaiShou > 0 ? '':'_color_red'"
>
{{
son
.
Income
}}
</span>
</td>
<td>
<span
:class=
"
son.
DaiShou > 0 ? '':'_color_red'"
>
{{
son
.
Income
}}
</span>
</td>
<td>
{{
son
.
DaiShou
}}
</td>
<td>
{{
son
.
Refund
}}
</td>
<td>
{{
son
.
PlatformTax
}}
</td>
...
...
@@ -344,22 +343,6 @@ export default {
''
,
new
Date
().
Format
(
"yyyy-MM-dd"
),
],
pickerOptions
:
{
onPick
:
({
maxDate
,
minDate
})
=>
{
this
.
choiceDate
=
minDate
.
getTime
()
if
(
maxDate
)
{
this
.
choiceDate
=
''
}
},
disabledDate
:
(
time
)
=>
{
if
(
this
.
choiceDate
)
{
const
one
=
30
*
24
*
3600
*
1000
const
minTime
=
this
.
choiceDate
-
one
const
maxTime
=
this
.
choiceDate
+
one
return
time
.
getTime
()
<
minTime
||
time
.
getTime
()
>
maxTime
}
}
},
choiceDate
:
''
,
EmployeeId
:
0
,
noData
:
false
,
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
a4d75dc9
...
...
@@ -1493,8 +1493,7 @@
</tr>
</table>
</div>
<span
v-if=
'item.isEnd==0 || isUpdateOrder'
style=
"cursor: pointer;"
@
click=
"getOrderDetail(item)"
slot=
"reference"
>
{{
item
.
income
}}
</span>
<span
v-else-if=
'item.isEnd!=0 || isUpdateOrder'
style=
"cursor: pointer;color: #e95252;"
@
click=
"getOrderDetail(item)"
slot=
"reference"
>
{{
item
.
income
}}
</span>
<span
v-if=
'item.isEnd==0 || isUpdateOrder'
:style=
"
{cursor: pointer,color:item.isEnd===0 ? '' : '#e95252' }" @click="getOrderDetail(item)" slot="reference">
{{
item
.
income
}}
</span>
<span
v-else
>
******
</span>
</el-popover>
</td>
...
...
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