diff --git a/fe/PC/src/api/wms-pad.js b/fe/PC/src/api/wms-pad.js
index 70a2018fc..e99b182f8 100644
--- a/fe/PC/src/api/wms-pad.js
+++ b/fe/PC/src/api/wms-pad.js
@@ -28,6 +28,16 @@ export function pageLockToLogout(params) {
})
}
+// 【pad】 Kitting组包 - 右下数据相关组包
+export function getKittingChassisBom(kittingCode,data) {
+ return request({
+ url: baseURL + 'wms/store/ChassisOperationSequence/get-list-with-kitting-bom-chassis-bom',
+ method: 'post',
+ params: {kittingCode:kittingCode},
+ data
+ })
+}
+
// 库移-查看余额
export function inventoryBalanceRecommendList(params) {
return request({
diff --git a/fe/PC/src/router/index.js b/fe/PC/src/router/index.js
index a9daa4e42..b09cdff6d 100644
--- a/fe/PC/src/router/index.js
+++ b/fe/PC/src/router/index.js
@@ -160,7 +160,7 @@ export const constantRoutes = [
path: '/',
component: Layout,
redirect: '/isPadForTransferLibJob',
- hidden: true,
+ hidden: false,
children: [{
path: 'isPadForTransferLibJob',
component: () => import('@/views/padManage/isPadForTransferLibJob'),
@@ -193,7 +193,7 @@ export const constantRoutes = [
path: '/',
component: Layout,
redirect: '/isPadForKittingPack',
- hidden: true,
+ hidden: false,
children: [{
path: 'isPadForKittingPack',
component: () => import('@/views/padManage/isPadForKittingPack'),
diff --git a/fe/PC/src/views/padManage/isPadForKittingPack.vue b/fe/PC/src/views/padManage/isPadForKittingPack.vue
index a066e3a75..8f1b54c73 100644
--- a/fe/PC/src/views/padManage/isPadForKittingPack.vue
+++ b/fe/PC/src/views/padManage/isPadForKittingPack.vue
@@ -49,6 +49,11 @@
:height="'100%'"
:header-cell-style="{ background: '#e3f0ff',color:'#333'}"
style="width: 100%">
+
+
+
+
{{ formatDate(scope.row.creationTime) }}
@@ -79,6 +97,22 @@
prop="itemCode"
label="Kitting组别Bom"
>
+
+
+
+