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
9739c14a
Commit
9739c14a
authored
Aug 21, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
4885803e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
TravelContractDetail.vue
src/components/TravelContractDetail.vue
+6
-6
TravelContractNew.vue
src/components/TravelContractNew.vue
+8
-2
No files found.
src/components/TravelContractDetail.vue
View file @
9739c14a
...
@@ -990,11 +990,11 @@
...
@@ -990,11 +990,11 @@
<tr>
<tr>
<td>
{{$t('objFill.v101.Contract.qianyueriqi')}}:
</td>
<td>
{{$t('objFill.v101.Contract.qianyueriqi')}}:
</td>
<td>
<td>
<span
v-if=
"dataList.
payDate"
>
{{getDate(dataList.payDat
e)}}
</span>
<span
v-if=
"dataList.
updateTime"
>
{{getDate(dataList.updateTim
e)}}
</span>
</td>
</td>
<td>
{{$t('objFill.v101.Contract.qianyueriqi')}}:
</td>
<td>
{{$t('objFill.v101.Contract.qianyueriqi')}}:
</td>
<td>
<td>
<span
v-if=
"dataList.
payDate"
>
{{getDate(dataList.payDat
e)}}
</span>
<span
v-if=
"dataList.
updateTime"
>
{{getDate(dataList.updateTim
e)}}
</span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -1003,21 +1003,21 @@
...
@@ -1003,21 +1003,21 @@
</tr>
</tr>
<tr>
<tr>
<td>
{{$t('objFill.chujsjdtsdh')}}:
</td>
<td>
{{$t('objFill.chujsjdtsdh')}}:
</td>
<td
colspan=
"3"
>
{{dataList.regulatorComplainCall}}
</td>
<td
colspan=
"3"
style=
"color:red"
>
{{dataList.regulatorComplainCall}}
</td>
</tr>
</tr>
<
template
v-if=
"dataList.signType==0"
>
<
template
v-if=
"dataList.signType==0"
>
<tr>
<tr>
<td>
四川省 成都市旅游质监执法机构:
</td>
<td>
四川省 成都市旅游质监执法机构:
</td>
<td
colspan=
"3"
>
{{
dataList
.
regulatorName
}}
</td>
<td
colspan=
"3"
style=
"color:red"
>
{{
dataList
.
regulatorName
}}
</td>
</tr>
</tr>
</
template
>
</
template
>
<tr>
<tr>
<td>
{{$t('objFill.toushudh')}}:
</td>
<td>
{{$t('objFill.toushudh')}}:
</td>
<td
colspan=
"3"
>
{{dataList.companyComplainCall}}
</td>
<td
colspan=
"3"
style=
"color:red"
>
{{dataList.companyComplainCall}}
</td>
</tr>
</tr>
<tr>
<tr>
<td>
{{$t('objFill.dianziyx')}}:
</td>
<td>
{{$t('objFill.dianziyx')}}:
</td>
<td
colspan=
"3"
>
{{dataList.regulatorWebsite}}
</td>
<td
colspan=
"3"
style=
"color:red"
>
{{dataList.regulatorWebsite}}
</td>
</tr>
</tr>
<tr>
<tr>
<td>
地 址:
</td>
<td>
地 址:
</td>
...
...
src/components/TravelContractNew.vue
View file @
9739c14a
...
@@ -452,7 +452,7 @@
...
@@ -452,7 +452,7 @@
</tr>
</tr>
<tr>
<tr>
<td>
<td>
<el-form-item
:label=
"$t('scen.sc_tel')"
>
<el-form-item
:label=
"$t('scen.sc_tel')"
prop=
"companyCall"
>
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.companyCall"
></el-input>
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.companyCall"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
@@ -1590,6 +1590,11 @@
...
@@ -1590,6 +1590,11 @@
message
:
this
.
$t
(
'objFill.qingsrjbren'
),
message
:
this
.
$t
(
'objFill.qingsrjbren'
),
trigger
:
"blur"
,
trigger
:
"blur"
,
},
],
},
],
companyCall
:
[{
required
:
true
,
message
:
this
.
$t
(
"rule.EnterPNum"
),
trigger
:
"blur"
,
},
],
agentCall
:
[{
agentCall
:
[{
required
:
true
,
required
:
true
,
message
:
this
.
$t
(
"rule.EnterPNum"
),
message
:
this
.
$t
(
"rule.EnterPNum"
),
...
@@ -1823,8 +1828,9 @@
...
@@ -1823,8 +1828,9 @@
this
.
CtObj
.
regulatorComplainCall
=
"17708046437"
;
this
.
CtObj
.
regulatorComplainCall
=
"17708046437"
;
this
.
CtObj
.
companyComplainCall
=
"028-12345"
;
this
.
CtObj
.
companyComplainCall
=
"028-12345"
;
this
.
CtObj
.
regulatorName
=
"四川省成都市旅游质监执法机构"
;
this
.
CtObj
.
regulatorName
=
"四川省成都市旅游质监执法机构"
;
this
.
CtObj
.
contractPlace
=
"四川成都"
;
this
.
CtObj
.
contractPlace
=
"四川成都"
;
this
.
CtObj
.
companyCall
=
"028-81454056"
;
//生成其他约定事项
//生成其他约定事项
let
otherMatter
=
""
;
let
otherMatter
=
""
;
...
...
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