Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
CRM
Commits
3b602f5b
Commit
3b602f5b
authored
May 05, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d4d56617
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
23 deletions
+35
-23
orderList.vue
src/components/customerManage/orderList.vue
+21
-8
Agreement.vue
src/components/guestManagement/Agreement.vue
+1
-1
ticketOrder.vue
src/components/guestManagement/ticketOrder.vue
+13
-14
No files found.
src/components/customerManage/orderList.vue
View file @
3b602f5b
...
...
@@ -84,10 +84,10 @@
{{
item
.
BackMoney
}}
</td>
<td
style=
"border:none"
>
{{
item
.
Back
Money
}}
{{
item
.
Pay
Money
}}
</td>
<td
style=
"border:none"
>
{{
item
.
Pay
Money
}}
{{
item
.
Tax
Money
}}
</td>
<td
style=
"border:none"
>
{{
item
.
DueinMoney
}}
...
...
@@ -151,7 +151,8 @@
<div
class=
"documents-text"
>
<div
class=
"documents-left"
>
<div>
收入单据:
</div>
<span
<span
:class=
"item.Status==1?'one':(item.Status==2?'two':'three')"
v-for=
"(item,index) in item.IncomeFinance"
:key=
"index"
@
click=
"openDetails(item)"
>
{{
item
.
FrID
}}
</span>
</div>
...
...
@@ -165,7 +166,8 @@
<div
class=
"documents-text"
>
<div
class=
"documents-left"
>
<div>
退款单据:
</div>
<span
<span
:class=
"item.Status==1&&Is_Cashier!=1?'one':(item.Status==1&&Is_Cashier==1?'two':(item.Status==2?'three':''))"
v-for=
"(item,index) in item.BackFinance"
:key=
"index"
@
click=
"openDetails(item)"
>
{{
item
.
FrID
}}
</span>
</div>
...
...
@@ -179,7 +181,8 @@
<div
class=
"documents-text"
>
<div
class=
"documents-left"
>
<div>
成本单据:
</div>
<span
<span
:class=
"item.Status==1?'one':(item.Status==2?'two':'three')"
v-for=
"(item,index) in item.PayFinance"
:key=
"index"
@
click=
"openDetails(item)"
>
{{
item
.
FrID
}}
</span>
</div>
...
...
@@ -747,11 +750,21 @@
}
.documents-left
span
{
margin-right
:
10px
;
background-color
:
rgba
(
41
,
97
,
254
,
0.2
);
color
:
rgb
(
41
,
97
,
254
);
border-radius
:
3px
;
padding
:
2px
6px
;
}
.documents-left
span
.one
{
background-color
:
rgba
(
41
,
97
,
254
,
0.2
);
color
:
rgb
(
41
,
97
,
254
);
}
.documents-left
span
.two
{
background-color
:
rgba
(
242
,
140
,
29
,
0.2
);
color
:
rgb
(
242
,
140
,
29
);
}
.documents-left
span
.three
{
background-color
:
rgba
(
63
,
196
,
255
,
0.2
);
color
:
rgb
(
63
,
196
,
255
);
}
.documents-left.num
span
{
background-color
:
rgba
(
41
,
97
,
254
,
0
);
color
:
rgb
(
41
,
97
,
254
);
...
...
@@ -762,7 +775,7 @@
}
.OrderId-text
{
font-size
:
19px
;
text-decoration
:
underline
;
/* text-decoration:underline; */
font-weight
:
bold
;
color
:
#2961fe
;
margin-bottom
:
10px
;
...
...
src/components/guestManagement/Agreement.vue
View file @
3b602f5b
...
...
@@ -114,7 +114,7 @@
show-overflow-tooltip
:width=
"120"
>
<
template
slot-scope=
"scope"
>
<p>
人数:
{{
scope
.
row
.
GuestCount
}}
人
</p>
<p>
{{
scope
.
row
.
StartCityName
}}
->
{{
scope
.
row
.
End
CityName
}}
</p>
<p>
概述:
{{
scope
.
row
.
Start
CityName
}}
</p>
</
template
>
</el-table-column>
<el-table-column
...
...
src/components/guestManagement/ticketOrder.vue
View file @
3b602f5b
...
...
@@ -222,31 +222,30 @@
<el-form
:model=
"form"
ref=
"form"
class=
"MyEditForm"
:rules=
"rules"
>
<p
class=
"form-box-tit"
v-if=
"name!='操作日志'&&name!='凭证图'"
><span
class=
"radius"
></span>
{{
name
!=
'修改出票状态'
?
' 基本信息'
:
' 上传'
+
text
+
'凭证'
}}
</p>
<el-row
:gutter=
"30"
v-if=
"name=='新建机票订单'||name=='编辑机票订单'"
>
<el-col
:span=
"8"
>
<el-row
:gutter=
"30"
>
<el-col
:span=
"8"
v-if=
"name=='新建机票订单'||name=='编辑机票订单'"
>
<div
class=
"MyEditForm-item"
>
<el-form-item
label=
"预计人数"
prop=
"GuestCount"
>
<el-input
placeholder=
"请输入预计人数"
onkeyup=
"this.value=this.value.replace(/[^\d.]/g,'');"
v-model=
"form.GuestCount"
></el-input>
</el-form-item>
</div>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
v-if=
"name=='新建机票订单'||name=='编辑机票订单'"
>
<div
class=
"MyEditForm-item"
>
<el-form-item
label=
"出
发城市
"
prop=
"StartCityName"
>
<el-input
placeholder=
"请
输入出发城市
"
v-model=
"form.StartCityName"
></el-input>
<el-form-item
label=
"出
行概述
"
prop=
"StartCityName"
>
<el-input
placeholder=
"请
填写客户出行时间和出发地与目的地
"
v-model=
"form.StartCityName"
></el-input>
</el-form-item>
</div>
</el-col>
<el-col
:span=
"8"
>
<
!--
<
el-col
:span=
"8"
>
<div
class=
"MyEditForm-item"
>
<el-form-item
label=
"到达城市"
prop=
"EndCityName"
>
<el-input
placeholder=
"请输入到达城市"
v-model=
"form.EndCityName"
></el-input>
</el-form-item>
</div>
</el-col>
</el-row>
<el-row
:gutter=
"30"
v-if=
"name=='新建机票订单'||name=='编辑订单金额'||name=='编辑机票订单'"
>
<el-col
:span=
"8"
>
</el-col>
-->
<el-col
:span=
"8"
v-if=
"name=='新建机票订单'||name=='编辑订单金额'||name=='编辑机票订单'"
>
<div
class=
"MyEditForm-item"
>
<el-form-item
label=
"报价金额"
prop=
"Money"
>
<el-input
placeholder=
"请输入报价金额"
onkeyup=
"this.value=this.value.replace(/[^\d.]/g,'');"
v-model=
"form.Money"
></el-input>
...
...
@@ -464,11 +463,11 @@ export default {
{
required
:
true
,
message
:
"请选择客户"
,
trigger
:
"change"
},
],
StartCityName
:
[
{
required
:
true
,
message
:
"请输入出发城市"
,
trigger
:
"blur"
},
],
EndCityName
:
[
{
required
:
true
,
message
:
"请输入到达城市"
,
trigger
:
"blur"
},
{
required
:
true
,
message
:
"请填写客户出行时间和出发地与目的地"
,
trigger
:
"blur"
},
],
// EndCityName: [
// { required: true, message: "请输入到达城市", trigger: "blur" },
// ],
Money
:
[
{
required
:
true
,
message
:
"请输入报价金额"
,
trigger
:
"change"
},
],
...
...
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