|
|
|
@ -152,7 +152,7 @@ const searchForm = ref<workOrderArrange.searchForm>({
|
|
|
|
pageNum: 1,
|
|
|
|
pageNum: 1,
|
|
|
|
pageSize: 10,
|
|
|
|
pageSize: 10,
|
|
|
|
total: 0,
|
|
|
|
total: 0,
|
|
|
|
workOrderType: 0,
|
|
|
|
workOrderType: 1,
|
|
|
|
wiredrawingCode: '',
|
|
|
|
wiredrawingCode: '',
|
|
|
|
specification: '',
|
|
|
|
specification: '',
|
|
|
|
equipmentCode: '',
|
|
|
|
equipmentCode: '',
|
|
|
|
@ -161,7 +161,7 @@ const searchForm = ref<workOrderArrange.searchForm>({
|
|
|
|
|
|
|
|
|
|
|
|
const isActive = ref<number | undefined>(undefined);
|
|
|
|
const isActive = ref<number | undefined>(undefined);
|
|
|
|
|
|
|
|
|
|
|
|
const workOrderTypeValue = ref<number>(0);
|
|
|
|
const workOrderTypeValue = ref<number>(1);
|
|
|
|
const range = ref<[number, number] | null>(null);
|
|
|
|
const range = ref<[number, number] | null>(null);
|
|
|
|
const showInputDialog = ref<boolean>(false);
|
|
|
|
const showInputDialog = ref<boolean>(false);
|
|
|
|
|
|
|
|
|
|
|
|
|