diff --git a/hb_client/src/api/hrm.js b/hb_client/src/api/hrm.js index 6a2a20c..3aef7e2 100644 --- a/hb_client/src/api/hrm.js +++ b/hb_client/src/api/hrm.js @@ -29,3 +29,22 @@ export function getEmployee(data) { data }) } + + +//个人离岗说明 + +export function getNotWorkList(query) { + return request({ + url: '/hrm/not_work_remark/', + method: 'get', + params: query + }) +} + +export function getClockrecordList(query) { + return request({ + url: '/hrm/clock_record/', + method: 'get', + params: query + }) +} diff --git a/hb_client/src/api/mtm.js b/hb_client/src/api/mtm.js index e1adb34..5f6ab9c 100644 --- a/hb_client/src/api/mtm.js +++ b/hb_client/src/api/mtm.js @@ -377,3 +377,34 @@ export function deletetechdoc(id, data) { }) } +//装箱 +//记录表格字段表 + +export function getpackitemList(query) { + return request({ + url: '/mtm/packitem/', + method: 'get', + params: query + }) +} +export function createpackitem(data) { + return request({ + url: '/mtm/packitem/', + method: 'post', + data + }) +} +export function updatepackitem(id, data) { + return request({ + url: `/mtm/packitem/${id}/`, + method: 'put', + data + }) +} +export function deletepackitem(id, data) { + return request({ + url: `/mtm/packitem/${id}/`, + method: 'delete', + data + }) +} \ No newline at end of file diff --git a/hb_client/src/views/mtm/materialDetail.vue b/hb_client/src/views/mtm/materialDetail.vue index 52233cc..1bedbef 100644 --- a/hb_client/src/views/mtm/materialDetail.vue +++ b/hb_client/src/views/mtm/materialDetail.vue @@ -1,223 +1,371 @@ diff --git a/hb_client/src/views/mtm/step.vue b/hb_client/src/views/mtm/step.vue index 3cdebbe..7dcd245 100644 --- a/hb_client/src/views/mtm/step.vue +++ b/hb_client/src/views/mtm/step.vue @@ -94,7 +94,7 @@ - + { if (response.data) { this.recordformList = response.data; diff --git a/hb_client/src/views/personnel/attendance.vue b/hb_client/src/views/personnel/attendance.vue index d76e1dd..e9c60bd 100644 --- a/hb_client/src/views/personnel/attendance.vue +++ b/hb_client/src/views/personnel/attendance.vue @@ -2,154 +2,149 @@
- - - - - - - - - - - + - - + + - - - - - - - - - - - - - - - - - - -
- 取消 - 确认 -
-
- -
- -
+ + + + + + + - - 年、月 - - - 查询 -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- + + + + + + + + +
+ 取消 + 确认 +
+
+ + + + +
+ 年、月 + + + 查询 +
+ + + + + + + + + + + + + + + + + + + +
+ + + + + +
+
+
@@ -181,9 +176,9 @@ diff --git a/hb_client/src/views/pm/resources.vue b/hb_client/src/views/pm/resources.vue index f82a527..c29f641 100644 --- a/hb_client/src/views/pm/resources.vue +++ b/hb_client/src/views/pm/resources.vue @@ -192,33 +192,29 @@ - +
+ + 禁用 + + + 合格 + +
+
+ + {{ state_[scope.row.state] }} + + + {{ state_[scope.row.state] }} + + + {{ state_[scope.row.state] }} + + + {{ state_[scope.row.state] }} + +
+