feat(wms): 新增员工异动管理功能并优化员工信息界面

refactor(员工信息): 重构员工信息界面,使用下拉选择替代输入框
feat(员工异动): 新增员工入职和离职功能及相关API
fix(合卷): 修复扫码日期格式化问题
style(交付): 统一结算类型为卷重结算
This commit is contained in:
砂糖
2026-03-14 15:00:02 +08:00
parent 9b82d7230a
commit 27dbed7b35
5 changed files with 399 additions and 144 deletions

View File

@@ -264,6 +264,7 @@ export default {
rawMaterialFactory: coil.manufacturer,
coilNo: coil.currentCoilNo,
specification: coil.specification,
settlementType: '卷重结算',
material: coil.material,
quantity: 1,
weight: coil.netWeight,
@@ -278,7 +279,7 @@ export default {
productName: undefined,
edgeType: undefined,
packaging: undefined,
settlementType: undefined,
settlementType: '卷重结算',
rawMaterialFactory: undefined,
coilNo: undefined,
specification: undefined,
@@ -358,6 +359,7 @@ export default {
coilId: coil.coilId,
productName: coil.itemName,
edgeType: coil.trimmingRequirement,
settlementType: '卷重结算',
packaging: coil.packagingRequirement,
rawMaterialFactory: coil.manufacturer,
coilNo: coil.currentCoilNo,