From 77697a0463e5dcc7c96f00f4dc89f821bdf344f9 Mon Sep 17 00:00:00 2001
From: Vergil <974548713@qq.com>
Date: Sat, 21 Mar 2020 17:37:48 +0800
Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=88=B6=E4=BB=B6=E5=85=A5=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/Inventory/Inboundscanning.js | 14 ++
src/views/Inventory/Inboundscanning/index.vue | 140 ++++++++++++++----
2 files changed, 126 insertions(+), 28 deletions(-)
diff --git a/src/api/Inventory/Inboundscanning.js b/src/api/Inventory/Inboundscanning.js
index d81896ec..df23a931 100644
--- a/src/api/Inventory/Inboundscanning.js
+++ b/src/api/Inventory/Inboundscanning.js
@@ -81,3 +81,17 @@ export function insertOne(num0, num1, people, num4, num5, num6, num7) {
}
})
}
+// 更新零件状态
+export function FinishPart(num0) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ UserID: state.state.user.id,
+ ModularID: router.currentRoute.path,
+ type: '2',
+ name: 'MES_机加工MES_库存管理_入库模块_更新零件状态',
+ param: '工艺计划流水号组=' + num0
+ }
+ })
+}
diff --git a/src/views/Inventory/Inboundscanning/index.vue b/src/views/Inventory/Inboundscanning/index.vue
index 35c7b04a..f981b382 100644
--- a/src/views/Inventory/Inboundscanning/index.vue
+++ b/src/views/Inventory/Inboundscanning/index.vue
@@ -70,11 +70,36 @@
+
+
+
+
+
+
+ {{ scope.row.项目名称 }}
+
+
+
+
+ {{ scope.row.机床图号 }}
+
+
+
+
+ {{ scope.row.零件图号 }}
+
+
+
+
+