fix:增加桁架任务及二次分配任务完成情况校验
This commit is contained in:
@@ -197,6 +197,7 @@ const defaultForm = {
|
||||
update_optname: null,
|
||||
update_time: null
|
||||
}
|
||||
|
||||
export default {
|
||||
name: 'Packageinfoivt',
|
||||
components: { pagination, crudOperation, rrOperation, udOperation },
|
||||
@@ -220,6 +221,18 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
check_id: '',
|
||||
check_code: '',
|
||||
stor_id: '',
|
||||
stor_code: '',
|
||||
stor_name: '',
|
||||
status: '1',
|
||||
dtl_num: '0',
|
||||
check_type: '',
|
||||
remark: '',
|
||||
create_mode: ''
|
||||
},
|
||||
permission: {},
|
||||
rules: {
|
||||
point_code: [
|
||||
|
||||
@@ -225,7 +225,7 @@ export default {
|
||||
title: '任务',
|
||||
url: 'api/task',
|
||||
idField: 'task_id',
|
||||
sort: 'task_id,desc',
|
||||
sort: 'create_time,desc',
|
||||
crudMethod: { ...crudTask },
|
||||
query: {
|
||||
task_code: '', is_delete: '0', vehicle_code: '', start_point_code: '', next_point_code: '', task_type: '', finished_type: '', task_status: ['-1']
|
||||
|
||||
Reference in New Issue
Block a user