rev:修改确认子卷木箱规格页面能;

add:增加数据库字段执行sql;
This commit is contained in:
2024-03-20 13:40:26 +08:00
parent eba9ebf754
commit 773a951f1f
13 changed files with 132 additions and 61 deletions

View File

@@ -63,9 +63,9 @@ export default {
return CRUD({
title: '木箱规格',
optShow: {},
url: 'api/Materialbase',
idField: 'material_id',
sort: 'material_id,desc',
url: 'api/boxinfo',
idField: 'material_code',
sort: 'material_code,desc',
query: { search: '', material_id: '' },
crudMethod: { ...crudMaterattr }
})
@@ -168,7 +168,6 @@ export default {
this.$emit('update:dialogShow', false)
},
submit() {
debugger
this.rows = this.$refs.table.selection
if (this.rows.length <= 0) {
this.$message('请先选择木箱信息')