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
0c4c4c08
Commit
0c4c4c08
authored
Mar 26, 2026
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f3da851b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
18 deletions
+19
-18
onedayTripContract.vue
src/components/onedayTripContract.vue
+19
-18
No files found.
src/components/onedayTripContract.vue
View file @
0c4c4c08
...
...
@@ -385,7 +385,7 @@
<em>
合同基本信息
</em>
</h2>
</div>
<div
class=
"createTableTitle"
>
甲方(旅游者)
</div>
<div
class=
"createTableTitle"
>
甲方(旅游者
代表
)
</div>
<table
class=
"createTable"
>
<tbody>
<tr>
...
...
@@ -409,7 +409,7 @@
</el-form-item>
</td>
</tr>
<tr>
<
!--
<
tr>
<td>
<el-form-item
label=
"邮箱"
>
<el-input
type=
"text"
v-model=
"CtObj.Tourists_Email"
maxlength=
"100"
class=
"w300"
></el-input>
...
...
@@ -422,7 +422,7 @@
<el-input
type=
"text"
v-model=
"CtObj.Tourists_Fax"
maxlength=
"100"
class=
"w300"
></el-input>
</el-form-item>
</td>
</tr>
</tr>
-->
<tr>
<td>
<el-form-item
label=
"住所"
>
...
...
@@ -462,14 +462,13 @@
</el-form-item>
</td>
</tr>
<tr>
<
!--
<
tr>
<td>
<!-- 无 -->
<el-form-item
label=
"经营范围"
>
<el-input
type=
"text"
class=
"w300"
:disabled=
"true"
v-model=
"CtObj.TravelAgency_Scope"
></el-input>
</el-form-item>
</td>
</tr>
</tr>
-->
<tr>
<td>
<el-form-item
:label=
"$t('scen.sc_tel')"
>
...
...
@@ -477,7 +476,7 @@
</el-form-item>
</td>
</tr>
<tr>
<
!--
<
tr>
<td>
<el-form-item
:label=
"$t('hotel.hotel_fax')"
>
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.TravelAgency_Fax"
></el-input>
...
...
@@ -490,7 +489,7 @@
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.TravelAgency_PostNum"
></el-input>
</el-form-item>
</td>
</tr>
</tr>
-->
<tr>
<td>
<el-form-item
:label=
"$t('objFill.jinbanr')"
prop=
"TravelAgency_DealMan"
>
...
...
@@ -622,7 +621,7 @@
</tr>
</tbody>
</table>
<div
class=
"createTableTitle"
>
交通安排
</div>
<
!--
<
div
class=
"createTableTitle"
>
交通安排
</div>
<table
class=
"createTable"
>
<tbody>
<tr>
...
...
@@ -745,7 +744,7 @@
</td>
</tr>
</tbody>
</table>
</table>
-->
<div
class=
"createTableTitle"
>
旅游费用
</div>
<table
class=
"createTable"
>
<tbody>
...
...
@@ -764,9 +763,10 @@
<
template
v-else
>
円
</
template
>
/人
+
儿童
/人
<!-- + 儿童 -->
</el-form-item>
<el-form-item
label-width=
"0"
style=
"display:inline-block;"
>
<
!-- <
el-form-item label-width="0" style="display:inline-block;">
<el-input type="text" class="w150" @keyup.native="checkInteger(CtObj,'C_ChildrenNum')"
v-model="CtObj.C_ChildrenNum"></el-input> 人×
</el-form-item>
...
...
@@ -778,8 +778,8 @@
<template v-else>
円
</template>/人 =
</el-form-item>
<el-form-item
label-width=
"0"
style=
"display:inline-block;"
>
</el-form-item>
-->
<el-form-item
label-width=
"0"
style=
"display:inline-block;"
>
=
<el-input
type=
"text"
class=
"w150"
@
keyup
.
native=
"checkPrice(CtObj,'C_TotalPrice')"
v-model=
"CtObj.C_TotalPrice"
></el-input>
<
template
v-if=
"CtObj.SignType==0"
>
{{
$t
(
'hotel.hotel_yuan'
)
}}
...
...
@@ -790,7 +790,7 @@
</el-form-item>
</td>
</tr>
<tr>
<
!-- <
tr>
<td>
<el-form-item label="含:" style="display:inline-block;">
<el-input type="text" class="w150" v-model="CtObj.C_IncludeRemark"></el-input>
...
...
@@ -803,7 +803,7 @@
<el-input type="text" class="w150" v-model="CtObj.C_NonIncludeRemark"></el-input>
</el-form-item>
</td>
</tr>
</tr>
-->
<tr>
<td>
<el-form-item
label=
"支付时间"
prop=
"C_PayDate"
>
...
...
@@ -822,11 +822,11 @@
<el-radio
:label=
"5"
>
{{$t('objFill.zhuanzhang')}}
</el-radio>
</el-radio-group>
</div>
<div
style=
"margin:10px 0 0 10px;display:inline-block;"
class=
"onedayAccount"
>
<
!-- <
div style="margin:10px 0 0 10px;display:inline-block;" class="onedayAccount">
<el-form-item label="银行账号" label-width="80px">
<el-input type="text" class="w150" v-model="CtObj.C_PayTypeRemark"></el-input>
</el-form-item>
</div>
</div>
-->
</td>
</tr>
</tbody>
...
...
@@ -1722,6 +1722,7 @@
};
this
.
CtObj
.
ContractTripList
.
push
(
tripObj
);
}
this
.
changeSignType
();
this
.
dataLoading
=
false
;
}
else
{
this
.
dataLoading
=
false
;
...
...
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