Merge branch 'dev_pro_河南鹤壁_泽淇实业' of http://114.132.189.42:9002/r/product-inventory-management into dev_pro_河南鹤壁_泽淇实业
| | |
| | | import { productionProductMainListPage } from "@/api/productionManagement/productionProductMain.js"; |
| | | import { userListNoPageByTenantId } from "@/api/system/user.js"; |
| | | import InputModal from "@/views/productionManagement/productionReporting/Input.vue"; |
| | | import dayjs from "dayjs"; |
| | | |
| | | const data = reactive({ |
| | | searchForm: { |
| | |
| | | label: "创建时间", |
| | | prop: "createTime", |
| | | width: 120, |
| | | formatData: val => (val ? dayjs(val).format("YYYY-MM-DD") : ""), |
| | | }, |
| | | { |
| | | dataType: "action", |