我去
This commit is contained in:
@@ -12,12 +12,14 @@
|
||||
</el-select>
|
||||
<span style="margin-left: 10px">供应商:</span>
|
||||
<el-input v-model="supplierName0" placeholder="供应商" style="width: 200px" size="small" clearable/>
|
||||
<el-button
|
||||
type="success"
|
||||
size="small"
|
||||
icon="el-icon-search"
|
||||
style="margin-left: 10px"
|
||||
@click="pageCurrent=1;pageSize=10;total=0;searchTable()">查询</el-button>
|
||||
<el-tooltip effect="dark" content="查询外购件到货信息" placement="top" open-delay="1200">
|
||||
<el-button
|
||||
type="success"
|
||||
size="small"
|
||||
icon="el-icon-search"
|
||||
style="margin-left: 10px"
|
||||
@click="pageCurrent=1;pageSize=10;total=0;searchTable()">查询</el-button>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
<el-table
|
||||
v-loading="loading"
|
||||
@@ -137,9 +139,9 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" min-width="70">
|
||||
<template slot-scope="scope">
|
||||
<el-tooltip effect="dark" content="到货" placement="top">
|
||||
<el-tooltip effect="dark" content="输入到货信息" placement="top" open-delay="1200">
|
||||
<div style="display: inline-block">
|
||||
<el-button type="text" size="mini" icon="el-icon-goods" @click="OpenArrival(scope.row)"/>
|
||||
<el-button el-button type="success" size="mini" icon="el-icon-goods" plain @click="OpenArrival(scope.row)">到货</el-button>
|
||||
</div>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user