更新
This commit is contained in:
@@ -12,3 +12,4 @@ VUE_APP_UPLOAD_PRIVATE_URL = '/adminapi/oil-dict/imageHandler/uploadProtectedImg
|
|||||||
VUE_APP_ENV = 'production'
|
VUE_APP_ENV = 'production'
|
||||||
|
|
||||||
VUE_APP_DOMAIN = www.xingoil.com/ws
|
VUE_APP_DOMAIN = www.xingoil.com/ws
|
||||||
|
|
||||||
@@ -465,7 +465,7 @@ export default {
|
|||||||
shippingList: [], // 运费模板
|
shippingList: [], // 运费模板
|
||||||
formThead: Object.assign({}, objTitle),
|
formThead: Object.assign({}, objTitle),
|
||||||
formValidate: {
|
formValidate: {
|
||||||
recommendOrNewMark: '1',
|
recommendOrNewMark: '',
|
||||||
productStatus: '1',
|
productStatus: '1',
|
||||||
attr: [],
|
attr: [],
|
||||||
productDetail: ''
|
productDetail: ''
|
||||||
|
|||||||
@@ -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 /> -->
|
||||||
|
|||||||
Reference in New Issue
Block a user