From ae2f1460389b7d2e053d5b8f25f77b1a8e1842b3 Mon Sep 17 00:00:00 2001 From: zhaodengke Date: Thu, 31 Oct 2024 15:02:34 +0800 Subject: [PATCH] =?UTF-8?q?Task=20=E4=BA=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/sunVillage_info/registration.js | 46 +++ .../sunVillage_info/icon_registration.png | Bin 0 -> 3168 bytes src/components/form/FieldDatePicker.vue | 4 +- src/router/index.js | 28 ++ .../registration/registrationDetail.vue | 179 +++++++++ .../registration/registrationEdit.vue | 244 ++++++++++++ .../registration/registrationList.vue | 374 ++++++++++++++++++ .../yinnong/doneCompleted/completedNew.vue | 1 - 8 files changed, 874 insertions(+), 2 deletions(-) create mode 100644 src/api/sunVillage_info/registration.js create mode 100644 src/assets/images/sunVillage_info/icon_registration.png create mode 100644 src/views/sunVillage_info/registration/registrationDetail.vue create mode 100644 src/views/sunVillage_info/registration/registrationEdit.vue create mode 100644 src/views/sunVillage_info/registration/registrationList.vue diff --git a/src/api/sunVillage_info/registration.js b/src/api/sunVillage_info/registration.js new file mode 100644 index 00000000..e0099133 --- /dev/null +++ b/src/api/sunVillage_info/registration.js @@ -0,0 +1,46 @@ +import request from '@/utils/request' + +// 查询零工事项列表 +export function listRegistration(query) { + return request({ + url: '/subcontract/registration/list', + method: 'get', + params: query + }) +} + +// 查询零工事项详细 +export function getRegistration(id) { + return request({ + url: '/subcontract/registration/get/' + id, + method: 'get', + params: arguments[1] || {} + }) +} + +// 新增零工事项 +export function addRegistration(data) { + return request({ + url: '/subcontract/registration/add', + method: 'post', + data: data + }) +} + +// 修改零工事项 +export function updateRegistration(data) { + return request({ + url: '/subcontract/registration/edit', + method: 'post', + data: data + }) +} + +// 删除零工事项 +export function delRegistration(id) { + return request({ + url: '/subcontract/registration/remove/' + id, + method: 'get' + }) +} + diff --git a/src/assets/images/sunVillage_info/icon_registration.png b/src/assets/images/sunVillage_info/icon_registration.png new file mode 100644 index 0000000000000000000000000000000000000000..c28fbff059c244048164cb1103bb252d3c0ea549 GIT binary patch literal 3168 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 Q#Ku2AmF!3=xAu + +
+ + +
+
+
+

{{item.workReason}}

+
+
+
+ {{item.jobTime}} +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + diff --git a/src/views/yinnong/doneCompleted/completedNew.vue b/src/views/yinnong/doneCompleted/completedNew.vue index 0b9ac92e..d2f643b6 100644 --- a/src/views/yinnong/doneCompleted/completedNew.vue +++ b/src/views/yinnong/doneCompleted/completedNew.vue @@ -66,7 +66,6 @@ import { getInfo } from "../../../api/login/index"; import {A_myTodoList} from "../../../api/audit/aauditpipeline"; import Cookies from "js-cookie"; - import {registrationList} from "@/api/sunVillage_info/subcontract"; import PagedList from "@/components/common/PagedList.vue"; export default {