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
cc88e942
Commit
cc88e942
authored
Mar 25, 2026
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ff477030
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
DomesticTravelcontract.vue
src/components/DomesticTravelcontract.vue
+16
-16
No files found.
src/components/DomesticTravelcontract.vue
View file @
cc88e942
...
@@ -513,8 +513,8 @@
...
@@ -513,8 +513,8 @@
<tbody>
<tbody>
<tr>
<tr>
<td>
<td>
<el-form-item
label=
"地接社名称"
prop=
"
d
mcName"
>
<el-form-item
label=
"地接社名称"
prop=
"
D
mcName"
>
<el-input
type=
"text"
v-model=
"CtObj.
d
mcName"
class=
"w300"
>
<el-input
type=
"text"
v-model=
"CtObj.
D
mcName"
class=
"w300"
>
<el-select
placeholder=
"快捷"
@
change=
"changeDmcCompany"
slot=
"append"
style=
"width:80px"
>
<el-select
placeholder=
"快捷"
@
change=
"changeDmcCompany"
slot=
"append"
style=
"width:80px"
>
<el-option
v-for=
"(ditem,dindex) in DmcCompanyList"
:key=
"dindex"
:label=
"ditem.CompanyName"
:value=
"ditem"
>
</el-option>
<el-option
v-for=
"(ditem,dindex) in DmcCompanyList"
:key=
"dindex"
:label=
"ditem.CompanyName"
:value=
"ditem"
>
</el-option>
</el-select>
</el-select>
...
@@ -524,22 +524,22 @@
...
@@ -524,22 +524,22 @@
</tr>
</tr>
<tr>
<tr>
<td>
<td>
<el-form-item
label=
"地址"
prop=
"
d
mcAddress"
>
<el-form-item
label=
"地址"
prop=
"
D
mcAddress"
>
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.
d
mcAddress"
></el-input>
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.
D
mcAddress"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
<td>
<el-form-item
label=
"联系人"
prop=
"
d
mcContact"
>
<el-form-item
label=
"联系人"
prop=
"
D
mcContact"
>
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.
d
mcContact"
></el-input>
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.
D
mcContact"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
<td>
<el-form-item
label=
"联系电话"
prop=
"
d
mcContactPhone"
>
<el-form-item
label=
"联系电话"
prop=
"
D
mcContactPhone"
>
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.
d
mcContactPhone"
></el-input>
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.
D
mcContactPhone"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
</tr>
</tr>
...
@@ -1478,10 +1478,10 @@
...
@@ -1478,10 +1478,10 @@
GuestNum
:
0
,
//旅客人数
GuestNum
:
0
,
//旅客人数
SignType
:
0
,
//0-四川和平,1-日本PIC,2-成都欧亚
SignType
:
0
,
//0-四川和平,1-日本PIC,2-成都欧亚
//地接社
//地接社
d
mcName
:
""
,
D
mcName
:
""
,
d
mcAddress
:
""
,
D
mcAddress
:
""
,
d
mcContact
:
""
,
D
mcContact
:
""
,
d
mcContactPhone
:
""
,
D
mcContactPhone
:
""
,
},
},
//旅客名单
//旅客名单
guestList
:
[],
guestList
:
[],
...
@@ -2191,10 +2191,10 @@
...
@@ -2191,10 +2191,10 @@
});
});
},
},
changeDmcCompany
(
item
){
changeDmcCompany
(
item
){
this
.
CtObj
.
d
mcName
=
item
.
CompanyName
;
this
.
CtObj
.
D
mcName
=
item
.
CompanyName
;
this
.
CtObj
.
d
mcAddress
=
item
.
Address
;
this
.
CtObj
.
D
mcAddress
=
item
.
Address
;
this
.
CtObj
.
d
mcContact
=
item
.
ContactName
;
this
.
CtObj
.
D
mcContact
=
item
.
ContactName
;
this
.
CtObj
.
d
mcContactPhone
=
item
.
ContactPhone
;
this
.
CtObj
.
D
mcContactPhone
=
item
.
ContactPhone
;
},
},
GetDmcCompanyList
(){
GetDmcCompanyList
(){
this
.
apipost
(
this
.
apipost
(
...
...
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