Commit 1bc7258c by LJM

容器默认去掉

parent 7f6c6a7f
...@@ -524,9 +524,9 @@ ...@@ -524,9 +524,9 @@
} }
}); });
if (filter_arr.length > 0) { if (filter_arr.length > 0) {
this.searchParams.container_name = filter_arr[0].name; this.searchParams.container_name = '';
this.searchParams.container_id = filter_arr[0].id; this.searchParams.container_id = '';
this.formParams.container_id = filter_arr[0].id; this.formParams.container_id = '';
} }
this.getData(); this.getData();
...@@ -556,8 +556,8 @@ ...@@ -556,8 +556,8 @@
}; };
} }
}); });
this.searchParams.container_id = id[0].id; this.searchParams.container_id = '';
this.formParams.container_id = id[0].id; this.formParams.container_id = '';
} else { } else {
this.searchParams.container_id = ''; this.searchParams.container_id = '';
this.formParams.container_id = ''; this.formParams.container_id = '';
......
...@@ -301,10 +301,10 @@ ...@@ -301,10 +301,10 @@
</template> </template>
<script> <script>
import { API } from '@/util/api.js'; import { API } from '@/util/api.js';
import debounce from 'lodash/debounce'; import debounce from 'lodash/debounce';
export default { export default {
data() { data() {
return { return {
is_watch: false, //是否看货 is_watch: false, //是否看货
...@@ -618,7 +618,7 @@ export default { ...@@ -618,7 +618,7 @@ export default {
}; };
} }
}); });
this.searchParams.container_id = id[0].id; this.searchParams.container_id = '';
} else { } else {
this.searchParams.container_id = ''; this.searchParams.container_id = '';
} }
...@@ -850,9 +850,9 @@ export default { ...@@ -850,9 +850,9 @@ export default {
this.$refs.showRight.close(); this.$refs.showRight.close();
} }
} }
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import '@/assets/css/tallyReceive/operate.scss'; @import '@/assets/css/tallyReceive/operate.scss';
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment