优化
This commit is contained in:
@@ -165,6 +165,9 @@ export default {
|
||||
workorder_type: [
|
||||
{ required: true, message: '计划类型不能为空', trigger: 'blur' }
|
||||
],
|
||||
device_id: [
|
||||
{ required: true, message: '关键设备不能为空', trigger: 'blur' }
|
||||
],
|
||||
plan_org_code: [
|
||||
{ required: true, message: '申报单位不能为空', trigger: 'blur' }
|
||||
],
|
||||
|
||||
@@ -197,6 +197,7 @@ import workorder from '@/api/wms/pdm/workorder'
|
||||
import crudseriesProcessRoute from '@/api/wms/pdm/seriesProcessRoute'
|
||||
import { download } from '@/api/data'
|
||||
import { downloadFile } from '@/utils'
|
||||
import crudProducetask from '@/api/wms/pdm/producetask'
|
||||
|
||||
export default {
|
||||
name: 'dailyplan',
|
||||
@@ -210,6 +211,7 @@ export default {
|
||||
idField: 'dailyplan_id',
|
||||
sort: 'dailyplan_id',
|
||||
query: { device_id: '' },
|
||||
crudMethod: { ...dailyplan },
|
||||
optShow: {
|
||||
add: true,
|
||||
edit: false,
|
||||
|
||||
Reference in New Issue
Block a user