| | |
| | | </template> |
| | | |
| | | <script> |
| | | import ValueTable from "@/components/Table/value-table.vue"; |
| | | import { getYearAndMonthAndDays } from "@/utils/date"; |
| | | import { |
| | | selectAuxiliaryWorkingHoursDay, |
| | |
| | | import limsTable from "@/components/Table/lims-table.vue"; |
| | | export default { |
| | | components: { |
| | | ValueTable, |
| | | limsTable, |
| | | }, |
| | | dicts: ["sys_class_type"], |
| | |
| | | param.dateTime = param.dateTime?.length > 0 ? JSON.stringify(param.dateTime) : null; |
| | | } |
| | | delete param.total; |
| | | console.log('11111111111111111') |
| | | selectAuxiliaryWorkingHoursDay({ ...param }) |
| | | .then((res) => { |
| | | this.tableLoading = false; |
| | |
| | | param = { ...entity, ...this.page0 }; |
| | | } else { |
| | | param = { ...this.entity, ...this.page0 }; |
| | | param.dateTime = JSON.stringify(param.dateTime); |
| | | param.dateTime = param.dateTime?.length > 0 ? JSON.stringify(param.dateTime) : null |
| | | } |
| | | delete param.total; |
| | | selectAuxiliaryOutputWorkingHours({ ...param }) |