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
c443650c
Commit
c443650c
authored
Jul 17, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d1ec5267
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
49 additions
and
0 deletions
+49
-0
fill.js
src/assets/common/lang/EN/fill.js
+1
-0
fill.js
src/assets/common/lang/Japan/fill.js
+1
-0
fill.js
src/assets/common/lang/zhCN/fill.js
+1
-0
fill.js
src/assets/common/lang/zhTW/fill.js
+1
-0
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+45
-0
No files found.
src/assets/common/lang/EN/fill.js
View file @
c443650c
...
...
@@ -4912,6 +4912,7 @@ export const obj = {
caigoucb
:
'Procurement costs '
,
yunfeizhic
:
'Freight expenses '
,
baoxianzc
:
'Insurance expenditure '
,
baoxianmd
:
'Insurance List'
,
zongfanyo
:
'homestay '
,
yifangyo
:
'refunded '
,
dindyhje
:
'Order discount Amount '
,
...
...
src/assets/common/lang/Japan/fill.js
View file @
c443650c
...
...
@@ -4912,6 +4912,7 @@ export const obj = {
caigoucb
:
'調達コスト'
,
yunfeizhic
:
'運賃支出'
,
baoxianzc
:
'保険支出'
,
baoxianmd
:
'保険リスト'
,
zongfanyo
:
'総コミッション'
,
yifangyo
:
'既にコミッションに戻った'
,
dindyhje
:
'オーダー割引金額'
,
...
...
src/assets/common/lang/zhCN/fill.js
View file @
c443650c
...
...
@@ -4912,6 +4912,7 @@ export const obj = {
caigoucb
:
'采购成本'
,
yunfeizhic
:
'运费支出'
,
baoxianzc
:
'保险支出'
,
baoxianmd
:
'保险名单'
,
zongfanyo
:
'总返佣'
,
yifangyo
:
'已返佣'
,
dindyhje
:
'订单优惠金额'
,
...
...
src/assets/common/lang/zhTW/fill.js
View file @
c443650c
...
...
@@ -4912,6 +4912,7 @@ export const obj = {
caigoucb
:
'採購成本'
,
yunfeizhic
:
'運費支出'
,
baoxianzc
:
'保險支出'
,
baoxianmd
:
'保險名單'
,
zongfanyo
:
'總返傭'
,
yifangyo
:
'已返傭'
,
dindyhje
:
'訂單優惠金額'
,
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
c443650c
...
...
@@ -2175,6 +2175,35 @@
{{ sItem.Client_Name + "" + sItem.ContractNum }}
</span>
</div>
<div
v-if=
"OrderDataList.LeaderInsurance && OrderDataList.LeaderInsurance.length>0"
>
<span>
{{$t('objFill.v101.FinancialModule.baoxianmd')}}:
</span>
<
template
v-if=
"InsuranceUpdate==false"
>
<span
v-for=
"(liitem,liindex) in OrderDataList.LeaderInsurance"
:key=
"liindex"
>
<span
v-if=
"liitem.InsuranceState==1"
style=
"color:blue"
>
{{
liitem
.
Name
}}
(√)
</span>
<span
v-else
>
{{
liitem
.
Name
}}
(x)
</span>
</span>
<span
v-if=
"EditBtn"
><el-button
type=
"primary"
icon=
"el-icon-edit"
circle
size=
"mini"
@
click=
"InsuranceUpdate=true"
></el-button></span>
</
template
>
<
template
v-if=
"InsuranceUpdate"
>
<span
v-for=
"(liitem,liindex) in OrderDataList.LeaderInsurance"
:key=
"liindex"
>
<span
v-if=
"liitem.InsuranceState==1"
style=
"color:blue;margin-right:40px"
>
{{
liitem
.
Name
}}
<el-button-group>
<el-button
type=
"warning"
size=
"mini"
@
click=
"SetLeaderInsuranceState(1,liitem.ID,2)"
>
当团不买
</el-button>
<el-button
type=
"danger"
size=
"mini"
@
click=
"SetLeaderInsuranceState(2,liitem.ID,2)"
>
标记全团不买
</el-button>
</el-button-group>
</span>
<span
v-else
style=
"margin-right:40px;"
>
{{
liitem
.
Name
}}
<el-button-group>
<el-button
type=
"primary"
size=
"mini"
@
click=
"SetLeaderInsuranceState(1,liitem.ID,1)"
>
当团购买
</el-button>
<el-button
type=
"success"
size=
"mini"
@
click=
"SetLeaderInsuranceState(2,liitem.ID,1)"
>
标记全团购买
</el-button>
</el-button-group>
</span>
</span>
<span
v-if=
"EditBtn"
><el-button
type=
"primary"
icon=
"el-icon-close"
circle
size=
"mini"
@
click=
"InsuranceUpdate=false"
></el-button></span>
</
template
>
</div>
</td>
</tr>
<tr>
...
...
@@ -3980,6 +4009,7 @@
IsSupperOrderEdit
:
false
,
//获取总经理副总经理超级修改权限
IsLookOrder
:
false
,
//出纳查看订单权限
EditBtn
:
false
,
//恢复订单
InsuranceUpdate
:
false
,
//修改订单业务员权限
isEditOrderCreate
:
0
,
importFileUrl2
:
""
,
...
...
@@ -7112,6 +7142,21 @@
this
.
addMsg
.
LessPrice
=
this
.
addMsg
.
LessAvgPrice
*
LessNum
;
}
this
.
getTotalPrice
();
},
SetLeaderInsuranceState
(
Status
,
leaderId
,
type
){
this
.
apipost
(
"Financial_post_SetLeaderInsuranceState"
,{
Status
:
Status
,
BaseFinanceId
:
this
.
msg
.
TCID
,
RelevanceFrId
:
leaderId
,
RelevanceFrId2
:
type
},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
getList
();
this
.
InsuranceUpdate
=
false
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
(
err
)
=>
{}
);
}
},
mounted
()
{
...
...
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