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
5f5ceaba
Commit
5f5ceaba
authored
Jun 28, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改单据
parent
073ff849
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
9 deletions
+31
-9
ComplaintsDetail.vue
src/components/Complaints/ComplaintsDetail.vue
+2
-2
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+13
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+16
-6
No files found.
src/components/Complaints/ComplaintsDetail.vue
View file @
5f5ceaba
...
@@ -464,7 +464,7 @@
...
@@ -464,7 +464,7 @@
this
.
loading
=
false
this
.
loading
=
false
this
.
isGetData
=
true
this
.
isGetData
=
true
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
PriceInfo
=
res
.
data
.
data
.
PriceInfo
this
.
PriceInfo
=
res
.
data
.
data
.
PriceInfo
;
this
.
ComplainInfo
=
res
.
data
.
data
.
ComplainInfo
this
.
ComplainInfo
=
res
.
data
.
data
.
ComplainInfo
this
.
ComplainDetial
=
res
.
data
.
data
.
ComplainDetial
this
.
ComplainDetial
=
res
.
data
.
data
.
ComplainDetial
this
.
DealEmpName
=
this
.
ComplainDetial
[
this
.
ComplainDetial
.
length
-
1
].
EmpName
this
.
DealEmpName
=
this
.
ComplainDetial
[
this
.
ComplainDetial
.
length
-
1
].
EmpName
...
@@ -762,7 +762,7 @@
...
@@ -762,7 +762,7 @@
},
},
mounted
()
{
mounted
()
{
this
.
queryMsg
.
ID
=
this
.
$route
.
query
.
id
this
.
queryMsg
.
ID
=
this
.
$route
.
query
.
id
this
.
queryMsg
.
OrderId
=
this
.
$route
.
query
.
o
rderId
this
.
queryMsg
.
OrderId
=
this
.
$route
.
query
.
O
rderId
this
.
getEnumeration
()
this
.
getEnumeration
()
this
.
getEmployeeList
()
this
.
getEmployeeList
()
this
.
getDetial
()
this
.
getDetial
()
...
...
src/components/FinancialModule/BasicDocuments.vue
View file @
5f5ceaba
...
@@ -315,7 +315,8 @@
...
@@ -315,7 +315,8 @@
<my-DJ-Bill
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-DJ-Bill>
<my-DJ-Bill
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-DJ-Bill>
</
template
>
</
template
>
<div
class=
"_explain"
>
<div
class=
"_explain"
>
<p>
附加说明:
</p>
<p>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"goUrl('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"
>
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
class=
"cursorpointer text-decoration"
>
{{GetDetail.ComplainID}}
</span></span></p>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
<td
:colspan=
"4"
>
{{o.TCNUM}}({{o.TCID}})
</td>
<td
:colspan=
"4"
>
{{o.TCNUM}}({{o.TCID}})
</td>
...
@@ -2239,6 +2240,7 @@ export default {
...
@@ -2239,6 +2240,7 @@ export default {
}
}
this
.
chongJudge
(
data
)
this
.
chongJudge
(
data
)
this
.
GetDetail
=
data
;
this
.
GetDetail
=
data
;
console
.
log
(
this
.
GetDetail
,
'GetDetail.OrderId'
);
this
.
ChongDiMsg
.
Types
=
''
this
.
ChongDiMsg
.
Types
=
''
this
.
ChongDiMsg
.
ClientType
=
data
.
Type
===
2
?
data
.
ClientType
:
''
this
.
ChongDiMsg
.
ClientType
=
data
.
Type
===
2
?
data
.
ClientType
:
''
this
.
ChongDiMsg
.
ClientID
=
data
.
Type
===
2
?
data
.
ClientID
:
''
this
.
ChongDiMsg
.
ClientID
=
data
.
Type
===
2
?
data
.
ClientID
:
''
...
@@ -2416,6 +2418,16 @@ export default {
...
@@ -2416,6 +2418,16 @@ export default {
},
},
headCall
:
function
(
msg
)
{
//回调方法,接收子组件传的参数
headCall
:
function
(
msg
)
{
//回调方法,接收子组件传的参数
this
.
currentMoney
=
msg
;
this
.
currentMoney
=
msg
;
},
goUrl
(
path
,
id
,
OrderId
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
OrderId
:
OrderId
,
blank
:
"y"
}
});
}
}
},
created
(){
},
created
(){
if
(
this
.
$route
.
query
.
pageIndex
){
if
(
this
.
$route
.
query
.
pageIndex
){
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
5f5ceaba
...
@@ -366,7 +366,7 @@
...
@@ -366,7 +366,7 @@
<my-RVB-Bill
v-else-if=
"GetDetail.Type===1"
:ID=
"GetDetail.FrID"
:isPrintPage=
"false"
:width=
"widthSon"
:color=
"colorSon"
></my-RVB-Bill>
<my-RVB-Bill
v-else-if=
"GetDetail.Type===1"
:ID=
"GetDetail.FrID"
:isPrintPage=
"false"
:width=
"widthSon"
:color=
"colorSon"
></my-RVB-Bill>
<my-GZ-Bill
v-else-if=
"GetDetail.Type===7"
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-GZ-Bill>
<my-GZ-Bill
v-else-if=
"GetDetail.Type===7"
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-GZ-Bill>
<div
class=
"_explain"
>
<div
class=
"_explain"
>
<p>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"go
Url('ComplaintsDetail', GetDetail.Complain
ID)"
>
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
class=
"cursorpointer text-decoration"
>
{{
GetDetail
.
ComplainID
}}
</span></span>
</p>
<p>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"go
Complain('ComplaintsDetail', GetDetail.ComplainID,GetDetail.Order
ID)"
>
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
class=
"cursorpointer text-decoration"
>
{{
GetDetail
.
ComplainID
}}
</span></span>
</p>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
<td
:colspan=
"4"
v-if=
"GetDetail.Is_Merge===1"
>
单据号:
{{
o
.
FinanceId
}}
</td>
<td
:colspan=
"4"
v-if=
"GetDetail.Is_Merge===1"
>
单据号:
{{
o
.
FinanceId
}}
</td>
...
@@ -902,11 +902,21 @@ export default {
...
@@ -902,11 +902,21 @@ export default {
},
},
goUrl
(
path
,
id
)
{
goUrl
(
path
,
id
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
path
,
name
:
path
,
query
:
{
query
:
{
id
:
id
,
id
:
id
,
blank
:
"y"
blank
:
"y"
}
}
});
},
goComplain
(
path
,
id
,
OrderId
){
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
OrderId
:
OrderId
,
blank
:
"y"
}
});
});
},
},
inited
(
viewer
){
inited
(
viewer
){
...
...
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