diff --git a/src/api/BasicData/ShiftManagement.js b/src/api/BasicData/ShiftManagement.js
index 57d9a7b5..033f7c59 100644
--- a/src/api/BasicData/ShiftManagement.js
+++ b/src/api/BasicData/ShiftManagement.js
@@ -19,7 +19,7 @@ export function searchProgramme() {
method: 'post',
data: {
type: '1',
- name: 'dbo.设备管理_基础表_班次表_查询数据'
+ name: '设备管理_基础表_班次表_查询班次'
}
})
}
@@ -60,4 +60,15 @@ export function deleteShift(shiftCode) {
}
})
}
+// 删除班次
+export function addShiftType() {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: '设备管理_基础表_班次表_班次类型与工作时间_增加'
+ }
+ })
+}
diff --git a/src/api/Inventory/PartsReplacement.js b/src/api/Inventory/PartsReplacement.js
index 2fe2da7a..11c7aea3 100644
--- a/src/api/Inventory/PartsReplacement.js
+++ b/src/api/Inventory/PartsReplacement.js
@@ -61,3 +61,52 @@ export function searchErrorRecord(pageCurrent, pageSize, project_check, project,
}
})
}
+// 补投单查询
+export function searchReplacementCard(pageCurrent, pageSize, card_check, card) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: '库存管理_补投单_补投单查询',
+ param: '补投单编号_check=' + card_check + '&补投单编号=' + card,
+ Pagination: pageCurrent + '&' + pageSize
+ }
+ })
+}
+// 补投增加
+export function addReplacementCard(Number) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: '库存管理_补投单_补投单增加',
+ param: '人员编号=' + Number
+ }
+ })
+}
+// 补投删除
+export function deleteReplacementCard(Number) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: '库存管理_补投单_补投单删除',
+ param: '补投单流水号=' + Number
+ }
+ })
+}
+// 补投增加
+export function addCardDetail(Number, project, machine, team, mun, reason) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: '库存管理_仓库补投_补投单明细增加',
+ param: '补投单流水号=' + Number + '&项目流水号=' + project + '&机床流水号=' + machine + '&组件流水号=' + team + '&补投数量=' + mun + '&原因=' + reason
+ }
+ })
+}
diff --git a/src/views/BasicData/ShiftManagement/index.vue b/src/views/BasicData/ShiftManagement/index.vue
index c700b608..4c6f53d8 100644
--- a/src/views/BasicData/ShiftManagement/index.vue
+++ b/src/views/BasicData/ShiftManagement/index.vue
@@ -1,126 +1,179 @@
-
+
+ 班次类型:
+
+
+
+ 查询
+ 增加
+ 班次类型工作时间
+
-
- 班次类型:
-
-
-
- 查询
- 增加
-
-
-
-
-
-
- {{ scope.row.开始工作时间 }}
-
-
-
-
- {{ scope.row.结束工作时间 }}
-
-
-
-
- {{ scope.row.班次类型 }}
-
-
-
-
- {{ scope.row.班次代码 }}
-
-
-
-
- {{ scope.row.是否夜班 }}
-
-
-
-
- {{ scope.row.是否工作 }}
-
-
-
-
- {{ scope.row.是否工作 }}
-
-
-
-
- {{ scope.row.日工作能力 }}
-
-
-
-
- {{ scope.row.是否可以安排高难度件 }}
-
-
-
-
- {{ scope.row.备注 }}
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ scope.row.开始工作时间 }}
+
+
+
+
+ {{ scope.row.结束工作时间 }}
+
+
+
+
+ {{ scope.row.班次类型 }}
+
+
+
+
+ {{ scope.row.班次代码 }}
+
+
+
+
+ {{ scope.row.是否夜班 }}
+
+
+
+
+ {{ scope.row.是否工作 }}
+
+
+
+
+ {{ scope.row.是否工作 }}
+
+
+
+
+ {{ scope.row.日工作能力 }}
+
+
+
+
+ {{ scope.row.是否可以安排高难度件 }}
+
+
+
+
+ {{ scope.row.备注 }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -130,34 +183,84 @@
确 定
-
-
-
+
+
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -167,12 +270,11 @@
确定
-