Commit 94bdd4c6 authored by liudong1993's avatar liudong1993

1

parent 5ed0c17b
......@@ -841,7 +841,7 @@
</template>
<div class="_explain">
<div class="illustrate-text">
<p class="illustrate-left">{{$t('fnc.fjshuoming')}}:
<p class="illustrate-left">{{$t('fnc.fjshuoming')}}:<el-tag size="mini" type="danger" v-if="GetDetail.RejectMark==1">被驳回重新提交!</el-tag>
<span class="fr" v-if="isReceivablesAccount&&GetDetail.Course_Name">
{{$t('objFill.sklx')}}:{{GetDetail.Course_Name}}/{{GetDetail.PayReceipt_No}}
</span>
......
......@@ -1296,6 +1296,7 @@
@click="Financial_post_GetFinancLogList(scope.row.FrID)">{{scope.row.StatusStr}}</span>
</el-popover>
</div>
<div><el-tag size="mini" type="danger" v-if="scope.row.RejectMark==1 && msg.Conditon==3">被驳回重新提交!</el-tag></div>
</template>
</el-table-column>
<el-table-column :label="$t('system.table_operation')">
......
......@@ -836,7 +836,7 @@
</my-GZ-Bill>
<div class="_explain">
<div class="illustrate-text">
<p class="illustrate-left">{{$t('fnc.fjshuoming')}}
<p class="illustrate-left">{{$t('fnc.fjshuoming')}}<el-tag size="mini" type="danger" v-if="GetDetail.RejectMark==1">被驳回重新提交!</el-tag>
<span class="fr" v-if="GetDetail.TemplateId==27&&GetDetail.Course_Name&&GetDetail.PayReceipt_No">
{{$t('objFill.sklx')}}{{GetDetail.Course_Name}}/{{GetDetail.PayReceipt_No}}
</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment