Commit 85fe58fa authored by liudong1993's avatar liudong1993

1

parent a044c121
...@@ -335,19 +335,19 @@ ...@@ -335,19 +335,19 @@
<template v-if="isFinance_ExpenseType"> <template v-if="isFinance_ExpenseType">
<div class="border-b"></div> <div class="border-b"></div>
<div class="OrderReceivablesAccount-title" style="display: flex;flex-direction: row;justify-content: space-between;"> <div class="OrderReceivablesAccount-title" style="display: flex;flex-direction: row;justify-content: space-between;">
<span>{{$t('objFill.v101.caiwnbubeiz')}}/{{$t('objFill.fj')}}</span> <span>{{$t('objFill.v101.caiwnbubeiz')}}</span>
<div> <div>
<el-button v-if="!idEditFinNote" size="mini" round @click="idEditFinNote=true">{{$t('objFill.v101.xinzbji')}}</el-button> <el-button v-if="!idEditFinNote" size="mini" type="success" icon="el-icon-edit" circle round @click="idEditFinNote=true"></el-button>
<template v-else> <template v-else>
<el-button size="mini" round icon="el-icon-close" @click="closeFinNote"></el-button> <el-button size="mini" round icon="el-icon-close" @click="closeFinNote"></el-button>
<el-button type="primary" size="mini" round @click="saveFinNote">{{$t('pub.saveBtn')}}</el-button> <el-button type="primary" size="mini" round @click="saveFinNote">{{$t('pub.saveBtn')}}</el-button>
</template> </template>
</div> </div>
</div> </div>
<div class="OrderReceivablesAccount-center" style="margin-bottom: 10px;"> <div class="OrderReceivablesAccount-center" style="margin-bottom: 10px;">
<div v-if="!idEditFinNote"> <div v-if="!idEditFinNote">
{{$t('fnc.beizhu')}}{{saveMsg.Remark}} <template v-if="saveMsg.Remark">{{saveMsg.Remark}}</template>
<template v-else>{{$t('pub.noMsg')}}</template>
</div> </div>
<div v-else> <div v-else>
<el-input <el-input
...@@ -370,15 +370,15 @@ ...@@ -370,15 +370,15 @@
</el-upload> </el-upload>
</div> </div>
<div class="_pic_upload" v-for="(item,index) in saveMsg.Voucher" style="display: flex;flex-direction: row;flex-wrap: wrap;"> <div class="_pic_upload" v-for="(item,index) in saveMsg.Voucher" style="display: flex;flex-direction: row;flex-wrap: wrap;">
<div style="margin-left: 5px;width: 80px;height: 80px;border-radius: 3px; overflow: hidden;position: relative;"> <div style="margin-left: 5px;width: 60px;height: 50px;border-radius: 3px; overflow: hidden;position: relative;">
<el-image v-if="item.Type==3" <el-image v-if="item.Type==3"
style="width: 80px; height: 80px" style="width: 60px; height: 50px"
:src="item.Content" :src="item.Content"
:initial-index="index" :initial-index="index"
:preview-src-list="srcList" :preview-src-list="srcList"
fit="cover"> fit="cover">
</el-image> </el-image>
<div v-if="item.Type==1" style="width: 80px; height: 80px;text-align: center;line-height: 80px;background: #eee;"> <div v-if="item.Type==1" style="width: 60px; height: 50px;text-align: center;line-height: 60px;background: #eee;">
<div class="iconfont _wenjian_P" <div class="iconfont _wenjian_P"
:class="item.Content.substring(item.Content.lastIndexOf('.')+1,item.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'" :class="item.Content.substring(item.Content.lastIndexOf('.')+1,item.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"
@click="showUpLoadFile(item.Content)"> @click="showUpLoadFile(item.Content)">
...@@ -453,7 +453,7 @@ ...@@ -453,7 +453,7 @@
if (ActionMenuCode.indexOf('Finance_ExpenseType') != -1) { if (ActionMenuCode.indexOf('Finance_ExpenseType') != -1) {
this.IsExpensesMonthlyShare=true; this.IsExpensesMonthlyShare=true;
} }
if (ActionMenuCode.indexOf('Finance_ExpenseType') != -1) { if (ActionMenuCode.indexOf('Finance_Inner') != -1) {
this.isFinance_ExpenseType=true; this.isFinance_ExpenseType=true;
} }
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.idEditFinNote = false this.idEditFinNote = false
this.$message.success(res.data.message); this.$message.success(res.data.message);
this.$emit('success') //this.$emit('success')
} else { } else {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
......
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