diff --git a/src/api/erp/stock/pallet/index.ts b/src/api/erp/stock/pallet/index.ts
index 7bc31c2b..c29e3a0f 100644
--- a/src/api/erp/stock/pallet/index.ts
+++ b/src/api/erp/stock/pallet/index.ts
@@ -30,8 +30,8 @@ export const PalletApi = {
return await request.post({ url: `/erp/pallet/create`, data })
},
- updatePallet: async (params: PalletVO) => {
- return await request.put({ url: `/erp/pallet/update`, params })
+ updatePallet: async (data: PalletVO) => {
+ return await request.put({ url: `/erp/pallet/update`, data })
},
deletePallet: async (id: number) => {
diff --git a/src/locales/en.ts b/src/locales/en.ts
index 7ae4f7d4..0f69abec 100644
--- a/src/locales/en.ts
+++ b/src/locales/en.ts
@@ -575,6 +575,9 @@
availablePallets: 'Available Pallets',
selectedPallets: 'Selected Pallets',
packageCount: 'Package Count',
+ outPackageCount: 'Outbound Package Count',
+ outCount: 'Outbound Count',
+ packageCountWithItems: 'Package Count ({count} per package)',
itemCount: 'Item Count',
productInfo: 'Product Info',
productName: 'Product Name',
diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts
index 6af33d83..b2e78f12 100644
--- a/src/locales/zh-CN.ts
+++ b/src/locales/zh-CN.ts
@@ -575,6 +575,9 @@
availablePallets: '可选托盘',
selectedPallets: '已选托盘',
packageCount: '包数',
+ outPackageCount: '出库包数',
+ outCount: '出库个数',
+ packageCountWithItems: '包数(每包{count}个)',
itemCount: '个数',
productInfo: '产品信息',
productName: '产品名称',
diff --git a/src/views/erp/stock/in/components/StockInItemForm.vue b/src/views/erp/stock/in/components/StockInItemForm.vue
index 4b27c228..ded64709 100644
--- a/src/views/erp/stock/in/components/StockInItemForm.vue
+++ b/src/views/erp/stock/in/components/StockInItemForm.vue
@@ -1,22 +1,25 @@
+ :inline-message="true" :disabled="false">
-
+
-
+
-
+
+
-
+
+
@@ -50,17 +54,17 @@
-
@@ -76,11 +80,11 @@
-
+
@@ -92,7 +96,7 @@
-
+
-
+
-
+
-
+
+
+
+
+
+
-
-
-
+
+
+ {{ t('common.select') }}
+
+
@@ -363,6 +354,83 @@
{{ t('common.cancel') }}
+
+
diff --git a/src/views/erp/stock/pallet/index.vue b/src/views/erp/stock/pallet/index.vue
index 23a5b232..65fa0ea1 100644
--- a/src/views/erp/stock/pallet/index.vue
+++ b/src/views/erp/stock/pallet/index.vue
@@ -86,7 +86,6 @@
{{ getAreaName(scope.row.areaId) }}
-
@@ -95,7 +94,7 @@
-
+
{{ t('action.edit') }}