@@ -13,9 +13,6 @@
/>
</el-col>
- <el-col :span="6" style="width: 263px">
- <el-input size="mini" v-model="parmValue.supplier" placeholder="供应商名称" @change="searchList" />
- </el-col>
<!-- <el-col :span="4" style="width: 66px; float: right">
<el-button
type="primary"
@@ -101,7 +98,6 @@ export default {
parmValue: {
start_date: "", //起始时间
end_date: "", // 结束时间
- supplier:"", //供应商名称
page: 1, // 页码
size: 15, // 每页显示条数
@@ -332,7 +332,7 @@ export default {
);
this.loading = false;
if (code === 0) {
- this.$notify.success({
+ this.$notify.success({
title: "添加成功!",
message: "",
});
@@ -349,4 +349,4 @@ export default {
</script>
<style>
-</style>
+</style>