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
4ac2cd9d
Commit
4ac2cd9d
authored
Aug 01, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
备注问题
parent
2283813c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+4
-4
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+4
-4
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
4ac2cd9d
...
@@ -492,7 +492,7 @@
...
@@ -492,7 +492,7 @@
</div>
</div>
<div
class=
"_remark"
>
<div
class=
"_remark"
>
<p>
{{$t('system.label_info')}}
</p>
<p>
{{$t('system.label_info')}}
</p>
<textarea
v-model=
"
msg.
Description"
>
<textarea
v-model=
"Description"
>
</textarea>
</textarea>
</div>
</div>
<div>
<div>
...
@@ -915,7 +915,7 @@ export default {
...
@@ -915,7 +915,7 @@ export default {
}
}
}
}
this
.
loading
=
true
;
this
.
loading
=
true
;
//
this.msg.Description=this.Description;
this
.
msg
.
Description
=
this
.
Description
;
this
.
apipost
(
'Financial_post_Set'
,
this
.
msg
,
res
=>
{
this
.
apipost
(
'Financial_post_Set'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
if
(
res
.
data
.
resultCode
==
1
){
//清除旅客名单数据
//清除旅客名单数据
...
@@ -1257,7 +1257,7 @@ export default {
...
@@ -1257,7 +1257,7 @@ export default {
if
(
this
.
orderObj
!=
null
&&
this
.
orderObj
.
OrderSource
===
10
){
if
(
this
.
orderObj
!=
null
&&
this
.
orderObj
.
OrderSource
===
10
){
}
else
{
}
else
{
this
.
msg
.
Description
=
this
.
GetDetail
.
Description
;
this
.
Description
=
this
.
GetDetail
.
Description
;
}
}
if
(
this
.
orderObj
){
if
(
this
.
orderObj
){
...
@@ -1272,7 +1272,7 @@ export default {
...
@@ -1272,7 +1272,7 @@ export default {
this
.
detailList
.
UnitPrice
=
this
.
orderObj
.
Money
?
this
.
orderObj
.
Money
:
0
;
this
.
detailList
.
UnitPrice
=
this
.
orderObj
.
Money
?
this
.
orderObj
.
Money
:
0
;
this
.
detailList
.
Number
=
this
.
orderObj
.
CostType
?
1
:
0
this
.
detailList
.
Number
=
this
.
orderObj
.
CostType
?
1
:
0
if
(
!
JSON
.
parse
(
sessionStorage
.
getItem
(
"saveGuestInfo"
))){
if
(
!
JSON
.
parse
(
sessionStorage
.
getItem
(
"saveGuestInfo"
))){
this
.
msg
.
Description
=
this
.
orderObj
.
laRemark
?
this
.
orderObj
.
laRemark
:
''
;
this
.
Description
=
this
.
orderObj
.
laRemark
?
this
.
orderObj
.
laRemark
:
''
;
}
}
}
}
if
(
data
.
VorcherInos
){
if
(
data
.
VorcherInos
){
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
4ac2cd9d
...
@@ -398,7 +398,7 @@
...
@@ -398,7 +398,7 @@
</div>
</div>
<div
class=
"_remark"
>
<div
class=
"_remark"
>
<p>
{{$t('system.label_info')}}
</p>
<p>
{{$t('system.label_info')}}
</p>
<textarea
v-model=
"
msg.
Description"
>
<textarea
v-model=
"Description"
>
</textarea>
</textarea>
</div>
</div>
...
@@ -485,7 +485,7 @@ import TicketingModule from "../commonPage/TicketingModule.vue";
...
@@ -485,7 +485,7 @@ import TicketingModule from "../commonPage/TicketingModule.vue";
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
Description
:
''
,
Description
:
''
,
msg
:{
msg
:{
FrID
:
0
,
FrID
:
0
,
ClientType
:
0
,
ClientType
:
0
,
...
@@ -1053,7 +1053,7 @@ export default {
...
@@ -1053,7 +1053,7 @@ export default {
this
.
msg
.
TipGuestList
=
tipguestInfo
;
this
.
msg
.
TipGuestList
=
tipguestInfo
;
}
}
//
this.msg.Description=this.Description;
this
.
msg
.
Description
=
this
.
Description
;
if
(
z
){
if
(
z
){
this
.
msg
.
Status
=
0
;
this
.
msg
.
Status
=
0
;
}
else
{
}
else
{
...
@@ -1396,7 +1396,7 @@ export default {
...
@@ -1396,7 +1396,7 @@ export default {
this
.
msg
.
SourceID
=
this
.
orderObj
.
SourceID
?
this
.
orderObj
.
SourceID
:
0
;
this
.
msg
.
SourceID
=
this
.
orderObj
.
SourceID
?
this
.
orderObj
.
SourceID
:
0
;
this
.
msg
.
CallType
=
this
.
orderObj
.
CallType
?
this
.
orderObj
.
CallType
:
0
;
this
.
msg
.
CallType
=
this
.
orderObj
.
CallType
?
this
.
orderObj
.
CallType
:
0
;
if
(
!
JSON
.
parse
(
sessionStorage
.
getItem
(
"saveGuestInfo"
))){
if
(
!
JSON
.
parse
(
sessionStorage
.
getItem
(
"saveGuestInfo"
))){
this
.
msg
.
Description
=
this
.
orderObj
.
laRemark
?
this
.
orderObj
.
laRemark
:
''
;
this
.
Description
=
this
.
orderObj
.
laRemark
?
this
.
orderObj
.
laRemark
:
''
;
}
}
}
}
if
(
data
.
VorcherInos
){
if
(
data
.
VorcherInos
){
...
...
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