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
5d34ced9
Commit
5d34ced9
authored
May 19, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
59bfd7bb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3677 additions
and
3451 deletions
+3677
-3451
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+2373
-2027
productOrderList.vue
src/components/SalesModule/Common/productOrderList.vue
+818
-894
productOrderList.vue
src/components/SalesModule/productOrderList.vue
+0
-1
QuotationAduit.vue
...nents/TravelManager/TravelNewQuotation/QuotationAduit.vue
+0
-1
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+0
-1
entryForm.vue
src/components/rank/entryForm.vue
+485
-525
salesVolumeRank.vue
src/components/rank/salesVolumeRank.vue
+1
-2
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
5d34ced9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/components/SalesModule/Common/productOrderList.vue
View file @
5d34ced9
This diff is collapsed.
Click to expand it.
src/components/SalesModule/productOrderList.vue
View file @
5d34ced9
...
@@ -524,7 +524,6 @@
...
@@ -524,7 +524,6 @@
},
},
},
},
mounted
()
{
mounted
()
{
console
.
log
(
'this.router'
,
this
.
$route
,
this
.
$router
)
if
(
this
.
$route
.
path
===
'/productOrderList'
)
{
if
(
this
.
$route
.
path
===
'/productOrderList'
)
{
this
.
isVisa
=
false
this
.
isVisa
=
false
}
else
{
}
else
{
...
...
src/components/TravelManager/TravelNewQuotation/QuotationAduit.vue
View file @
5d34ced9
...
@@ -193,7 +193,6 @@
...
@@ -193,7 +193,6 @@
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
var
tempData
=
res
.
data
.
data
;
var
tempData
=
res
.
data
.
data
;
console
.
log
(
"tempData"
,
tempData
);
if
(
tempData
.
ID
&&
tempData
.
ID
>
0
)
{
if
(
tempData
.
ID
&&
tempData
.
ID
>
0
)
{
this
.
postData
.
ID
=
tempData
.
ID
;
this
.
postData
.
ID
=
tempData
.
ID
;
}
}
...
...
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
5d34ced9
...
@@ -159,7 +159,6 @@
...
@@ -159,7 +159,6 @@
return
currencyNumList
return
currencyNumList
}
}
this
.
postData
.
TravelState
=
type
;
this
.
postData
.
TravelState
=
type
;
// console.log('this.postData', this.postData, this.postData.LineId)
// 线路必填
// 线路必填
if
(
!
this
.
postData
.
LineId
)
{
if
(
!
this
.
postData
.
LineId
)
{
this
.
$message
.
error
(
'请选择线路'
)
this
.
$message
.
error
(
'请选择线路'
)
...
...
src/components/rank/entryForm.vue
View file @
5d34ced9
This diff is collapsed.
Click to expand it.
src/components/rank/salesVolumeRank.vue
View file @
5d34ced9
...
@@ -531,8 +531,7 @@ export default {
...
@@ -531,8 +531,7 @@ export default {
settStartDates
()
{
settStartDates
()
{
let
date
=
moment
().
format
(
'yyyy-MM-DD'
)
let
date
=
moment
().
format
(
'yyyy-MM-DD'
)
let
start
=
moment
().
subtract
(
1
,
'months'
).
format
(
'yyyy-MM-DD'
)
let
start
=
moment
().
subtract
(
1
,
'months'
).
format
(
'yyyy-MM-DD'
)
this
.
msg
.
tStartDates
=
[
start
,
date
]
this
.
msg
.
tStartDates
=
[
start
,
date
]
console
.
log
(
'settStartDates'
,
date
,
start
)
},
},
handleClick
(
tab
,
event
)
{
handleClick
(
tab
,
event
)
{
this
.
msg
.
EnterID
=
0
;
this
.
msg
.
EnterID
=
0
;
...
...
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