|
@@ -181,13 +181,13 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="avgCost" width="90" class="table_td" label="平均成本"></el-table-column>
|
|
|
- <el-table-column prop="requestFunds" width="100" class="table_td tablerequestFunds" label="请款">
|
|
|
+ <el-table-column prop="requestFunds" width="150" class="table_td tablerequestFunds" label="请款">
|
|
|
<template scope="scope">
|
|
|
<span v-if="!scope.row.select">{{ scope.row.requestFunds }}</span>
|
|
|
<el-input @focus="qingkuan(scope.row, item.id)" v-else v-model='scope.row.requestFunds'></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="remark" width="100" class="table_td" label="请款备注">
|
|
|
+ <el-table-column prop="remark" width="150" class="table_td" label="请款备注">
|
|
|
<template scope="scope">
|
|
|
<div v-if="!scope.row.select" @click.stop="lookRemark(scope.row)">
|
|
|
<span class="text_css">查看</span>
|
|
@@ -403,7 +403,7 @@
|
|
|
<el-button type="primary" @click="fieldrationssubmit">提交</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :title="'输入' + titletype" :visible.sync="dialogVisiblecontent" width="30%" :before-close="handleClose5"
|
|
|
+ <el-dialog :title="'输入' + titletype" :visible.sync="dialogVisiblecontent" width="30%" @close="handleClose5"
|
|
|
:close-on-click-modal="false">
|
|
|
<div>
|
|
|
<el-input type="textarea" :rows="5" maxlength="500" placeholder="请输入内容" v-model="textarea">
|
|
@@ -512,7 +512,7 @@
|
|
|
:title="title1"
|
|
|
:visible.sync="rejectshow"
|
|
|
width="30%"
|
|
|
- :before-close="handleClose5">
|
|
|
+ @close="handleClose5">
|
|
|
<span>{{title1=='驳回'?'驳回审核':'通过审核'}}</span>
|
|
|
<div>
|
|
|
<el-input
|