rev:修改确认子卷木箱规格页面能;
add:增加数据库字段执行sql;
This commit is contained in:
@@ -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('请先选择木箱信息')
|
||||
|
||||
Reference in New Issue
Block a user