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
41534e2d
Commit
41534e2d
authored
Feb 14, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b9bc2a6d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
482 additions
and
484 deletions
+482
-484
AuditDan.vue
src/components/TravelManager/TravelGroupControl/AuditDan.vue
+478
-482
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+4
-2
No files found.
src/components/TravelManager/TravelGroupControl/AuditDan.vue
View file @
41534e2d
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
41534e2d
...
@@ -53,6 +53,7 @@
...
@@ -53,6 +53,7 @@
ReturnArriveCityId
:
0
,
//返回抵达城市
ReturnArriveCityId
:
0
,
//返回抵达城市
CustomerName
:
""
,
//客户名称
CustomerName
:
""
,
//客户名称
TeamType
:
0
,
//团队类型
TeamType
:
0
,
//团队类型
TravelState
:
1
,
//团控状态(1-草稿,2-待审核,3-审核通过,4-审核拒绝,5已撤销)
},
},
dayCostPriceList
:
[],
//报价列表
dayCostPriceList
:
[],
//报价列表
isSubmit
:
true
,
isSubmit
:
true
,
...
@@ -131,7 +132,7 @@
...
@@ -131,7 +132,7 @@
this
.
$refs
[
"QuotationPrice"
].
submitForm
(
type
);
this
.
$refs
[
"QuotationPrice"
].
submitForm
(
type
);
},
},
//保存数据
//保存数据
SaveData
()
{
SaveData
(
type
)
{
var
currencyNumList
=
[];
var
currencyNumList
=
[];
if
(
this
.
CurrencyNumberListExt
!=
null
&&
this
.
CurrencyNumberListExt
.
length
>
0
)
{
if
(
this
.
CurrencyNumberListExt
!=
null
&&
this
.
CurrencyNumberListExt
.
length
>
0
)
{
this
.
CurrencyNumberListExt
.
forEach
((
item
,
index
)
=>
{
this
.
CurrencyNumberListExt
.
forEach
((
item
,
index
)
=>
{
...
@@ -140,6 +141,8 @@
...
@@ -140,6 +141,8 @@
});
});
});
});
}
}
this
.
postData
.
TravelState
=
type
;
console
.
log
(
"this.postData"
,
this
.
postData
);
var
nObj
=
{
var
nObj
=
{
config
:
this
.
postData
,
config
:
this
.
postData
,
dayCostPriceList
:
this
.
dayCostPriceList
,
dayCostPriceList
:
this
.
dayCostPriceList
,
...
@@ -192,7 +195,6 @@
...
@@ -192,7 +195,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
;
}
}
...
...
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