From 934b5fe63d972372679e9dab0734359667dd7989 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Sat, 16 May 2026 15:00:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E4=BB=B6=E5=85=A5=E5=BA=93=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=92=8C=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/zhgd-work/childWarehousing.js | 36 ++++ src/router/views/index.js | 15 ++ .../components/addQuantity.vue | 10 +- .../coatingMater/materialRequirements.vue | 6 +- .../sinTerWorkOrder/index.vue | 1 + src/views/wel/components/quickAccess.vue | 9 + .../zhgd-work/childWarehousing/index.vue | 201 ++++++++++++++++++ 7 files changed, 271 insertions(+), 7 deletions(-) create mode 100644 src/api/zhgd-work/childWarehousing.js create mode 100644 src/views/zhgd-work/childWarehousing/index.vue diff --git a/src/api/zhgd-work/childWarehousing.js b/src/api/zhgd-work/childWarehousing.js new file mode 100644 index 00000000..909e5e86 --- /dev/null +++ b/src/api/zhgd-work/childWarehousing.js @@ -0,0 +1,36 @@ +import request from '@/axios'; + +// 查询流程卡号 +export const pdaLoadCardNo = (cardNo) => { + return request({ + url: `/blade-desk/pdaLoad/loadSubOrder/${cardNo}`, + method: 'get', + }) +} + +// 子件入库保存 +export const pdaSaveSubOrder = (params) => { + return request({ + url: '/blade-desk/pdaSave/saveSubOrder', + method: 'POST', + data: params + }) +} + +// 获取仓库列表 /stStorehouse/page +export const getStorehouseList = (params) => { + return request({ + url: '/blade-wms/stStorehouse/page', + method: 'get', + params: params + }) +} + +// 获取库位列表 /stStorageLocation/list +export const getStorageLocationList = (params) => { + return request({ + url: '/blade-wms/stStorageLocation/list', + method: 'get', + params: params + }) +} \ No newline at end of file diff --git a/src/router/views/index.js b/src/router/views/index.js index 90aa493a..c596a826 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -211,6 +211,21 @@ export default [ }, ], }, + { + path: '/childWarehousing', + component: Layout, + redirect: '/childWarehousing/index', + children: [ + { + path: 'index', + component: () => import(/* webpackChunkName: "page" */ '@/views/zhgd-work/childWarehousing/index.vue'), + name: '子件入库', + meta: { + i18n: 'info', + }, + }, + ], + }, { path: '/work/process/leave', diff --git a/src/views/productionManagement/components/addQuantity.vue b/src/views/productionManagement/components/addQuantity.vue index 3f4f7e8e..820f94b6 100644 --- a/src/views/productionManagement/components/addQuantity.vue +++ b/src/views/productionManagement/components/addQuantity.vue @@ -10,7 +10,7 @@ - + 3天 @@ -20,7 +20,7 @@ - + 查询 @@ -46,8 +46,8 @@ - - + + @@ -92,7 +92,7 @@ export default { addForm: {}, tableData: [], ruleForm: { - dayRange: '3', + dayRange: 3, wcId: '' }, rules: { diff --git a/src/views/productionManagement/components/coatingMater/materialRequirements.vue b/src/views/productionManagement/components/coatingMater/materialRequirements.vue index 54d3ef85..af542231 100644 --- a/src/views/productionManagement/components/coatingMater/materialRequirements.vue +++ b/src/views/productionManagement/components/coatingMater/materialRequirements.vue @@ -24,7 +24,8 @@ diff --git a/src/views/productionManagement/sinTerWorkOrder/index.vue b/src/views/productionManagement/sinTerWorkOrder/index.vue index ebcfbdbe..e323009c 100644 --- a/src/views/productionManagement/sinTerWorkOrder/index.vue +++ b/src/views/productionManagement/sinTerWorkOrder/index.vue @@ -360,6 +360,7 @@ export default { overHidden: true, hide: true, width: 150, + seachOrder:20, }, { diff --git a/src/views/wel/components/quickAccess.vue b/src/views/wel/components/quickAccess.vue index 34fcfaea..318834bd 100644 --- a/src/views/wel/components/quickAccess.vue +++ b/src/views/wel/components/quickAccess.vue @@ -42,6 +42,14 @@ 工序检验 +
+ + 子件入库 +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + {{ tableObj.cardNo }} + + + + {{ tableObj.woCode }} + + + + {{ tableObj.batchNo }} + + + + + {{ tableObj.partCode }} + + + + {{ tableObj.ppsName }} + + + + + {{ tableObj.tsName }} + + + + {{ tableObj.makeQty }} + + +
+ + 入 库 + +
+
+ +