[update] 54725
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
</a-row>
|
||||
</a-form-model>
|
||||
<div style='padding-left: 60px;color: red'>
|
||||
注:冻结后该冻结配置内容不可进行编辑。
|
||||
{{$t('Attentionfreeze')}}
|
||||
</div>
|
||||
<div class="imports-footer">
|
||||
<div class="imports-footer-wrap">
|
||||
@@ -262,62 +262,62 @@
|
||||
<a-col :span="24">
|
||||
<!-- 没有工程接口人,导致下发收集失败提示-->
|
||||
<span v-if='NoEngineer === 0'>
|
||||
NIO编号为
|
||||
{{$t('NiOnumberis')}}
|
||||
</span>
|
||||
<span style='font-size: 16px;margin-bottom: 20px;' v-for='(item,key) in NotSelectedNoEngineerValue' v-if='NoEngineer === 0'>
|
||||
<span style='color: red'>{{ item.nioNumber }}、</span>
|
||||
</span>
|
||||
<span v-if='NoEngineer === 0'>
|
||||
工程接口人没有填写,请填写完工程接口人再进行下发收集。
|
||||
{{$t('Filledperson')}}
|
||||
</span>
|
||||
<!-- 状态不符合,导致不能操作按钮,没有权限-->
|
||||
<div style='font-size: 18px;margin-bottom: 20px;display: flex;justify-content: center' class="box-title-text-index" v-for='(item,key) in NotSelectedRowKeysValue' v-if='NoEngineer === 1'>
|
||||
<div>NIO编号为{{ item.nioNumber }},状态为<span style='color: red'>{{ item.state }}</span>,没有此按钮的操作权限。</div>
|
||||
<div>{{$t('NiOnumberis')}}{{ item.nioNumber }},{{$t('Statusis')}}<span style='color: red'>{{ item.state }}</span>,{{$t('NoOperationPermissionForthisbutton')}}。</div>
|
||||
</div>
|
||||
<!-- 认证工程师-提示-->
|
||||
<div style='font-size: 16px;color: red;display: flex;justify-content: center' v-if='NoEngineer === 1'>
|
||||
{{ currentPersonRole =='homo'? '认证工程师': (currentPersonRole =='sdt'? '工程接口人': '填写人') }}数据状态为
|
||||
{{ currentPersonRole =='homo'? '认证工程师': (currentPersonRole =='sdt'? '工程接口人': '填写人') }}{{$t('Datastatusis')}}
|
||||
<!-- 下发收集时-->
|
||||
<span v-if='jurisdiction === "HOMOZFSJ"'>
|
||||
'待发起收集'、'工程接口人退回'或'变更'
|
||||
'{{$t('CollectionInitiated')}}'、'{{$t('ReturnedPerson')}}'{{$t('or')}}'{{$t('alteration')}}'
|
||||
</span>
|
||||
<!-- 同步上报库-->
|
||||
<span v-if='jurisdiction === "HOMOTBSBK"'>
|
||||
'已提交'或'变更'
|
||||
'{{$t('Submitted')}}'{{$t('or')}}'{{$t('alteration')}}'
|
||||
</span>
|
||||
<!-- 截止时间-->
|
||||
<span v-if='jurisdiction === "HOMOJZSJ"'>
|
||||
'待发起收集'
|
||||
'{{$t('CollectionInitiated')}}'
|
||||
</span>
|
||||
<!-- 分配填写人 -->
|
||||
<span v-if='jurisdiction === "SDTFPTXR"'>
|
||||
'待工程接口人处理'或'填写人退回'
|
||||
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
||||
</span>
|
||||
<!-- 引用参数-->
|
||||
<span v-if='jurisdiction === "DREYYCS"'>
|
||||
'待填写'或'认证工程师退回'
|
||||
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
|
||||
</span>
|
||||
<!-- 退回-->
|
||||
<span v-if='jurisdiction === "homoTH"'>
|
||||
'已提交'
|
||||
{{$t('Submitted')}}
|
||||
</span>
|
||||
<span v-if='jurisdiction === "sdtTH"'>
|
||||
'待工程接口人处理'或'填写人退回'
|
||||
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
||||
</span>
|
||||
<span v-if='jurisdiction === "dreTH"'>
|
||||
'待填写'或'认证工程师退回'
|
||||
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
|
||||
</span>
|
||||
<!-- 强制撤回-->
|
||||
<span v-if='jurisdiction === "homoQZTH"'>
|
||||
'待工程接口人处理'或'填写人退回'
|
||||
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
||||
</span>
|
||||
<span v-if='jurisdiction === "sdtQZTH"'>
|
||||
'待填写'
|
||||
{{$t('completed')}}
|
||||
</span>
|
||||
<span v-if='jurisdiction === "dreQZTH"'>
|
||||
'已提交'
|
||||
{{$t('Submitted')}}
|
||||
</span>
|
||||
时,才有权限操作此按钮。
|
||||
{{$t('timeoperation')}}
|
||||
</div>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
Reference in New Issue
Block a user