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
5fe818c1
Commit
5fe818c1
authored
Mar 25, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
270dde29
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
CostNewPriceForm.vue
...nts/TravelManager/TravelNewQuotation/CostNewPriceForm.vue
+4
-2
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPriceForm.vue
View file @
5fe818c1
...
@@ -73,7 +73,8 @@
...
@@ -73,7 +73,8 @@
<div>
<div>
<div
class=
"CostNewPrice clearfix CP_Div"
>
<div
class=
"CostNewPrice clearfix CP_Div"
>
<el-form>
<el-form>
<table
class=
"CostNewTable"
style=
"width:1600px;"
>
<table
class=
"CostNewTable"
style=
"width:1600px;"
v-if=
"postConfig&&postConfig.OfferArray&&postConfig.OfferArray.length>0"
>
<thead>
<thead>
<tr>
<tr>
<td
colspan=
"13"
class=
"CP_ComTitle2 CostcomCenter"
>
{{
$t
(
'objFill.baojiaxinxi'
)
}}
</td>
<td
colspan=
"13"
class=
"CP_ComTitle2 CostcomCenter"
>
{{
$t
(
'objFill.baojiaxinxi'
)
}}
</td>
...
@@ -119,7 +120,7 @@
...
@@ -119,7 +120,7 @@
</span>
</span>
</td>
</td>
</
template
>
</
template
>
<td
v-if=
"CostNumberList&&CostNumberList.length>0"
:colspan=
"13-2-CostNumberList.length+1
"
>
<td
:colspan=
"(CostNumberList&&CostNumberList.length>0)?(13-2-CostNumberList.length+1):0
"
>
<el-form-item>
<el-form-item>
<el-input
:placeholder=
"$t('objFill.qingtxrs')"
v-model=
'priceObj.priceNum'
style=
"width:140px;"
<el-input
:placeholder=
"$t('objFill.qingtxrs')"
v-model=
'priceObj.priceNum'
style=
"width:140px;"
@
keyup
.
native=
"checkInteger(priceObj,'priceNum'),getchange()"
>
@
keyup
.
native=
"checkInteger(priceObj,'priceNum'),getchange()"
>
...
@@ -792,6 +793,7 @@
...
@@ -792,6 +793,7 @@
this
.
CostNumberList
=
selectOfferObj
.
CostNumberList
;
this
.
CostNumberList
=
selectOfferObj
.
CostNumberList
;
this
.
offerDataObj
=
selectOfferObj
;
this
.
offerDataObj
=
selectOfferObj
;
}
}
if
(
this
.
postConfig
.
dayCostPriceList
&&
this
.
postConfig
.
dayCostPriceList
.
length
>
0
)
{
if
(
this
.
postConfig
.
dayCostPriceList
&&
this
.
postConfig
.
dayCostPriceList
.
length
>
0
)
{
this
.
dayCostPriceList
=
this
.
postConfig
.
dayCostPriceList
;
this
.
dayCostPriceList
=
this
.
postConfig
.
dayCostPriceList
;
}
}
...
...
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