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
2f7c8a81
Commit
2f7c8a81
authored
Sep 11, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
928422e5
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
71 additions
and
66 deletions
+71
-66
fill.js
src/assets/common/lang/zhCN/fill.js
+6
-1
groupOrder.vue
src/components/SalesModule/components/groupOrder.vue
+1
-1
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+12
-12
TravelContractDetail.vue
src/components/TravelContractDetail.vue
+6
-6
TravelContractNew.vue
src/components/TravelContractNew.vue
+7
-7
TravelContractView.vue
src/components/TravelContractView.vue
+18
-18
ContractManage.vue
src/components/administrative/ContractManage.vue
+7
-7
ElectronicAudit.vue
src/components/administrative/ElectronicAudit.vue
+14
-14
No files found.
src/assets/common/lang/zhCN/fill.js
View file @
2f7c8a81
...
...
@@ -8209,7 +8209,12 @@ export const obj = {
zuoyewangcheng
:
'作业完成'
,
biangengshenqing
:
'变更申请'
,
biangengyuanyin
:
'变更原因'
,
danxiangyoulun
:
'单项邮轮订单'
danxiangyoulun
:
'单项邮轮订单'
,
lvyoujuht
:
'旅游局合同'
,
daiqianmin
:
'待签名'
,
yiqianshu
:
'已签署'
,
daiqianshu
:
'待签署'
,
daizuofei
:
'待作废'
,
}
//#endregion
}
...
...
src/components/SalesModule/components/groupOrder.vue
View file @
2f7c8a81
...
...
@@ -519,7 +519,7 @@
<div
v-else
>
<
template
v-if=
"item.contractNum && item.contractNum.length > 0"
>
<span
v-for=
"sItem in item.contractNum"
class=
"GO_Contract"
@
click=
"goContract(item, sItem)"
>
{{
sItem
.
client_Name
+
""
+
sItem
.
contractNum
}}
{{
sItem
.
client_Name
+
""
+
sItem
.
contractNum
}}
----
<template
v-if=
"sItem.auditContract==3"
>
<font
style=
"color:red"
>
{{
$t
(
'fnc.bohui'
)
}}
</font>
</
template
>
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
2f7c8a81
...
...
@@ -2368,12 +2368,12 @@
@
click=
"sItem.thirdContractID&&sItem.thirdContractFileUrl?window.open(sItem.thirdContractFileUrl):goSingleContract(item, sItem)"
>
<template
v-if=
"sItem.thirdContractID"
>
{{
sItem
.
tourists_Name
+
sItem
.
thirdContractID
}}
<span
v-if=
"sItem.thirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"sItem.thirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"sItem.thirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"sItem.thirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"sItem.thirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"sItem.thirdContractState==5"
class=
"c9e"
>
待作废
</span>
<span
v-if=
"sItem.thirdContractState==0"
class=
"c9e"
>
{{
$t
(
'objFill.daishanchuan'
)
}}
</span>
<span
v-if=
"sItem.thirdContractState==1"
class=
"c3FC4FF"
>
{{
$t
(
'objFill.v103.daiqianmin'
)
}}
</span>
<span
v-if=
"sItem.thirdContractState==2"
class=
"c20C997"
>
{{
$t
(
'objFill.v103.yiqianshu'
)
}}
</span>
<span
v-if=
"sItem.thirdContractState==3"
class=
"cF1416C"
>
{{
$t
(
'active.cl_yzfei'
)
}}
</span>
<span
v-if=
"sItem.thirdContractState==4"
class=
"cff9800"
>
{{
$t
(
'objFill.v103.daiqianshu'
)
}}
</span>
<span
v-if=
"sItem.thirdContractState==5"
class=
"c9e"
>
{{
$t
(
'objFill.v103.daizuofei'
)
}}
</span>
</
template
>
<
template
v-else
>
{{
sItem
.
tourists_Name
+
sItem
.
t_ContractNum
}}
...
...
@@ -2400,12 +2400,12 @@
@
click=
"sItem.thirdContractID&&sItem.thirdContractFileUrl?window.open(sItem.thirdContractFileUrl):goContract(item, sItem)"
>
<template
v-if=
"sItem.thirdContractID"
>
{{
sItem
.
client_Name
+
sItem
.
thirdContractID
}}
<span
v-if=
"sItem.thirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"sItem.thirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"sItem.thirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"sItem.thirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"sItem.thirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"sItem.thirdContractState==5"
class=
"c9e"
>
待作废
</span>
<span
v-if=
"sItem.thirdContractState==0"
class=
"c9e"
>
{{
$t
(
'objFill.daishanchuan'
)
}}
</span>
<span
v-if=
"sItem.thirdContractState==1"
class=
"c3FC4FF"
>
{{
$t
(
'objFill.v103.daiqianmin'
)
}}
</span>
<span
v-if=
"sItem.thirdContractState==2"
class=
"c20C997"
>
{{
$t
(
'objFill.v103.yiqianshu'
)
}}
</span>
<span
v-if=
"sItem.thirdContractState==3"
class=
"cF1416C"
>
{{
$t
(
'active.cl_yzfei'
)
}}
</span>
<span
v-if=
"sItem.thirdContractState==4"
class=
"cff9800"
>
{{
$t
(
'objFill.v103.daiqianshu'
)
}}
</span>
<span
v-if=
"sItem.thirdContractState==5"
class=
"c9e"
>
{{
$t
(
'objFill.v103.daizuofei'
)
}}
</span>
</
template
>
<
template
v-else
>
{{
sItem
.
client_Name
+
""
+
sItem
.
contractNum
}}
...
...
src/components/TravelContractDetail.vue
View file @
2f7c8a81
...
...
@@ -482,12 +482,12 @@
:class=
"[dataList.thirdContractFileUrl?'pointer':'']"
@
click=
"dataList.thirdContractFileUrl?OpenNewUrl(dataList.thirdContractFileUrl):''"
>
{{$t('objFill.hetongbh')}}:
<span>
{{dataList.thirdContractID?dataList.thirdContractID:dataList.contractNum}}
</span>
<span
v-if=
"dataList.thirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"dataList.thirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"dataList.thirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"dataList.thirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"dataList.thirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"dataList.thirdContractState==5"
class=
"c9e"
>
待作废
</span>
<span
v-if=
"dataList.thirdContractState==0"
class=
"c9e"
>
{{$t('objFill.daishanchuan')}}
</span>
<span
v-if=
"dataList.thirdContractState==1"
class=
"c3FC4FF"
>
{{$t('objFill.v103.daiqianmin')}}
</span>
<span
v-if=
"dataList.thirdContractState==2"
class=
"c20C997"
>
{{$t('objFill.v103.yiqianshu')}}
</span>
<span
v-if=
"dataList.thirdContractState==3"
class=
"cF1416C"
>
{{$t('active.cl_yzfei')}}
</span>
<span
v-if=
"dataList.thirdContractState==4"
class=
"cff9800"
>
{{$t('objFill.v103.daiqianshu')}}
</span>
<span
v-if=
"dataList.thirdContractState==5"
class=
"c9e"
>
{{$t('objFill.v103.daizuofei')}}
</span>
</p>
</div>
<div
class=
"menu"
>
...
...
src/components/TravelContractNew.vue
View file @
2f7c8a81
...
...
@@ -306,12 +306,12 @@
:class=
"[CtObj.thirdContractFileUrl?'pointer':'']"
@
click=
"CtObj.thirdContractFileUrl?OpenNewUrl(CtObj.thirdContractFileUrl):''"
>
{{
$t
(
'objFill.hetongbh'
)
}}
:
<span>
{{
CtObj
.
thirdContractID
?
CtObj
.
thirdContractID
:
CtObj
.
contractNum
}}
</span>
<span
v-if=
"CtObj.thirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"CtObj.thirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"CtObj.thirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"CtObj.thirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"CtObj.thirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"CtObj.thirdContractState==5"
class=
"c9e"
>
待作废
</span>
<span
v-if=
"CtObj.thirdContractState==0"
class=
"c9e"
>
{{
$t
(
'objFill.daishanchuan'
)
}}
</span>
<span
v-if=
"CtObj.thirdContractState==1"
class=
"c3FC4FF"
>
{{
$t
(
'objFill.v103.daiqianmin'
)
}}
</span>
<span
v-if=
"CtObj.thirdContractState==2"
class=
"c20C997"
>
{{
$t
(
'objFill.v103.yiqianshu'
)
}}
</span>
<span
v-if=
"CtObj.thirdContractState==3"
class=
"cF1416C"
>
{{
$t
(
'active.cl_yzfei'
)
}}
</span>
<span
v-if=
"CtObj.thirdContractState==4"
class=
"cff9800"
>
{{
$t
(
'objFill.v103.daiqianshu'
)
}}
</span>
<span
v-if=
"CtObj.thirdContractState==5"
class=
"c9e"
>
{{
$t
(
'objFill.v103.daizuofei'
)
}}
</span>
</span>
</span>
<div
class=
"pull-right"
>
...
...
@@ -2630,7 +2630,7 @@
watch
:
{
$route
(
to
,
from
)
{
//重新获取数据
this
.
getList
();
//
this.getList();
},
},
};
...
...
src/components/TravelContractView.vue
View file @
2f7c8a81
...
...
@@ -424,12 +424,12 @@
:class=
"[CtObj.ThirdContractFileUrl?'pointer':'']"
@
click=
"CtObj.ThirdContractFileUrl?OpenNewUrl(CtObj.ThirdContractFileUrl):''"
>
{{$t('objFill.hetongbh')}}:
<span>
{{CtObj.ThirdContractID?CtObj.ThirdContractID:CtObj.T_ContractNum}}
</span>
<span
v-if=
"CtObj.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"CtObj.ThirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"CtObj.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"CtObj.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"CtObj.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"CtObj.ThirdContractState==5"
class=
"c9e"
>
待作废
</span>
<span
v-if=
"CtObj.ThirdContractState==0"
class=
"c9e"
>
{{$t('objFill.daishanchuan')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==1"
class=
"c3FC4FF"
>
{{$t('objFill.v103.daiqianmin')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==2"
class=
"c20C997"
>
{{$t('objFill.v103.yiqianshu')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==3"
class=
"cF1416C"
>
{{$t('active.cl_yzfei')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==4"
class=
"cff9800"
>
{{$t('objFill.v103.daiqianshu')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==5"
class=
"c9e"
>
{{$t('objFill.v103.daizuofei')}}
</span>
</p>
</div>
<div
class=
"menu"
>
...
...
@@ -1064,12 +1064,12 @@
:class=
"[CtObj.ThirdContractFileUrl?'pointer':'']"
@
click=
"CtObj.ThirdContractFileUrl?OpenNewUrl(CtObj.ThirdContractFileUrl):''"
>
{{$t('objFill.hetongbh')}}:
<span>
{{CtObj.ThirdContractID?CtObj.ThirdContractID:CtObj.T_ContractNum}}
</span>
<span
v-if=
"CtObj.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"CtObj.ThirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"CtObj.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"CtObj.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"CtObj.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"CtObj.ThirdContractState==5"
class=
"c9e"
>
待作废
</span>
<span
v-if=
"CtObj.ThirdContractState==0"
class=
"c9e"
>
{{$t('objFill.daishanchuan')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==1"
class=
"c3FC4FF"
>
{{$t('objFill.v103.daiqianmin')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==2"
class=
"c20C997"
>
{{$t('objFill.v103.yiqianshu')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==3"
class=
"cF1416C"
>
{{$t('active.cl_yzfei')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==4"
class=
"cff9800"
>
{{$t('objFill.v103.daiqianshu')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==5"
class=
"c9e"
>
{{$t('objFill.v103.daizuofei')}}
</span>
</p>
</div>
<div
class=
"menu"
>
...
...
@@ -1881,12 +1881,12 @@
:class=
"[CtObj.ThirdContractFileUrl?'pointer':'']"
@
click=
"CtObj.ThirdContractFileUrl?window.open(CtObj.ThirdContractFileUrl):''"
>
{{$t('objFill.hetongbh')}}:
<span>
{{CtObj.ThirdContractID?CtObj.ThirdContractID:CtObj.T_ContractNum}}
</span>
<span
v-if=
"CtObj.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"CtObj.ThirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"CtObj.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"CtObj.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"CtObj.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"CtObj.ThirdContractState==5"
class=
"c9e"
>
待作废
</span>
<span
v-if=
"CtObj.ThirdContractState==0"
class=
"c9e"
>
{{$t('objFill.daishanchuan')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==1"
class=
"c3FC4FF"
>
{{$t('objFill.v103.daiqianmin')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==2"
class=
"c20C997"
>
{{$t('objFill.v103.yiqianshu')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==3"
class=
"cF1416C"
>
{{$t('active.cl_yzfei')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==4"
class=
"cff9800"
>
{{$t('objFill.v103.daiqianshu')}}
</span>
<span
v-if=
"CtObj.ThirdContractState==5"
class=
"c9e"
>
{{$t('objFill.v103.daizuofei')}}
</span>
</p>
</div>
<div
class=
"menu"
>
...
...
src/components/administrative/ContractManage.vue
View file @
2f7c8a81
...
...
@@ -164,7 +164,7 @@
<th
width=
"100"
>
{{
$t
(
'visa.v_tuanhao'
)
}}
</th>
<th
width=
"150"
>
{{
$t
(
'hotel.product_name'
)
}}
</th>
<th
width=
"100"
>
{{
$t
(
'objFill.hetongzt'
)
}}
</th>
<th
width=
"100"
>
旅游局合同
</th>
<th
width=
"100"
>
{{
$t
(
'objFill.v103.lvyoujuht'
)
}}
</th>
<th
width=
"100"
>
{{
$t
(
'active.cl_addPp'
)
}}
</th>
<th
width=
"120"
>
{{
$t
(
'fnc.cjshijian'
)
}}
</th>
<th
width=
"120"
>
{{
$t
(
'objFill.shifougz'
)
}}
</th>
...
...
@@ -201,12 +201,12 @@
:class=
"[item.ThirdContractFileUrl?'pointer c059FF6':'']"
@
click=
"item.ThirdContractFileUrl?window.open(item.ThirdContractFileUrl):''"
>
{{item.ThirdContractID}}
<span
v-if=
"item.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"item.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"item.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"item.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"item.ThirdContractState==5"
class=
"c9e"
>
待作废
</span>
<span
v-if=
"item.ThirdContractState==0"
class=
"c9e"
>
{{$t('objFill.daishanchuan')}}
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
{{$t('objFill.v103.daiqianmin')}}
</span>
<span
v-if=
"item.ThirdContractState==2"
class=
"c20C997"
>
{{$t('objFill.v103.yiqianshu')}}
</span>
<span
v-if=
"item.ThirdContractState==3"
class=
"cF1416C"
>
{{$t('active.cl_yzfei')}}
</span>
<span
v-if=
"item.ThirdContractState==4"
class=
"cff9800"
>
{{$t('objFill.v103.daiqianshu')}}
</span>
<span
v-if=
"item.ThirdContractState==5"
class=
"c9e"
>
{{$t('objFill.v103.daizuofei')}}
</span>
</span>
<
template
v-else
>
-
</
template
>
</td>
...
...
src/components/administrative/ElectronicAudit.vue
View file @
2f7c8a81
...
...
@@ -129,7 +129,7 @@
<th
width=
"100"
>
{{
$t
(
'hotel.hotel_StarDate'
)
}}
</th>
<th
width=
"100"
>
{{
$t
(
'sm.fanhuiDate'
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
'hotel.hotel_status'
)
}}
</th>
<th
width=
"150"
>
旅游局合同
</th>
<th
width=
"150"
>
{{
$t
(
'objFill.v103.lvyoujuht'
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
'objFill.shifougz'
)
}}
</th>
<th
width=
"125"
>
{{
$t
(
'active.cl_addPp'
)
}}
</th>
<th
width=
"200"
>
{{
$t
(
'hotel.table_operat'
)
}}
</th>
...
...
@@ -155,12 +155,12 @@
:class=
"[item.ThirdContractFileUrl?'c3FC4FF pointer':'']"
@
click=
"item.ThirdContractFileUrl?window.open(item.ThirdContractFileUrl):''"
>
{{
item
.
ThirdContractID
}}
</span>
<br/>
<span
v-if=
"item.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"item.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"item.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"item.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"item.ThirdContractState==5"
class=
"c9e"
>
待作废
</span>
<span
v-if=
"item.ThirdContractState==0"
class=
"c9e"
>
{{
$t
(
'objFill.daishanchuan'
)
}}
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
{{
$t
(
'objFill.v103.daiqianmin'
)
}}
</span>
<span
v-if=
"item.ThirdContractState==2"
class=
"c20C997"
>
{{
$t
(
'objFill.v103.yiqianshu'
)
}}
</span>
<span
v-if=
"item.ThirdContractState==3"
class=
"cF1416C"
>
{{
$t
(
'active.cl_yzfei'
)
}}
</span>
<span
v-if=
"item.ThirdContractState==4"
class=
"cff9800"
>
{{
$t
(
'objFill.v103.daiqianshu'
)
}}
</span>
<span
v-if=
"item.ThirdContractState==5"
class=
"c9e"
>
{{
$t
(
'objFill.v103.daizuofei'
)
}}
</span>
</span>
<template
v-else
>
-
</
template
>
</td>
...
...
@@ -317,7 +317,7 @@
<th
width=
"100"
>
{{
$t
(
'visa.v_tuanhao'
)
}}
</th>
<th
width=
"150"
>
{{
$t
(
'hotel.product_name'
)
}}
</th>
<th
width=
"100"
>
{{
$t
(
'objFill.hetongzt'
)
}}
</th>
<th
width=
"150"
>
旅游局合同
</th>
<th
width=
"150"
>
{{
$t
(
'objFill.v103.lvyoujuht'
)
}}
</th>
<th
width=
"100"
>
{{
$t
(
'active.cl_addPp'
)
}}
</th>
<th
width=
"120"
>
{{
$t
(
'fnc.cjshijian'
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
'objFill.shifougz'
)
}}
</th>
...
...
@@ -357,12 +357,12 @@
:class=
"[item.ThirdContractFileUrl?'c3FC4FF pointer':'']"
@
click=
"item.ThirdContractFileUrl?window.open(item.ThirdContractFileUrl):''"
>
{{item.ThirdContractID}}
<br/>
<span
v-if=
"item.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"item.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"item.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"item.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"item.ThirdContractState==5"
class=
"c9e"
>
待作废
</span>
<span
v-if=
"item.ThirdContractState==0"
class=
"c9e"
>
{{$t('objFill.daishanchuan')}}
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
{{$t('objFill.v103.daiqianmin')}}
</span>
<span
v-if=
"item.ThirdContractState==2"
class=
"c20C997"
>
{{$t('objFill.v103.yiqianshu')}}
</span>
<span
v-if=
"item.ThirdContractState==3"
class=
"cF1416C"
>
{{$t('active.cl_yzfei')}}
</span>
<span
v-if=
"item.ThirdContractState==4"
class=
"cff9800"
>
{{$t('objFill.v103.daiqianshu')}}
</span>
<span
v-if=
"item.ThirdContractState==5"
class=
"c9e"
>
{{$t('objFill.v103.daizuofei')}}
</span>
</span>
<
template
v-else
>
-
</
template
>
</td>
...
...
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