From 8a1a773cca045dd4d846e8655c831f0529c72e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Thu, 6 Nov 2025 14:40:07 +0800 Subject: [PATCH] =?UTF-8?q?PDA=E6=B7=BB=E5=8A=A0=E6=8B=86=E7=AE=B1?= =?UTF-8?q?=EF=BC=8C=E6=8B=BC=E7=AE=B1=E5=85=A5=E5=BA=93=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/warehouse/warehose.js | 11 +- manifest.json | 4 +- pages.json | 6 + pages/index/index.vue | 277 ++++++++++++++++++-------------------- 4 files changed, 149 insertions(+), 149 deletions(-) diff --git a/api/warehouse/warehose.js b/api/warehouse/warehose.js index 9dd25d6..afb78a1 100644 --- a/api/warehouse/warehose.js +++ b/api/warehouse/warehose.js @@ -72,7 +72,7 @@ export function resolutionPackage(params) { } -// 入库 +// 入库(传U8) export function handlerIntoProductWarehouse(data) { return request({ url: '/mes/wm/entrywarehouse/into_product_warehouse', @@ -81,6 +81,15 @@ export function handlerIntoProductWarehouse(data) { }) } +// 入库( 不传U8 ) +export function IntoProductwarehouseNoU8(data) { + return request({ + url: '/mes/wm/entrywarehouse/IntoProductwarehouseNoU8', + method: 'post', + data + }) +} + // 一般退库 export function handlErexitwarehouse(params) { return request({ diff --git a/manifest.json b/manifest.json index 774ca6d..8c76d6f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "上海干巷涂装PDA", "appid" : "__UNI__A67E78B", "description" : "", - "versionName" : "2.7.3", - "versionCode" : 273, + "versionName" : "2.7.5", + "versionCode" : 275, "transformPx" : false, "sassImplementationName" : "node-sass", "app-plus" : { diff --git a/pages.json b/pages.json index 29f3a0d..5cfd002 100644 --- a/pages.json +++ b/pages.json @@ -292,6 +292,12 @@ { "navigationBarTitleText" : "毛坯出库" } + }, + { + "path": "pages/LCLPackage/LCLWarehouse", + "style": { + "navigationBarTitleText": "拆箱,拼箱入库" + } } ] diff --git a/pages/index/index.vue b/pages/index/index.vue index 55c9a88..d519e2c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,175 +1,161 @@