|
@@ -108,6 +108,7 @@
|
|
|
@searchChange="platform_codeChange"
|
|
|
/>
|
|
|
</el-col>
|
|
|
+
|
|
|
<el-col :span="4" style="width: 210px; padding: 0 0 0 10px">
|
|
|
<search-brand
|
|
|
:value="brandid"
|
|
@@ -125,7 +126,7 @@
|
|
|
</el-row>
|
|
|
<el-row style="padding: 10px 0 0 0">
|
|
|
|
|
|
- <el-col :span="4" style="margin-right:10px">
|
|
|
+ <el-col :span="3" style="margin-right:10px">
|
|
|
<el-select
|
|
|
style="width:100%"
|
|
|
v-model="parmValue.is_stock"
|
|
@@ -147,7 +148,7 @@
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col :span="4" style="right:10px">
|
|
|
+ <el-col :span="3" style="right:10px">
|
|
|
<el-select
|
|
|
style="width:100%"
|
|
|
v-model="parmValue.is_compliance"
|
|
@@ -166,6 +167,15 @@
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
|
|
|
+ <el-col :span="3" style="margin-left:10px">
|
|
|
+ <el-select placeholder="来源" clearable size="mini" style="width:100%" v-model="parmValue.create_source" @change=" pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();">
|
|
|
+ <el-option value="0" label="手动创建商品" />
|
|
|
+ <el-option value="1" label="咨询成交商品" />
|
|
|
+ </el-select>
|
|
|
+ </el-col>
|
|
|
+
|
|
|
<el-col :span="4" style="width: 350;margin-left:10px">
|
|
|
<el-input
|
|
|
:size="searchSize"
|
|
@@ -517,6 +527,7 @@ export default {
|
|
|
options8: options8,
|
|
|
loading: false,
|
|
|
parmValue: {
|
|
|
+ create_source:"",
|
|
|
is_compliance: "",
|
|
|
is_stock: "",
|
|
|
good_name: "", //商品名称
|
|
@@ -738,6 +749,7 @@ export default {
|
|
|
total: 0
|
|
|
};
|
|
|
this.parmValue = {
|
|
|
+ create_source:"",
|
|
|
is_compliance: "",
|
|
|
good_name: "", //商品名称
|
|
|
spucode: "", //商品编号
|