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
35e705ec
Commit
35e705ec
authored
Jan 31, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车订单列表
parent
ba451ef1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
17 deletions
+22
-17
OrderList.vue
src/components/CarDealerOrder/components/OrderList.vue
+20
-4
offset.vue
src/components/public/offset.vue
+2
-13
No files found.
src/components/CarDealerOrder/components/OrderList.vue
View file @
35e705ec
...
@@ -536,13 +536,20 @@
...
@@ -536,13 +536,20 @@
<span
class=
"text-grey-6"
>
{{
scope
.
row
.
FinishTimeStr
}}
</span>
<span
class=
"text-grey-6"
>
{{
scope
.
row
.
FinishTimeStr
}}
</span>
</span>
</span>
</div>
</div>
<div
class=
"c9e fz12"
>
<div
class=
"c9e fz12"
>
<span>
{{
$t
(
'OrderList.search.orderId'
)
}}
:
</span>
<span>
{{
$t
(
'OrderList.search.orderId'
)
}}
:
</span>
<span>
(
{{
scope
.
row
.
OrderId
}}
)
</span>
<span>
{{
scope
.
row
.
OrderId
}}
</span>
<span
class=
"copy cblack cursor-pointer"
v-if=
"copyId != scope.row.OrderId"
<span
class=
"copy cblack cursor-pointer"
v-if=
"copyId != scope.row.OrderId"
@
click=
"CopyHandler(scope.row)"
>
复制
</span>
@
click=
"CopyHandler(scope.row)"
>
复制
</span>
<span
v-else
class=
"copy c059FF6 bgD9F3FF cursor-pointer"
><i
class=
"el-icon-check mr"
></i>
已复制
</span>
<span
v-else
class=
"copy c059FF6 bgD9F3FF cursor-pointer"
><i
class=
"el-icon-check mr"
></i>
已复制
</span>
</div>
</div>
<div
class=
"cblack fz12 mr"
v-if=
"false"
>
<span
class=
""
>
<span
class=
"c9e"
>
请求书:
</span>
<span
class=
"text-grey-6"
>
{{
scope
.
row
.
PetitionId
}}
</span>
</span>
</div>
</div>
</div>
<div
class=
"c9e fz12"
>
<div
class=
"c9e fz12"
>
<span>
客人信息:
{{
scope
.
row
.
CustomerName
}}
<span>
客人信息:
{{
scope
.
row
.
CustomerName
}}
...
@@ -940,7 +947,8 @@
...
@@ -940,7 +947,8 @@
// EmpIds:'',
// EmpIds:'',
OtherType
:
61
,
OtherType
:
61
,
ReFinanceId
:
""
,
ReFinanceId
:
""
,
ReFinanceId2
:
""
ReFinanceId2
:
""
,
CostType
:
''
,
},
},
userInfo
:
{},
userInfo
:
{},
msg
:
{
msg
:
{
...
@@ -1350,8 +1358,8 @@
...
@@ -1350,8 +1358,8 @@
}
}
this
.
BillMakingMsg
.
ReFinanceId
=
row
.
OrderId
;
this
.
BillMakingMsg
.
ReFinanceId
=
row
.
OrderId
;
this
.
BillMakingMsg
.
ReFinanceId2
=
num
;
this
.
BillMakingMsg
.
ReFinanceId2
=
num
;
this
.
BillMakingMsg
.
OtherType
=
66
;
this
.
BillMakingMsg
.
OtherType
=
80
;
if
(
type
==
1
)
this
.
BillMakingMsg
.
CostType
=
77
let
text
=
""
;
let
text
=
""
;
let
query
=
{};
let
query
=
{};
if
(
num
==
1
)
{
if
(
num
==
1
)
{
...
@@ -1367,6 +1375,7 @@
...
@@ -1367,6 +1375,7 @@
tab
:
`新增
${
text
}
单据`
,
tab
:
`新增
${
text
}
单据`
,
Type
:
type
,
Type
:
type
,
tradeObj
:
JSON
.
stringify
(
this
.
BillMakingMsg
),
tradeObj
:
JSON
.
stringify
(
this
.
BillMakingMsg
),
companyID
:
1248
// companyID:row.OutBranchId
// companyID:row.OutBranchId
};
};
if
(
num
==
2
)
{
if
(
num
==
2
)
{
...
@@ -1662,6 +1671,12 @@
...
@@ -1662,6 +1671,12 @@
},
},
mounted
()
{
mounted
()
{
if
(
localStorage
.
typeSystem
)
this
.
typeSystem
=
localStorage
.
typeSystem
if
(
localStorage
.
typeSystem
)
this
.
typeSystem
=
localStorage
.
typeSystem
if
(
this
.
$route
.
query
.
cdState
==
'true'
){
this
.
addBalanceout
()
let
datas
=
this
.
$route
.
query
let
tradeObj
=
datas
.
tradeObj
this
.
msg
.
OrderId
=
datas
.
tradeObj
.
ReFinanceId
}
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
this
.
userInfo
.
ActionMenuCode
;
let
ActionMenuCode
=
this
.
userInfo
.
ActionMenuCode
;
if
(
ActionMenuCode
.
indexOf
(
'is_correlationOP'
)
!=
-
1
)
{
if
(
ActionMenuCode
.
indexOf
(
'is_correlationOP'
)
!=
-
1
)
{
...
@@ -1672,6 +1687,7 @@
...
@@ -1672,6 +1687,7 @@
window
.
onresize
=
()
=>
{
window
.
onresize
=
()
=>
{
this
.
com_onresize
();
this
.
com_onresize
();
};
};
}
}
};
};
...
...
src/components/public/offset.vue
View file @
35e705ec
...
@@ -126,19 +126,8 @@
...
@@ -126,19 +126,8 @@
},
},
methods
:
{
methods
:
{
cancelBtn
(){
cancelBtn
(){
if
(
this
.
queryObj
.
companyID
){
this
.
cdState
=
false
this
.
$confirm
(
"车行冲抵单据参数将丢失,是否继续关闭"
,
"提示"
,
{
this
.
$emit
(
'close'
,
false
)
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
})
.
then
(()
=>
{
this
.
cdState
=
false
this
.
$emit
(
'close'
,
false
)
}).
catch
(()
=>
{
this
.
$message
.
info
(
"已取消!"
);
});
}
},
},
close
(){
close
(){
this
.
cdState
=
false
this
.
cdState
=
false
...
...
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