diff --git a/apps/hand-factory/components/klp-material-picker/klp-material-picker.vue b/apps/hand-factory/components/klp-material-picker/klp-material-picker.vue
new file mode 100644
index 0000000..d709601
--- /dev/null
+++ b/apps/hand-factory/components/klp-material-picker/klp-material-picker.vue
@@ -0,0 +1,466 @@
+
+
+
+
+ 物品类型
+
+
+ {{ itemType === 'product' ? '成品' : itemType === 'raw_material' ? '原料' : '请选择物品类型' }}
+
+ ▼
+
+
+
+
+
+ 选择产品
+
+
+ {{ loadingProducts ? '加载中...' : selectedName || '请选择产品' }}
+
+ ▼
+
+
+
+
+
+ 选择原材料
+
+
+ {{ loadingRawMaterials ? '加载中...' : selectedName || '请选择原材料' }}
+
+ ▼
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/apps/hand-factory/components/panels/code/apart.vue b/apps/hand-factory/components/panels/code/apart.vue
index 4584282..549a066 100644
--- a/apps/hand-factory/components/panels/code/apart.vue
+++ b/apps/hand-factory/components/panels/code/apart.vue
@@ -80,57 +80,18 @@
目标库位
-
实际库区
-
-
-
-
-
- 物品类型
-
-
- {{ item.itemType === 'product' ? '成品' : item.itemType === 'raw_material' ? '原料' : '请选择物品类型' }}
-
- ▼
-
-
-
-
-
- 选择产品
-
-
- {{ item.productName || '请选择产品' }}
-
- ▼
-
-
-
-
-
- 选择原材料
-
-
- {{ item.rawMaterialName || '请选择原材料' }}
-
- ▼
-
+
+
毛重 (吨)
@@ -159,78 +120,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 物品类型
-
-
- {{ itemType === 'product' ? '成品' : itemType === 'raw_material' ? '原料' : '请选择物品类型' }}
-
- ▼
-
-
-
-
-
- 选择产品
-
-
- {{ selectedProductName || '请选择产品' }}
-
- ▼
-
-
-
-
-
- 选择原材料
-
-
- {{ selectedRawMaterialName || '请选择原材料' }}
-
- ▼
-
-
+
@@ -174,131 +129,12 @@
至少需要扫描 2 个钢卷才能进行合卷操作
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-