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
9196014c
Commit
9196014c
authored
May 23, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
80c698dc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2924 additions
and
3518 deletions
+2924
-3518
productQueryOne2.vue
src/components/SalesModule/productQueryOne2.vue
+196
-239
SingleContract.vue
src/components/SingleContract.vue
+23
-9
TravelContractView.vue
src/components/TravelContractView.vue
+7
-6
order-form2.vue
src/components/orderCommon/order-form2.vue
+1719
-2280
productOrderList.vue
src/components/orderCommon/productOrderList.vue
+979
-984
No files found.
src/components/SalesModule/productQueryOne2.vue
View file @
9196014c
This diff is collapsed.
Click to expand it.
src/components/SingleContract.vue
View file @
9196014c
...
...
@@ -298,11 +298,12 @@
.TC-MainContent
.ql-editor
{
min-height
:
200px
;
}
.TC-MainContent
.disClick
{
background-color
:
#d1d1d1
!important
;
color
:
#fff
!important
;
background-color
:
#d1d1d1
!important
;
color
:
#fff
!important
;
background-image
:
none
;
border
:
1px
solid
#d1d1d1
!important
;
border
:
1px
solid
#d1d1d1
!important
;
}
.TC-MainContent
.disClick
:hover
{
...
...
@@ -324,7 +325,8 @@
单项委托协议
</span>
<div
class=
"pull-right"
>
<input
type=
"button"
class=
"btn-warning"
:class=
"
{'disClick':!isSubmit}" @click="submitForm('CtObj')" value="保存" />
<input
type=
"button"
class=
"btn-warning"
:class=
"
{'disClick':!isSubmit}" @click="submitForm('CtObj')"
value="保存" />
</div>
</div>
<el-form
label-width=
"180px"
:model=
"CtObj"
:rules=
"rules"
ref=
"CtObj"
>
...
...
@@ -411,11 +413,22 @@
<div
class=
"createTableTitle"
>
受托方(旅行社)信息
</div>
<table
class=
"createTable"
>
<tbody>
<tr>
<td>
<el-form-item
label=
"合同章"
>
<el-select
v-model=
"CtObj.SignType"
placeholder=
"请选择"
>
<el-option
key=
"0"
label=
"和平章"
:value=
"0"
>
</el-option>
<el-option
key=
"1"
label=
"日本公司章"
:value=
"1"
>
</el-option>
</el-select>
</el-form-item>
</td>
</tr>
<tr>
<td>
<el-form-item
label=
"名称"
>
<el-input
type=
"text"
v-model=
"CtObj.TravelAgency_Name"
class=
"w300"
maxlength=
"70"
></el-input>
<el-input
type=
"text"
v-model=
"CtObj.TravelAgency_Name"
class=
"w300"
maxlength=
"70"
></el-input>
</el-form-item>
</td>
</tr>
...
...
@@ -1258,6 +1271,7 @@
Tourists_Fax
:
""
,
Tourists_EmergencyLinkMan
:
""
,
Tourists_EmergencyLinkTel
:
""
,
SignType
:
0
,
//合同章类型
TravelAgency_Name
:
"(株)ピースインターナショナル"
,
//旅行社名称
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_DealMan
:
""
,
...
...
@@ -1418,10 +1432,10 @@
};
},
filters
:{
YMD
(
date
)
{
filters
:
{
YMD
(
date
)
{
return
moment
(
date
).
format
(
"YYYY-MM-DD HH:mm"
);
}
}
},
methods
:
{
//跳转锚点
...
...
src/components/TravelContractView.vue
View file @
9196014c
...
...
@@ -809,7 +809,7 @@
<td>
受托方(旅行社)签章:
</td>
<td
style=
"position:relative;"
>
<font>
{{CtObj.TravelAgency_Name}}
</font>
<img
:src=
"C
urrentUserInfo
.ZhangImg"
v-if=
"CtObj.IsTravelAgencySignature==1"
alt=
""
<img
:src=
"C
tObj
.ZhangImg"
v-if=
"CtObj.IsTravelAgencySignature==1"
alt=
""
style=
"width:120px;heigth:120px;position:absolute;top:0;"
/>
</td>
</tr>
...
...
@@ -1350,7 +1350,7 @@
</td>
<td
style=
"width:15%"
>
出境社盖章:
</td>
<td
style=
"width:35%;position:relative;"
>
<img
:src=
"C
urrentUserInfo
.ZhangImg"
v-if=
"CtObj.IsTravelAgencySignature==1"
alt=
""
<img
:src=
"C
tObj
.ZhangImg"
v-if=
"CtObj.IsTravelAgencySignature==1"
alt=
""
style=
"width:120px;heigth:120px;position:absolute;top:0;"
/>
</td>
</tr>
...
...
@@ -1799,7 +1799,7 @@
<td>
乙方签字(盖章)
</td>
<td
style=
"position:relative;"
>
<font>
{{CtObj.TravelAgency_Name}}
</font>
<img
:src=
"C
urrentUserInfo
.ZhangImg"
v-if=
"CtObj.IsTravelAgencySignature==1"
alt=
""
<img
:src=
"C
tObj
.ZhangImg"
v-if=
"CtObj.IsTravelAgencySignature==1"
alt=
""
style=
"width:120px;heigth:120px;position:absolute;top:0;"
/>
</td>
</tr>
...
...
@@ -2123,7 +2123,8 @@
TripType
:
0
,
//行程类型(0-简易行程,1-标准行程)
Tourists_Sign
:
''
,
CreateTimeStr
:
""
,
IsTravelAgencySignature
:
0
//是否盖章
IsTravelAgencySignature
:
0
,
//是否盖章
ZhangImg
:
""
,
//合同章
},
};
},
...
...
@@ -2257,8 +2258,7 @@
this
.
CtObj
.
OtherConventionPrice
=
tempObj
.
OtherConventionPrice
;
this
.
CtObj
.
TicketTotalNum
=
tempObj
.
TicketTotalNum
;
this
.
CtObj
.
TicketOutDayNum
=
tempObj
.
TicketOutDayNum
;
this
.
CtObj
.
TicketTotalDepositPrice
=
tempObj
.
TicketTotalDepositPrice
;
this
.
CtObj
.
TicketTotalDepositPrice
=
tempObj
.
TicketTotalDepositPrice
;
this
.
CtObj
.
HotelTotal
=
tempObj
.
HotelTotal
;
this
.
CtObj
.
HotelCheckInType
=
tempObj
.
HotelCheckInType
;
this
.
CtObj
.
HotelNotice
=
tempObj
.
HotelNotice
;
...
...
@@ -2267,6 +2267,7 @@
this
.
CtObj
.
VisaTotalPrice
=
tempObj
.
VisaTotalPrice
;
this
.
CtObj
.
Tourists_Sign
=
tempObj
.
Tourists_Sign
;
this
.
CtObj
.
IsTravelAgencySignature
=
tempObj
.
IsTravelAgencySignature
;
this
.
CtObj
.
ZhangImg
=
tempObj
.
ZhangImg
;
this
.
CtObj
.
TicketAndHotelTotalPrice
=
tempObj
.
TicketAndHotelTotalPrice
;
if
(
...
...
src/components/orderCommon/order-form2.vue
View file @
9196014c
This diff is collapsed.
Click to expand it.
src/components/orderCommon/productOrderList.vue
View file @
9196014c
This diff is collapsed.
Click to expand it.
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