feat: 合并nl-admin,新增生箔、烘箱业务
This commit is contained in:
@@ -471,7 +471,6 @@ import PointDialog from '@/views/wms/sch/point/PointDialog.vue'
|
||||
import i18n from '@/i18n'
|
||||
|
||||
const defaultForm = {
|
||||
point_id: null,
|
||||
point_code: null,
|
||||
point_name: null,
|
||||
region_code: null,
|
||||
@@ -510,8 +509,8 @@ export default {
|
||||
return CRUD({
|
||||
title: i18n.t('Point.title'),
|
||||
url: 'api/schBasePoint',
|
||||
idField: 'point_id',
|
||||
sort: 'point_id,desc',
|
||||
idField: 'point_code',
|
||||
sort: 'point_code,desc',
|
||||
crudMethod: { ...crudSchBasePoint },
|
||||
optShow: {
|
||||
add: true,
|
||||
|
||||
Reference in New Issue
Block a user