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
f39469d6
Commit
f39469d6
authored
Nov 01, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
af7cf9b1
e27ebfc4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
1394 additions
and
394 deletions
+1394
-394
jp.js
src/assets/common/lang/jp.js
+824
-46
zh-tw.js
src/assets/common/lang/zh-tw.js
+257
-50
zh.js
src/assets/common/lang/zh.js
+16
-1
CashAccount.vue
src/components/FinancialModule/CashAccount.vue
+2
-2
CompanyAccount.vue
src/components/FinancialModule/CompanyAccount.vue
+2
-2
PlatformAccount.vue
src/components/FinancialModule/PlatformAccount.vue
+2
-2
PoolAccount.vue
src/components/FinancialModule/PoolAccount.vue
+2
-2
RecPayQueryTeam.vue
src/components/FinancialModule/RecPayQueryTeam.vue
+2
-2
CustomerCertification.vue
src/components/SalesModule/CustomerCertification.vue
+1
-1
freeTravelOrder.vue
src/components/SalesModule/freeTravelOrder.vue
+45
-45
groupTourOrderOne.vue
src/components/SalesModule/groupTourOrderOne.vue
+204
-204
planeTicketInquiry.vue
src/components/SalesModule/planeTicketInquiry.vue
+1
-1
publicCustomer.vue
src/components/SalesModule/publicCustomer.vue
+2
-2
salesHotelOrder.vue
src/components/SalesModule/salesHotelOrder.vue
+30
-30
workTotal.vue
src/components/SalesModule/workTotal.vue
+2
-2
currencyManagement.vue
src/components/systemManagement/currencyManagement.vue
+2
-2
No files found.
src/assets/common/lang/jp.js
View file @
f39469d6
This diff is collapsed.
Click to expand it.
src/assets/common/lang/zh-tw.js
View file @
f39469d6
This diff is collapsed.
Click to expand it.
src/assets/common/lang/zh.js
View file @
f39469d6
...
@@ -847,7 +847,7 @@ export const fnc = {
...
@@ -847,7 +847,7 @@ export const fnc = {
fyleixing
:
'费用类型:'
,
fyleixing
:
'费用类型:'
,
kuisun
:
'亏损:'
,
kuisun
:
'亏损:'
,
yingli
:
'盈利:'
,
yingli
:
'盈利:'
,
kuisun
:
'盈亏:'
,
yingkui
:
'盈亏:'
,
bieming
:
'别名'
,
bieming
:
'别名'
,
khuren
:
'开户人'
,
khuren
:
'开户人'
,
zhyue
:
'账户余额'
,
zhyue
:
'账户余额'
,
...
@@ -2172,6 +2172,21 @@ export const salesModule={
...
@@ -2172,6 +2172,21 @@ export const salesModule={
AuditCompleted
:
'已完成审核'
,
AuditCompleted
:
'已完成审核'
,
Passport
:
'护照'
,
Passport
:
'护照'
,
Age
:
'年龄'
,
Age
:
'年龄'
,
HotelOrderNum
:
'酒店订单号'
,
StartJoin
:
'入住开始时间'
,
EndJoin
:
'入住结束时间'
,
TotalPrice
:
'总价格'
,
TotalIncome
:
'总收入'
,
DKJE
:
'抵扣金额'
,
LeaveTime
:
'离店时间'
,
CancelFee
:
'取消费用'
,
UnionTeam
:
'关联团'
,
PlayTime
:
'游玩开始时间'
,
PlayOverTime
:
'游玩结束时间'
,
CreateTime
:
'创建开始时间'
,
CreateOverTime
:
'创建结束时间'
,
ThirdOrderNum
:
'第三方订单号'
,
BigBag
:
'大红包'
,
}
}
...
...
src/components/FinancialModule/CashAccount.vue
View file @
f39469d6
...
@@ -322,9 +322,9 @@
...
@@ -322,9 +322,9 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
class=
"_yingkui"
>
<el-col
:span=
"4"
:gutter=
"35"
class=
"_yingkui"
>
<p
v-if=
"moneyDate.ProfitLoss
<0
"
>
{{
$t
(
'fnc.
kuisun
'
)
}}
<span
class=
"fc_red"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss
<0
"
>
{{
$t
(
'fnc.
yingkui
'
)
}}
<span
class=
"fc_red"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss>0"
>
{{
$t
(
'fnc.yingli'
)
}}
<span
class=
"fc_green"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss>0"
>
{{
$t
(
'fnc.yingli'
)
}}
<span
class=
"fc_green"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss==0"
>
{{
$t
(
'fnc.
kuisun
'
)
}}
<span
class=
"fc_green"
>
0
</span></p>
<p
v-if=
"moneyDate.ProfitLoss==0"
>
{{
$t
(
'fnc.
yingkui
'
)
}}
<span
class=
"fc_green"
>
0
</span></p>
</el-col>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
...
...
src/components/FinancialModule/CompanyAccount.vue
View file @
f39469d6
...
@@ -397,9 +397,9 @@
...
@@ -397,9 +397,9 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
class=
"_yingkui"
>
<el-col
:span=
"4"
:gutter=
"35"
class=
"_yingkui"
>
<p
v-if=
"moneyDate.ProfitLoss
<0
"
>
{{
$t
(
'fnc.
kuisun
'
)
}}
<span
class=
"fc_red"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss
<0
"
>
{{
$t
(
'fnc.
yingkui
'
)
}}
<span
class=
"fc_red"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss>0"
>
{{
$t
(
'fnc.yingli'
)
}}
<span
class=
"fc_green"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss>0"
>
{{
$t
(
'fnc.yingli'
)
}}
<span
class=
"fc_green"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss==0"
>
{{
$t
(
'fnc.
kuisun
'
)
}}
<span
class=
"fc_green"
>
0
</span></p>
<p
v-if=
"moneyDate.ProfitLoss==0"
>
{{
$t
(
'fnc.
yingkui
'
)
}}
<span
class=
"fc_green"
>
0
</span></p>
</el-col>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
...
...
src/components/FinancialModule/PlatformAccount.vue
View file @
f39469d6
...
@@ -541,7 +541,7 @@
...
@@ -541,7 +541,7 @@
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
class=
"_yingkui"
>
<el-col
:span=
"4"
:gutter=
"35"
class=
"_yingkui"
>
<p
v-if=
"moneyDate.ProfitLoss<0"
>
<p
v-if=
"moneyDate.ProfitLoss<0"
>
{{$t('fnc.
kuisun
')}}
{{$t('fnc.
yingkui
')}}
<span
class=
"fc_red"
>
{{moneyDate.ProfitLoss}}
</span>
<span
class=
"fc_red"
>
{{moneyDate.ProfitLoss}}
</span>
</p>
</p>
<p
v-if=
"moneyDate.ProfitLoss>0"
>
<p
v-if=
"moneyDate.ProfitLoss>0"
>
...
@@ -549,7 +549,7 @@
...
@@ -549,7 +549,7 @@
<span
class=
"fc_green"
>
{{moneyDate.ProfitLoss}}
</span>
<span
class=
"fc_green"
>
{{moneyDate.ProfitLoss}}
</span>
</p>
</p>
<p
v-if=
"moneyDate.ProfitLoss==0"
>
<p
v-if=
"moneyDate.ProfitLoss==0"
>
{{$t('fnc.
kuisun
')}}
{{$t('fnc.
yingkui
')}}
<span
class=
"fc_green"
>
0
</span>
<span
class=
"fc_green"
>
0
</span>
</p>
</p>
</el-col>
</el-col>
...
...
src/components/FinancialModule/PoolAccount.vue
View file @
f39469d6
...
@@ -322,9 +322,9 @@
...
@@ -322,9 +322,9 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
class=
"_yingkui"
>
<el-col
:span=
"4"
:gutter=
"35"
class=
"_yingkui"
>
<p
v-if=
"moneyDate.ProfitLoss
<0
"
>
{{
$t
(
'fnc.
kuisun
'
)
}}
<span
class=
"fc_red"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss
<0
"
>
{{
$t
(
'fnc.
yingkui
'
)
}}
<span
class=
"fc_red"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss>0"
>
{{
$t
(
'fnc.yingli'
)
}}
<span
class=
"fc_green"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss>0"
>
{{
$t
(
'fnc.yingli'
)
}}
<span
class=
"fc_green"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss==0"
>
{{
$t
(
'fnc.
kuisun
'
)
}}
<span
class=
"fc_green"
>
0
</span></p>
<p
v-if=
"moneyDate.ProfitLoss==0"
>
{{
$t
(
'fnc.
yingkui
'
)
}}
<span
class=
"fc_green"
>
0
</span></p>
</el-col>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
...
...
src/components/FinancialModule/RecPayQueryTeam.vue
View file @
f39469d6
...
@@ -172,12 +172,12 @@
...
@@ -172,12 +172,12 @@
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"订单号:"
>
<el-form-item
label=
"订单号:"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.OrderId"
@
keyup
.
native=
"checkInteger(msg,'OrderId')"
></el-input>
<el-input
placeholder=
""
class=
""
v-model=
"msg.OrderId"
@
keyup
.
native=
"checkInteger(msg,'OrderId')"
maxlength=
"8"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"团队编号:"
>
<el-form-item
label=
"团队编号:"
>
<el-input
v-model=
"msg.TCID"
class=
""
></el-input>
<el-input
v-model=
"msg.TCID"
class=
""
@
keyup
.
native=
"checkInteger(msg,'TCID')"
maxlength=
"7"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
...
...
src/components/SalesModule/CustomerCertification.vue
View file @
f39469d6
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
<th
width=
"10%"
>
{{
$t
(
'salesModule.storeName'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.storeName'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'hotel.suplier_contact'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'hotel.suplier_contact'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'hotel.table_tel'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'hotel.table_tel'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'
salesModule
.TransactionMon'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'
MarketingActi
.TransactionMon'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'admin.admin_address'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'admin.admin_address'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.belongUnion'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.belongUnion'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.ApplyTime'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.ApplyTime'
)
}}
</th>
...
...
src/components/SalesModule/freeTravelOrder.vue
View file @
f39469d6
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrderOne.vue
View file @
f39469d6
This diff is collapsed.
Click to expand it.
src/components/SalesModule/planeTicketInquiry.vue
View file @
f39469d6
...
@@ -1574,7 +1574,7 @@
...
@@ -1574,7 +1574,7 @@
<el-row
:gutter=
"0"
>
<el-row
:gutter=
"0"
>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<div
class=
"TCID_cont PingFangSC"
>
<div
class=
"TCID_cont PingFangSC"
>
{{
$t
(
'
salesModule
.tuanqi'
)
}}
:
{{
$t
(
'
fnc
.tuanqi'
)
}}
:
<span
v-show=
"item.TCIDList.length==0"
>
{{
$t
(
'active.cl_zanwu'
)
}}
</span>
<span
v-show=
"item.TCIDList.length==0"
>
{{
$t
(
'active.cl_zanwu'
)
}}
</span>
<span
class=
"Ticket_TCID"
style=
"display:inline-block;margin-right: 10px;cursor: pointer;"
v-for=
"(subItem, subIndex) in item.TravelInfo"
:key=
"subIndex"
@
click=
"goUrlP(subItem.TCID)"
>
{{
subItem
.
TCNUM
}}
(
{{
subItem
.
TCID
}}
)
</span>
<span
class=
"Ticket_TCID"
style=
"display:inline-block;margin-right: 10px;cursor: pointer;"
v-for=
"(subItem, subIndex) in item.TravelInfo"
:key=
"subIndex"
@
click=
"goUrlP(subItem.TCID)"
>
{{
subItem
.
TCNUM
}}
(
{{
subItem
.
TCID
}}
)
</span>
</div>
</div>
...
...
src/components/SalesModule/publicCustomer.vue
View file @
f39469d6
...
@@ -58,8 +58,8 @@
...
@@ -58,8 +58,8 @@
<th
width=
"20%"
>
{{
$t
(
'admin.admin_address'
)
}}
</th>
<th
width=
"20%"
>
{{
$t
(
'admin.admin_address'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.belongUnion'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.belongUnion'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.Laiyuan'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.Laiyuan'
)
}}
</th>
<th
width=
"8%"
>
{{
$t
(
'
salesModule
.VisitCount'
)
}}
</th>
<th
width=
"8%"
>
{{
$t
(
'
MarketingActi
.VisitCount'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'
salesModule
.TransactionMon'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'
MarketingActi
.TransactionMon'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'active.cl_addPp'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'active.cl_addPp'
)
}}
</th>
<th
width=
"5%"
>
{{
$t
(
'hotel.table_operat'
)
}}
</th>
<th
width=
"5%"
>
{{
$t
(
'hotel.table_operat'
)
}}
</th>
</tr>
</tr>
...
...
src/components/SalesModule/salesHotelOrder.vue
View file @
f39469d6
...
@@ -45,20 +45,20 @@
...
@@ -45,20 +45,20 @@
<div
class=
"query-box"
>
<div
class=
"query-box"
>
<ul>
<ul>
<li>
<li>
<span><em>
酒店订单号
</em>
<span><em>
{{
$t
(
'salesModule.HotelOrderNum'
)
}}
</em>
<el-input
v-model=
'msg.ThirdOrderNo'
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
<el-input
v-model=
'msg.ThirdOrderNo'
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
</span>
</span>
</li>
</li>
<li>
<li>
<span>
<span>
<em>
入住开始时间
</em>
<em>
{{
$t
(
'salesModule.StartJoin'
)
}}
</em>
<el-date-picker
class=
"w150"
type=
"date"
v-model=
"msg.StartTime"
<el-date-picker
class=
"w150"
type=
"date"
v-model=
"msg.StartTime"
:picker-options=
"pickerBeginDateBefore"
value-format=
"yyyy-MM-dd"
placeholder
></el-date-picker>
:picker-options=
"pickerBeginDateBefore"
value-format=
"yyyy-MM-dd"
placeholder
></el-date-picker>
</span>
</span>
</li>
</li>
<li>
<li>
<span>
<span>
<em>
入住结束时间
</em>
<em>
{{
$t
(
'salesModule.EndJoin'
)
}}
</em>
<el-date-picker
class=
"w150"
type=
"date"
v-model=
"msg.EndTime"
<el-date-picker
class=
"w150"
type=
"date"
v-model=
"msg.EndTime"
:picker-options=
"pickerBeginDateAfter"
value-format=
"yyyy-MM-dd"
placeholder
></el-date-picker>
:picker-options=
"pickerBeginDateAfter"
value-format=
"yyyy-MM-dd"
placeholder
></el-date-picker>
</span>
</span>
...
@@ -70,21 +70,21 @@
...
@@ -70,21 +70,21 @@
</div>
</div>
<table
class=
"SalesHotelOrderTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<table
class=
"SalesHotelOrderTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<tr>
<th>
订单号
</th>
<th>
{{
$t
(
'hotel.order_Number'
)
}}
订单号
</th>
<th>
团号
</th>
<th>
{{
$t
(
'visa.v_tuanhao'
)
}}
</th>
<th>
客户信息
</th>
<th>
{{
$t
(
'fnc.khxinxi'
)
}}
</th>
<th>
房间数
</th>
<th>
{{
$t
(
'hotel.hotel_roomnumber'
)
}}
</th>
<th>
总价格
</th>
<th>
{{
$t
(
'salesModule.TotalPrice'
)
}}
</th>
<th>
总收入
</th>
<th>
{{
$t
(
'salesModule.TotalIncome'
)
}}
</th>
<th>
抵扣金额
</th>
<th>
{{
$t
(
'salesModule.DKJE'
)
}}
</th>
<th>
优惠金额
</th>
<th>
{{
$t
(
'sm.youhuijine'
)
}}
</th>
<th>
待收金额
</th>
<th>
{{
$t
(
'Operation.Op_daishou'
)
}}
</th>
<th>
订单状态
</th>
<th>
{{
$t
(
'hotel.hotel_OrderStates'
)
}}
</th>
<th>
创建时间
</th>
<th>
{{
$t
(
'fnc.cjshijian'
)
}}
</th>
<th>
入住时间
</th>
<th>
{{
$t
(
'hotel.table_CheckInDate'
)
}}
</th>
<th>
离店时间
</th>
<th>
{{
$t
(
'salesModule.LeaveTime'
)
}}
</th>
<th>
取消费用
</th>
<th>
{{
$t
(
'salesModule.CancelFee'
)
}}
</th>
<th>
操作
</th>
<th>
{{
$t
(
'system.table_operation'
)
}}
</th>
</tr>
</tr>
<tbody
v-for=
"(item,index) in dataList"
>
<tbody
v-for=
"(item,index) in dataList"
>
<tr>
<tr>
...
@@ -108,22 +108,22 @@
...
@@ -108,22 +108,22 @@
<td>
<td>
<el-row>
<el-row>
<el-button-group>
<el-button-group>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"收付款
"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('salesModule.SFK')
"
placement=
"top-start"
>
<el-button
type=
"primary"
icon=
"iconfont icon-fukuan2"
@
click=
"getShouKuan(item)"
></el-button>
<el-button
type=
"primary"
icon=
"iconfont icon-fukuan2"
@
click=
"getShouKuan(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"取消订单
"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('sm.exitOrder')
"
placement=
"top-start"
>
<el-button
type=
"info"
v-if=
"item.IsCanOrder"
icon=
"iconfont icon-quxiao1"
@
click=
"cancelHTorder(item.ThirdOrderNo)"
></el-button>
<el-button
type=
"info"
v-if=
"item.IsCanOrder"
icon=
"iconfont icon-quxiao1"
@
click=
"cancelHTorder(item.ThirdOrderNo)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"确定
"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.sureBtn')
"
placement=
"top-start"
>
<el-button
type=
"success"
icon=
"iconfont icon-duigou"
v-if=
"item.IsCanClear == 0"
@
click=
"queren(1, item.OrderID)"
></el-button>
<el-button
type=
"success"
icon=
"iconfont icon-duigou"
v-if=
"item.IsCanClear == 0"
@
click=
"queren(1, item.OrderID)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"取消确认
"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('sm.exitsure')
"
placement=
"top-start"
>
<el-button
type=
"info"
icon=
" iconfont icon-quxiao1"
v-if=
"item.IsCanClear == 1"
@
click=
"queren(0, item.OrderID)"
></el-button>
<el-button
type=
"info"
icon=
" iconfont icon-quxiao1"
v-if=
"item.IsCanClear == 1"
@
click=
"queren(0, item.OrderID)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"关联团
"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('salesModule.UnionTeam')
"
placement=
"top-start"
>
<el-button
type=
"warning"
icon=
"iconfont icon-guanlian"
@
click=
"TCID = '',GLOrderID = item.OrderID,dialogFormVisible = true"
></el-button>
<el-button
type=
"warning"
icon=
"iconfont icon-guanlian"
@
click=
"TCID = '',GLOrderID = item.OrderID,dialogFormVisible = true"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"详情
"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.xiangqing')
"
placement=
"top-start"
>
<el-button
type=
"success"
icon=
"iconfont icon-sousuo"
@
click=
"goOrderDetails(item.OrderID)"
></el-button>
<el-button
type=
"success"
icon=
"iconfont icon-sousuo"
@
click=
"goOrderDetails(item.OrderID)"
></el-button>
</el-tooltip>
</el-tooltip>
</el-button-group>
</el-button-group>
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
<td
colspan=
"7"
style=
"text-align:left;width:600px"
>
<td
colspan=
"7"
style=
"text-align:left;width:600px"
>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<div
class=
"SH_beizhu"
style=
""
>
<div
class=
"SH_beizhu"
style=
""
>
备注
:
{{
$t
(
'pub.pubRemark'
)
}}
:
</div>
</div>
<div
class=
"SH_beizhuInner"
>
<div
class=
"SH_beizhuInner"
>
{{
item
.
Remark
}}
{{
item
.
Remark
}}
...
@@ -143,21 +143,21 @@
...
@@ -143,21 +143,21 @@
</td>
</td>
<td
colspan=
"7"
style=
"text-align:left;width:600px"
>
<td
colspan=
"7"
style=
"text-align:left;width:600px"
>
<div
class=
"SH_OrderDan"
>
<div
class=
"SH_OrderDan"
>
<div>
收款单据
:
</div>
<div>
{{
$t
(
'fnc.skdanju'
)
}}
:
</div>
<div>
<div>
<span
v-for=
"subItem in item.FinanceList"
>
<span
v-for=
"subItem in item.FinanceList"
>
{{
subItem
.
FrID
}}
{{
subItem
.
FrID
}}
</span>
</span>
<span
v-if=
"item.FinanceList.length
<
1
"
>
暂无数据
</span>
<span
v-if=
"item.FinanceList.length
<
1
"
>
{{
$t
(
'system.content_noData'
)
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"SH_OrderDan"
>
<div
class=
"SH_OrderDan"
>
<div>
付款单据
:
</div>
<div>
{{
$t
(
'fnc.fkdanju'
)
}}
:
</div>
<div>
<div>
<span
v-for=
"subItem in item.RefundFinanceList"
>
<span
v-for=
"subItem in item.RefundFinanceList"
>
{{
subItem
.
FrID
}}
{{
subItem
.
FrID
}}
</span>
</span>
<span
v-if=
"item.RefundFinanceList.length
<
1
"
>
暂无数据
</span>
<span
v-if=
"item.RefundFinanceList.length
<
1
"
>
{{
$t
(
'system.content_noData'
)
}}
</span>
</div>
</div>
</div>
</div>
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
</table>
</table>
<el-dialog
title=
"请选择团号"
width=
"400px"
:visible
.
sync=
"dialogFormVisible"
center
:before-close=
"closeChangeMachie"
>
<el-dialog
title=
"请选择团号"
width=
"400px"
:visible
.
sync=
"dialogFormVisible"
center
:before-close=
"closeChangeMachie"
>
<el-form
label-width=
"110px"
>
<el-form
label-width=
"110px"
>
<el-form-item
label=
"团号
"
>
<el-form-item
:label=
"$t('visa.v_tuanhao')
"
>
<el-select
<el-select
v-model=
"TCID"
v-model=
"TCID"
filterable
filterable
...
...
src/components/SalesModule/workTotal.vue
View file @
f39469d6
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</span>
</span>
</li>
</li>
<li>
<li>
<span><em>
{{
$t
(
'fnc.ryxuanze'
)
}}
人员选择
</em></span>
<span><em>
{{
$t
(
'fnc.ryxuanze'
)
}}
</em></span>
<el-select
class=
'w200'
v-model=
"msg.EmployeeId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
class=
'w200'
v-model=
"msg.EmployeeId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
'-1'
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
'-1'
></el-option>
<el-option
v-for=
'item in employeeList'
<el-option
v-for=
'item in employeeList'
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<th
width=
"15%"
>
{{
$t
(
'salesModule.Personnel'
)
}}
</th>
<th
width=
"15%"
>
{{
$t
(
'salesModule.Personnel'
)
}}
</th>
<th
width=
"15%"
>
{{
$t
(
'salesModule.Visital'
)
}}
</th>
<th
width=
"15%"
>
{{
$t
(
'salesModule.Visital'
)
}}
</th>
<th
width=
"15%"
>
{{
$t
(
'salesModule.laxin'
)
}}
</th>
<th
width=
"15%"
>
{{
$t
(
'salesModule.laxin'
)
}}
</th>
<th
width=
"15%"
>
{{
$t
(
'
salesModule
.ShouKe'
)
}}
</th>
<th
width=
"15%"
>
{{
$t
(
'
MarketingActi
.ShouKe'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'fnc.shoukuan'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'fnc.shoukuan'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.MakeInquiry'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.MakeInquiry'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.Complaints'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.Complaints'
)
}}
</th>
...
...
src/components/systemManagement/currencyManagement.vue
View file @
f39469d6
...
@@ -297,9 +297,9 @@
...
@@ -297,9 +297,9 @@
</el-form-item>
</el-form-item>
</li>
</li>
<li
class=
"_yingkui"
>
<li
class=
"_yingkui"
>
<p
v-if=
"moneyDate.ProfitLoss
<0
"
>
{{
$t
(
'fnc.
kuisun
'
)
}}
<span
class=
"fc_red"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss
<0
"
>
{{
$t
(
'fnc.
yingkui
'
)
}}
<span
class=
"fc_red"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss>0"
>
{{
$t
(
'fnc.yingli'
)
}}
<span
class=
"fc_green"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss>0"
>
{{
$t
(
'fnc.yingli'
)
}}
<span
class=
"fc_green"
>
{{
moneyDate
.
ProfitLoss
}}
</span></p>
<p
v-if=
"moneyDate.ProfitLoss==0"
>
{{
$t
(
'fnc.
kuisun
'
)
}}
<span
class=
"fc_green"
>
0
</span></p>
<p
v-if=
"moneyDate.ProfitLoss==0"
>
{{
$t
(
'fnc.
yingkui
'
)
}}
<span
class=
"fc_green"
>
0
</span></p>
</li>
</li>
</ul>
</ul>
</el-form>
</el-form>
...
...
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