更新
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<el-card>
|
||||
<el-form ref="form1" :model="form1" label-position="right" label-width="70px" class="searchForm">
|
||||
<el-row>
|
||||
<el-col style="width: 250px">
|
||||
<el-form-item label="供应商">
|
||||
<el-input v-model="supplierName" placeholder="供应商名称" size="small" clearable/>
|
||||
</el-form-item>
|
||||
<el-col style="width: 180px">
|
||||
<!-- <el-form-item label="供应商">-->
|
||||
<el-input v-model="supplierName" placeholder="供应商名称" size="small" clearable @change="fetchData"/>
|
||||
<!-- </el-form-item>-->
|
||||
</el-col>
|
||||
<!-- <el-col style="width: 250px">-->
|
||||
<!-- <el-form-item label="法人">-->
|
||||
@@ -63,16 +63,16 @@
|
||||
<!-- <el-input v-model="mainProduction" placeholder="主要产品" size="small" clearable/>-->
|
||||
<!-- </el-form-item>-->
|
||||
<!-- </el-col>-->
|
||||
<el-col style="width: 250px;margin:2px 0 0 15px">
|
||||
<el-button type="primary" size="small" icon="el-icon-search" plain @click="pageCurrent = 1;fetchData()">查询</el-button>
|
||||
<el-button type="warning" size="small" icon="el-icon-circle-plus-outline" plain style="margin-left:10px" @click="handleAdd()">新增供应商</el-button>
|
||||
<el-col style="width: 250px;margin:0px 0 0 15px">
|
||||
<!-- <el-button type="primary" size="small" icon="el-icon-search" plain @click="pageCurrent = 1;fetchData()">查询</el-button>-->
|
||||
<el-button type="warning" size="small" icon="el-icon-circle-plus-outline" plain style="margin-left:10px" @click="handleAdd()">供应商</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
</el-card>
|
||||
|
||||
<el-card>
|
||||
<div style="display: inline-block;margin-bottom: 5px">供应商列表</div>
|
||||
<!-- <div style="display: inline-block;margin-bottom: 5px">供应商列表</div>-->
|
||||
<el-table v-loading="loading" :data="List" stripe highlight-current-row border style="width: 100%;max-height: 600px;" height="500" size="mini" @row-click="rowClick">
|
||||
<el-table-column label="供应商名称" align="center" fixed="left" min-width="250">
|
||||
<template slot-scope="scope">
|
||||
|
||||
Reference in New Issue
Block a user