|
|
@ -32,9 +32,9 @@ |
|
|
|
<el-option label="平台商品" value="1"> </el-option> |
|
|
|
<el-option label="平台商品" value="1"> </el-option> |
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="油站名称:" label-for="siteName"> |
|
|
|
<!-- <el-form-item label="油站名称:" label-for="siteName"> |
|
|
|
<el-input clearable placeholder="请输入油站名称:" v-model="page.params.siteName" class="form_content_width" /> |
|
|
|
<el-input clearable placeholder="请输入油站名称:" v-model="page.params.siteName" class="form_content_width" /> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> --> |
|
|
|
<el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<el-button type="primary" @click="userSearchs">查询</el-button> |
|
|
|
<el-button type="primary" @click="userSearchs">查询</el-button> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
@ -125,13 +125,13 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="油站" min-width="150" align="center"> |
|
|
|
<!-- <el-table-column label="油站" min-width="150" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span> |
|
|
|
<span> |
|
|
|
{{ scope.row.siteName || '暂无' }} |
|
|
|
{{ scope.row.siteName || '暂无' }} |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> --> |
|
|
|
<el-table-column label="库存" min-width="80"> |
|
|
|
<el-table-column label="库存" min-width="80"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<!-- <span>{{ scope.row.stockList.length }}</span> <br /> --> |
|
|
|
<!-- <span>{{ scope.row.stockList.length }}</span> <br /> --> |
|
|
|