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 @@