This commit is contained in:
liushuai
2019-10-10 11:02:24 +08:00
parent 12fa29bc00
commit 6c56511627
5 changed files with 34 additions and 33 deletions

View File

@@ -97,18 +97,19 @@
{{ scope.row.备注 }}
</template>
</el-table-column>
<el-table-column align="center" label="操作" fixed="right" width="200px">
<el-table-column align="center" label="操作" fixed="right" width="250px">
<template slot-scope="scope">
<el-tooltip effect="dark" content="关联到货单" placement="top">
<el-tooltip :open-delay="1200" effect="dark" content="关联到货单" placement="top">
<div style="display: inline-block">
<el-button
type="text"
type="success"
size="mini"
icon="el-icon-share"
plain
@click="aboutArrival(scope.row)">关联到货单</el-button>
</div>
</el-tooltip>
<el-tooltip effect="dark" content="编辑" placement="top">
<el-tooltip :open-delay="1200" effect="dark" content="编辑" placement="top">
<div style="display: inline-block">
<el-button
type="text"
@@ -118,7 +119,7 @@
@click="editTable1(scope.row)"/>
</div>
</el-tooltip>
<el-tooltip effect="dark" content="删除" placement="top">
<el-tooltip :open-delay="1200" effect="dark" content="删除" placement="top">
<div style="display: inline-block">
<el-button
type="text"
@@ -227,7 +228,7 @@
@current-change="handleCurrentChange4"/>
</div>
<div slot="footer" class="dialog-footer">
<el-button type="primary" size="small" icon="el-icon-download" style="margin-left: 10px" @click="addMateriel">选入到货单</el-button>
<el-button type="primary" size="small" icon="el-icon-download" style="margin-left: 10px" @click="addMateriel">关联到货单</el-button>
</div>
</el-dialog>
</div>
@@ -292,6 +293,7 @@ export default {
},
created() {
this.fetchData()
this.searchTable1()
},
methods: {
fetchData() {