This commit is contained in:
2024-08-22 08:50:30 +08:00
parent 072757fada
commit 732ca54eef
6 changed files with 229 additions and 119 deletions

View File

@@ -161,6 +161,7 @@ export default {
},
tableProps,
tableData: [],
getTrayCode: undefined,
formConfig: [
{
type: 'input',
@@ -226,7 +227,11 @@ export default {
};
},
components: {},
created() {},
created() {
this.listQuery.trayCode = this.$route.query && this.$route.query.trayCode
this.formConfig[0].placeholder = this.listQuery.trayCode || '托盘编码'
this.getDataList();
},
methods: {
buttonClick(val) {
switch (val.btnName) {