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
b641bb52
Commit
b641bb52
authored
Feb 22, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
83ebfd03
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
394 additions
and
17 deletions
+394
-17
DomesticTravelcontract.vue
src/components/DomesticTravelcontract.vue
+5
-2
SingleContract.vue
src/components/SingleContract.vue
+26
-0
TravelContractConfirm.vue
src/components/TravelContractConfirm.vue
+167
-5
TravelContractView.vue
src/components/TravelContractView.vue
+170
-10
onedayTripContract.vue
src/components/onedayTripContract.vue
+26
-0
No files found.
src/components/DomesticTravelcontract.vue
View file @
b641bb52
...
...
@@ -624,8 +624,11 @@
</tr>
<tr>
<td>
<el-form-item
label=
"保险产品名称"
prop=
"C_InsuranceName"
>
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.C_InsuranceName"
></el-input>
<el-form-item
label=
"保险公司名称"
>
<el-select
placeholder=
"请选择"
filterable
class=
'w300'
v-model=
"CtObj.C_InsuranceName"
>
<el-option
label=
"中国平安财产保险股份有限公司成都市锦城支公司"
value=
'中国平安财产保险股份有限公司成都市锦城支公司'
></el-option>
<el-option
label=
"あいおいニッセイ同和損害保険株式会社"
value=
'あいおいニッセイ同和損害保険株式会社'
></el-option>
</el-select>
</el-form-item>
</td>
</tr>
...
...
src/components/SingleContract.vue
View file @
b641bb52
...
...
@@ -477,6 +477,32 @@
</tbody>
</table>
</div>
<div
class=
"createTableTitle"
>
人身意外伤害保险
</div>
<table
class=
"createTable"
>
<tbody>
<tr>
<td>
<el-form-item
label=
"旅游者"
>
<el-select
placeholder=
"请选择"
filterable
class=
"w300"
v-model=
"CtObj.C_InsuranceType"
>
<el-option
label=
"委托旅行社购买"
:value=
"1"
></el-option>
<el-option
label=
"自行购买"
:value=
"2"
></el-option>
<el-option
label=
"放弃购买"
:value=
"3"
></el-option>
</el-select>
</el-form-item>
</td>
</tr>
<tr>
<td>
<el-form-item
label=
"保险公司名称"
>
<el-select
placeholder=
"请选择"
filterable
class=
'w300'
v-model=
"CtObj.C_InsuranceName"
>
<el-option
label=
"中国平安财产保险股份有限公司成都市锦城支公司"
value=
'中国平安财产保险股份有限公司成都市锦城支公司'
></el-option>
<el-option
label=
"あいおいニッセイ同和損害保険株式会社"
value=
'あいおいニッセイ同和損害保険株式会社'
></el-option>
</el-select>
</el-form-item>
</td>
</tr>
</tbody>
</table>
<div
class=
"block mtop15"
id=
"anchor-1"
ref=
"anchor1"
>
<div
class=
"blockTitle"
>
<span
class=
"icon"
>
...
...
src/components/TravelContractConfirm.vue
View file @
b641bb52
This diff is collapsed.
Click to expand it.
src/components/TravelContractView.vue
View file @
b641bb52
This diff is collapsed.
Click to expand it.
src/components/onedayTripContract.vue
View file @
b641bb52
...
...
@@ -515,6 +515,32 @@
</tr>
</tbody>
</table>
<div
class=
"createTableTitle"
>
人身意外伤害保险
</div>
<table
class=
"createTable"
>
<tbody>
<tr>
<td>
<el-form-item
label=
"旅游者"
>
<el-select
placeholder=
"请选择"
filterable
class=
"w300"
v-model=
"CtObj.C_InsuranceType"
>
<el-option
label=
"委托旅行社购买"
:value=
"1"
></el-option>
<el-option
label=
"自行购买"
:value=
"2"
></el-option>
<el-option
label=
"放弃购买"
:value=
"3"
></el-option>
</el-select>
</el-form-item>
</td>
</tr>
<tr>
<td>
<el-form-item
label=
"保险公司名称"
>
<el-select
placeholder=
"请选择"
filterable
class=
'w300'
v-model=
"CtObj.C_InsuranceName"
>
<el-option
label=
"中国平安财产保险股份有限公司成都市锦城支公司"
value=
'中国平安财产保险股份有限公司成都市锦城支公司'
></el-option>
<el-option
label=
"あいおいニッセイ同和損害保険株式会社"
value=
'あいおいニッセイ同和損害保険株式会社'
></el-option>
</el-select>
</el-form-item>
</td>
</tr>
</tbody>
</table>
<div
class=
"createTableTitle"
>
导游员
</div>
<table
class=
"createTable"
>
<tbody>
...
...
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