|
@@ -92,17 +92,26 @@
|
|
|
/>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col :span="3" style="margin-left:10px">
|
|
|
+ <el-col :span="2" style="padding-left:10px">
|
|
|
<search-terrace
|
|
|
:value="parmValue.platform_id"
|
|
|
:size="'mini'"
|
|
|
:is-detail="false"
|
|
|
+ style="width:115%"
|
|
|
:is_show="'0'"
|
|
|
:placeholder="'平台名称'"
|
|
|
@searchChange="platform_codesearchChange"
|
|
|
/>
|
|
|
</el-col>
|
|
|
|
|
|
+ <el-col span="2" style="padding-left:25px">
|
|
|
+ <el-input size="mini" style="width:110%" placeholder="商品名称" clearable v-model="parmValue.good_name" @change="
|
|
|
+ pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();
|
|
|
+ " />
|
|
|
+ </el-col>
|
|
|
+
|
|
|
<el-col :span="3" class="fr" style="width: 116px; padding: 0 0 0 10px" v-if="powers.includes('013') && !isSupertube">
|
|
|
<el-button
|
|
|
class="fr"
|
|
@@ -403,6 +412,7 @@ export default {
|
|
|
end: "",
|
|
|
customer: "",
|
|
|
supplierNo: "",
|
|
|
+ good_name:""
|
|
|
};
|
|
|
this.value = "";
|
|
|
this.searchList();
|