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
2c5dfd14
Commit
2c5dfd14
authored
Feb 03, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
521c68f4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
4 deletions
+22
-4
CostNewPrice.vue
...ponents/TravelManager/TravelNewQuotation/CostNewPrice.vue
+6
-0
DirectNewQuotation.vue
...s/TravelManager/TravelNewQuotation/DirectNewQuotation.vue
+12
-2
newQuotation.vue
...ponents/TravelManager/TravelNewQuotation/newQuotation.vue
+4
-2
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPrice.vue
View file @
2c5dfd14
...
...
@@ -519,6 +519,12 @@
<td>
{{item.PeopleNumber}}+1
</td>
<td
colspan=
"8"
>
{{item.TotalMoney}}
</td>
</tr>
<tr
style=
"display:none;"
>
<td
class=
"CP_ComTitle2"
>
备注
</td>
<td
colspan=
"8"
>
<el-input
type=
"textarea"
></el-input>
</td>
</tr>
</table>
<div
class=
"Cost_Line"
></div>
</el-form>
...
...
src/components/TravelManager/TravelNewQuotation/DirectNewQuotation.vue
View file @
2c5dfd14
...
...
@@ -103,7 +103,9 @@
right
:
-27px
;
top
:
-18px
;
}
.w875
{
width
:
875px
!important
;
}
</
style
>
<
template
>
...
...
@@ -193,7 +195,7 @@
</div>
<div
class=
"clearfix"
v-show=
"IsShow"
>
<div
class=
"Dleftname"
>
增收
</div>
<div
class=
"DrightList"
>
<div
class=
"DrightList"
style=
"width:900px;"
>
<el-form-item>
<el-input
placeholder=
""
v-model=
"teamPrice.ChildNeedPrice"
@
keyup
.
native=
"checkInteger(teamPrice,'ChildNeedPrice')"
class=
"w200 ComSeat"
>
...
...
@@ -275,6 +277,14 @@
</el-form-item>
</div>
</div>
<div
class=
"clearfix"
v-show=
"IsShow"
>
<div
class=
"Dleftname"
>
备注
</div>
<div
class=
"DrightList"
>
<el-form-item>
<el-input
type=
"textarea"
class=
"w875"
></el-input>
</el-form-item>
</div>
</div>
</div>
</div>
</el-form>
...
...
src/components/TravelManager/TravelNewQuotation/newQuotation.vue
View file @
2c5dfd14
...
...
@@ -419,7 +419,8 @@
name
:
path
,
query
:
{
configId
:
configId
,
isCopy
:
isCopy
isCopy
:
isCopy
,
blank
:
'y'
}
});
}
else
{
...
...
@@ -466,7 +467,8 @@
configId
:
configId
,
openState
:
openState
,
isOffer
:
1
,
offerId
:
configId
offerId
:
configId
,
blank
:
'y'
}
});
}
else
{
...
...
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