snow 2 years ago
parent
commit
a951de4021

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 0 - 4
src/views/reportQuery/purchaseReport/components/table3.vue

@@ -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, // 每页显示条数

+ 2 - 2
src/views/sellOut/project/components/search-good-online-table-modal/index.vue

@@ -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>

Some files were not shown because too many files changed in this diff