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
718de6a2
Commit
718de6a2
authored
Mar 22, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7d261c80
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
CostNewPrice.vue
...ponents/TravelManager/TravelNewQuotation/CostNewPrice.vue
+2
-2
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+2
-1
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+1
-0
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+3
-1
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPrice.vue
View file @
718de6a2
...
...
@@ -124,7 +124,7 @@
<tr>
<td
width=
"80"
class=
"txtRightCost"
>
出团公司
</td>
<td>
<el-select
class=
" multiple_input"
v-model=
"postConfig.OutBranchId"
>
<el-select
class=
" multiple_input"
v-model=
"postConfig.OutBranchId"
filterable
>
<el-option
v-for=
'item in companyList'
:key=
"item.id"
:label=
"item.bName"
:value=
"item.id"
>
</el-option>
</el-select>
...
...
@@ -1038,7 +1038,7 @@
<el-button
size=
"small"
type=
"primary"
>
报价单附件
</el-button>
</el-upload>
<a
style=
"margin-left:20px;color:blue;"
:href=
"teamPrice.ContractArray[0].Url"
v-if=
"teamPrice.ContractArray"
target=
"_blank"
>
预览
</a>
v-if=
"teamPrice.ContractArray
&&teamPrice.ContractArray.length>0
"
target=
"_blank"
>
预览
</a>
</td>
</tr>
</table>
...
...
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
718de6a2
...
...
@@ -755,8 +755,9 @@
<tr>
<td
class=
"CP_ComTitle2"
>
附件
</td>
<td
colspan=
"11"
>
<a
style=
"margin-left:20px;color:blue;"
:href=
"teamPrice.ContractArray[0].Url"
v-if=
"teamPrice.ContractArray"
target=
"_blank"
>
预览
</a>
v-if=
"teamPrice.ContractArray
&&teamPrice.ContractArray.length>0
"
target=
"_blank"
>
预览
</a>
</td>
</tr>
<tr>
...
...
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
718de6a2
...
...
@@ -129,6 +129,7 @@
BackSafeMoney
:
0
,
//退保险费
ContractUrl
:
""
,
//合同地址
PriceRemark
:
""
,
//定价备注
ContractArray
:[],
},
LineList
:
[],
//线路列表
loading
:
false
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
718de6a2
...
...
@@ -743,7 +743,9 @@
PriceTeamType
:
2
,
TCSaleState
:
1
,
};
if
(
tempData
.
travelQuotationPriceObj
&&
tempData
.
travelQuotationPriceObj
.
ContractArray
)
{
console
.
log
(
" tempData.travelQuotationPriceObj"
,
tempData
.
travelQuotationPriceObj
.
ContractArray
);
if
(
tempData
.
travelQuotationPriceObj
&&
tempData
.
travelQuotationPriceObj
.
ContractArray
&&
tempData
.
travelQuotationPriceObj
.
ContractArray
.
length
>
0
)
{
priceObj
.
PriceOfferUrl
=
tempData
.
travelQuotationPriceObj
.
ContractArray
[
0
].
Url
;
}
if
(
tempData
.
travelQuotationPriceObj
&&
tempData
.
travelQuotationPriceObj
.
ChildNeedPrice
)
{
...
...
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