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
07cbd2dd
Commit
07cbd2dd
authored
May 10, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8f75ae78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
26 deletions
+27
-26
ticketOrder.vue
src/components/guestManagement/ticketOrder.vue
+27
-26
No files found.
src/components/guestManagement/ticketOrder.vue
View file @
07cbd2dd
...
...
@@ -729,7 +729,7 @@
</el-select>
</div>
<div
class=
"BillMaking-header-center"
>
<span>
公司:
</span>
<span>
所属
公司:
</span>
<el-select
size=
"mini"
v-model=
"BillMaking.RB_Branch_Id"
filterable
placeholder=
"请选择公司"
@
change=
"admin_get_DepartmentGetList"
>
...
...
@@ -742,7 +742,7 @@
</el-select>
</div>
<div
class=
"BillMaking-header-center"
>
<span>
费用
归属
部门:
</span>
<span>
费用部门:
</span>
<el-select
size=
"mini"
v-model=
"BillMaking.RB_Depart_Id"
filterable
placeholder=
"请选择部门"
>
<el-option
v-for=
"(item,index) in departmentList"
...
...
@@ -758,9 +758,10 @@
@
change=
"getAccountList"
>
<el-option
v-for=
"(item,index) in AccList"
v-if=
"item.Name =='私帐账户' || item.Name =='公帐账户' || item.Name =='现金账户' || item.Name =='平台账户' || item.Name =='微信支付宝'"
:key=
"index"
:label=
"item.Name"
:value=
"item.ID"
>
:value=
"item.ID"
>
</el-option>
</el-select>
</div>
...
...
@@ -785,8 +786,7 @@
<div
class=
"BillMakingType-right-list"
v-for=
"(item,index) in airTickets.detailList"
:key=
"index"
>
<div
class=
"BillMakingType-right-box"
>
<div
class=
"BillMakingType-right-center"
>
<span>
费用说明:
</span>
<el-select
size=
"mini"
filterable
v-model=
'item.CostTypeId'
placeholder=
"费用说明"
>
<el-select
size=
"mini"
filterable
v-model=
'item.CostTypeId'
placeholder=
"请选择费用"
>
<el-option
v-for=
'item in GetCostTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
...
...
@@ -803,10 +803,10 @@
</div>
<div
class=
"BillMakingType-right-center"
>
<span>
原币:
</span>
<
span>
{{
item
.
OriginalMoney
}}
</span
>
<
!--
<span>
{{
item
.
OriginalMoney
}}
</span>
--
>
<
!--
<el-input
size=
"mini"
placeholder=
"金额
"
onkeyup=
"this.value=this.value.replace(/[^\d.]/g,'');"
v-model=
"item.OriginalMoney"
></el-input>
--
>
<
el-input
size=
"mini"
placeholder=
"
"
onkeyup=
"this.value=this.value.replace(/[^\d.]/g,'');"
v-model=
"item.OriginalMoney"
disabled
></el-input
>
</div>
<div
class=
"BillMakingType-right-center"
>
<el-input
...
...
@@ -825,6 +825,7 @@
</div>
<div
class=
"BillingTotal-box"
>
<div
class=
"BillingTotal-center"
>
<span>
手续费:
</span>
<el-input
size=
"mini"
placeholder=
"请输入手续费"
onkeyup=
"this.value=this.value.replace(/[^\d.]/g,'');"
v-model=
"airTickets.OriginalFee"
></el-input>
</div>
...
...
@@ -833,8 +834,8 @@
<span>
{{
airTickets
.
TotalCost
}}
</span>
</div>
-->
<div
class=
"BillingTotal-center"
>
<span>
应收:
</span>
<span>
{{
airTickets
.
WBMoney
}}
</span>
<span>
应收
金额
:
</span>
<span
style=
"min-width:50px"
>
{{
airTickets
.
WBMoney
}}
</span>
</div>
</div>
</div>
...
...
@@ -846,8 +847,8 @@
<div
class=
"BillMakingType-right-list"
v-for=
"(item,index) in visa.detailList"
:key=
"index"
>
<div
class=
"BillMakingType-right-box"
>
<div
class=
"BillMakingType-right-center"
>
<span>
费用说明:
</span>
<el-select
size=
"mini"
filterable
v-model=
'item.CostTypeId'
placeholder=
"
说明
"
>
<el-select
size=
"mini"
filterable
v-model=
'item.CostTypeId'
placeholder=
"
请选择费用
"
>
<el-option
v-for=
'item in GetCostTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
...
...
@@ -894,8 +895,8 @@
<span>
{{
visa
.
TotalCost
}}
</span>
</div>
-->
<div
class=
"BillingTotal-center"
>
<span>
应收:
</span>
<span>
{{
visa
.
WBMoney
}}
</span>
<span>
应收
金额
:
</span>
<span
style=
"min-width:50px"
>
{{
visa
.
WBMoney
}}
</span>
</div>
</div>
</div>
...
...
@@ -907,8 +908,8 @@
<div
class=
"BillMakingType-right-list"
v-for=
"(item,index) in ground.detailList"
:key=
"index"
>
<div
class=
"BillMakingType-right-box"
>
<div
class=
"BillMakingType-right-center"
>
<span>
费用说明:
</span>
<el-select
size=
"mini"
filterable
v-model=
'item.CostTypeId'
placeholder=
"
说明
"
>
<el-select
size=
"mini"
filterable
v-model=
'item.CostTypeId'
placeholder=
"
请选择费用
"
>
<el-option
v-for=
'item in GetCostTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
...
...
@@ -955,8 +956,8 @@
<span>
{{
ground
.
TotalCost
}}
</span>
</div>
-->
<div
class=
"BillingTotal-center"
>
<span>
应收:
</span>
<span>
{{
ground
.
WBMoney
}}
</span>
<span>
应收
金额
:
</span>
<span
style=
"min-width:50px"
>
{{
ground
.
WBMoney
}}
</span>
</div>
</div>
</div>
...
...
@@ -997,10 +998,17 @@
<div
class=
"RemittanceInformation-center"
>
<span>
汇款人:
</span>
<div
class=
"RemittanceInformation-center-right"
>
<el-input
size=
"mini"
placeholder=
"
汇款信息
"
<el-input
size=
"mini"
placeholder=
"
请输入汇款人
"
v-model=
"BillMaking.RemitterName"
></el-input>
</div>
</div>
<div
class=
"RemittanceInformation-center"
>
<span>
交易流水号:
</span>
<div
class=
"RemittanceInformation-center-right"
>
<el-input
size=
"mini"
placeholder=
"请输入流水号"
v-model=
"BillMaking.AccountNumber"
></el-input>
</div>
</div>
<div
class=
"RemittanceInformation-center"
>
<span>
汇款时间:
</span>
<div
class=
"RemittanceInformation-center-right"
>
...
...
@@ -1014,13 +1022,6 @@
</el-date-picker>
</div>
</div>
<div
class=
"RemittanceInformation-center"
>
<span>
交易流水号:
</span>
<div
class=
"RemittanceInformation-center-right"
>
<el-input
size=
"mini"
placeholder=
"流水"
v-model=
"BillMaking.AccountNumber"
></el-input>
</div>
</div>
</div>
</div>
<div
v-if=
"total>0"
>
...
...
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