|
@@ -377,15 +377,13 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="remark" label="备注" width="300">
|
|
<el-table-column prop="remark" label="备注" width="300">
|
|
- <template slot-scope="scope">
|
|
|
|
|
|
+ <template slot-scope="scope">
|
|
<el-input size="small" v-if="!flg" v-model="scope.row.remark"></el-input>
|
|
<el-input size="small" v-if="!flg" v-model="scope.row.remark"></el-input>
|
|
<span v-else>{{scope.row.remark}}</span>
|
|
<span v-else>{{scope.row.remark}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="pic" label="报销单据" width="300">
|
|
<el-table-column prop="pic" label="报销单据" width="300">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <!-- <el-input size="small" v-if="!flg" v-model="scope.row.remark"></el-input>
|
|
|
|
- <span v-else>{{scope.row.remark}}</span> -->
|
|
|
|
<div v-if="!flg">
|
|
<div v-if="!flg">
|
|
<div @click="abl(scope.$index)" style="height: 35px;overflow: hidden;">
|
|
<div @click="abl(scope.$index)" style="height: 35px;overflow: hidden;">
|
|
<el-upload :class="!scope.row.pic ? 'upload-demo' : 'upload-demo icl'" :file-list="scope.row.pic" :before-remove="beforeRemoves" :http-request="fileonLoads" limit="1" name="multipartFile">
|
|
<el-upload :class="!scope.row.pic ? 'upload-demo' : 'upload-demo icl'" :file-list="scope.row.pic" :before-remove="beforeRemoves" :http-request="fileonLoads" limit="1" name="multipartFile">
|
|
@@ -401,7 +399,7 @@
|
|
</viewer>
|
|
</viewer>
|
|
</div>
|
|
</div>
|
|
</span>
|
|
</span>
|
|
- <span v-else>暂无</span>
|
|
|
|
|
|
+ <span v-else>暂无单据</span>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -1084,7 +1082,7 @@ export default {
|
|
// this.$refs.imgsa.click()
|
|
// this.$refs.imgsa.click()
|
|
// console.log(location.protocol, location.host)
|
|
// console.log(location.protocol, location.host)
|
|
// console.log(location.protocol + '//' + location.host + imgs)
|
|
// console.log(location.protocol + '//' + location.host + imgs)
|
|
- }
|
|
|
|
|
|
+ },
|
|
},
|
|
},
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|