Commit 94bdd4c6 authored by liudong1993's avatar liudong1993

1

parent 5ed0c17b
...@@ -841,7 +841,7 @@ ...@@ -841,7 +841,7 @@
</template> </template>
<div class="_explain"> <div class="_explain">
<div class="illustrate-text"> <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"> <span class="fr" v-if="isReceivablesAccount&&GetDetail.Course_Name">
{{$t('objFill.sklx')}}:{{GetDetail.Course_Name}}/{{GetDetail.PayReceipt_No}} {{$t('objFill.sklx')}}:{{GetDetail.Course_Name}}/{{GetDetail.PayReceipt_No}}
</span> </span>
......
...@@ -1296,6 +1296,7 @@ ...@@ -1296,6 +1296,7 @@
@click="Financial_post_GetFinancLogList(scope.row.FrID)">{{scope.row.StatusStr}}</span> @click="Financial_post_GetFinancLogList(scope.row.FrID)">{{scope.row.StatusStr}}</span>
</el-popover> </el-popover>
</div> </div>
<div><el-tag size="mini" type="danger" v-if="scope.row.RejectMark==1 && msg.Conditon==3">被驳回重新提交!</el-tag></div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('system.table_operation')"> <el-table-column :label="$t('system.table_operation')">
......
...@@ -836,7 +836,7 @@ ...@@ -836,7 +836,7 @@
</my-GZ-Bill> </my-GZ-Bill>
<div class="_explain"> <div class="_explain">
<div class="illustrate-text"> <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"> <span class="fr" v-if="GetDetail.TemplateId==27&&GetDetail.Course_Name&&GetDetail.PayReceipt_No">
{{$t('objFill.sklx')}}{{GetDetail.Course_Name}}/{{GetDetail.PayReceipt_No}} {{$t('objFill.sklx')}}{{GetDetail.Course_Name}}/{{GetDetail.PayReceipt_No}}
</span> </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