|
|
|
|
7
|
import MachinetySelect from '@/components/MachinetySelect';
|
7
|
import MachinetySelect from '@/components/MachinetySelect';
|
8
|
import { getMachineryTypeList } from '@/services/machineryType';
|
8
|
import { getMachineryTypeList } from '@/services/machineryType';
|
9
|
import { getCooperativeList } from '@/services/cooperative';
|
9
|
import { getCooperativeList } from '@/services/cooperative';
|
10
|
-import { getevaluation } from '@/services/eval'
|
|
|
|
|
10
|
+import { getevaluation } from '@/services/evaluation'
|
11
|
|
11
|
|
12
|
const formatterTime = (val) => {
|
12
|
const formatterTime = (val) => {
|
13
|
return val ? moment(val).format('YYYY-MM-DD') : '';
|
13
|
return val ? moment(val).format('YYYY-MM-DD') : '';
|