feat(打包模块): 新增打包单据功能及相关组件

refactor(CoilSelector): 修改change事件返回参数包含完整钢卷信息

chore: 添加打包模块相关图标和API文件

test: 添加打包模块单元测试

docs: 更新打包模块API文档
This commit is contained in:
砂糖
2026-03-24 09:16:22 +08:00
parent f5a8d35831
commit 396f861882
37 changed files with 1727 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [505, 120],
actionQueryParams: {
updateBy: 'dugekuguan'
createBy: 'dugekuguan'
},
baseQueryParams: {
createBy: 'dugekuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [505, 120],
actionQueryParams: {
updateBy: 'dugekuguan'
createBy: 'dugekuguan'
},
baseQueryParams: {
createBy: 'dugekuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [505, 120],
actionQueryParams: {
updateBy: 'dugekuguan'
createBy: 'dugekuguan'
},
baseQueryParams: {
createBy: 'dugekuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [505, 120],
actionQueryParams: {
updateBy: 'dugekuguan'
createBy: 'dugekuguan'
},
baseQueryParams: {
createBy: 'dugekuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [505, 120],
actionQueryParams: {
updateBy: 'dugekuguan'
createBy: 'dugekuguan'
},
baseQueryParams: {
createBy: 'dugekuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [503, 120],
actionQueryParams: {
updateBy: 'lajiaokuguan'
createBy: 'lajiaokuguan'
},
baseQueryParams: {
createBy: 'lajiaokuguan',

View File

@@ -17,7 +17,7 @@
return {
actionTypes: [503, 120],
actionQueryParams: {
updateBy: 'lajiaokuguan'
createBy: 'lajiaokuguan'
},
}
}

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [503, 120],
actionQueryParams: {
updateBy: 'lajiaokuguan'
createBy: 'lajiaokuguan'
},
baseQueryParams: {
createBy: 'lajiaokuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [503, 120],
actionQueryParams: {
updateBy: 'lajiaokuguan'
createBy: 'lajiaokuguan'
},
baseQueryParams: {
createBy: 'lajiaokuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [503, 120],
actionQueryParams: {
updateBy: 'lajiaokuguan'
createBy: 'lajiaokuguan'
},
baseQueryParams: {
createBy: 'lajiaokuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [504, 120],
actionQueryParams: {
updateBy: 'shuangkuguan'
createBy: 'shuangkuguan'
},
baseQueryParams: {
createBy: 'shuangkuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [504, 120],
actionQueryParams: {
updateBy: 'shuangkuguan'
createBy: 'shuangkuguan'
},
baseQueryParams: {
createBy: 'shuangkuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [504, 120],
actionQueryParams: {
updateBy: 'shuangkuguan'
createBy: 'shuangkuguan'
},
baseQueryParams: {
createBy: 'shuangkuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [504, 120],
actionQueryParams: {
updateBy: 'shuangkuguan'
createBy: 'shuangkuguan'
},
baseQueryParams: {
createBy: 'shuangkuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [504, 120],
actionQueryParams: {
updateBy: 'shuangkuguan'
createBy: 'shuangkuguan'
},
baseQueryParams: {
createBy: 'shuangkuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [502, 120],
actionQueryParams: {
updateBy: 'tuozhikuguan'
createBy: 'tuozhikuguan'
},
baseQueryParams: {
createBy: 'tuozhikuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [502, 120],
actionQueryParams: {
updateBy: 'tuozhikuguan'
createBy: 'tuozhikuguan'
},
baseQueryParams: {
createBy: 'tuozhikuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [502, 120],
actionQueryParams: {
updateBy: 'tuozhikuguan'
createBy: 'tuozhikuguan'
},
baseQueryParams: {
createBy: 'tuozhikuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [502, 120],
actionQueryParams: {
updateBy: 'tuozhikuguan'
createBy: 'tuozhikuguan'
},
baseQueryParams: {
createBy: 'tuozhikuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [502, 120],
actionQueryParams: {
updateBy: 'tuozhikuguan'
createBy: 'tuozhikuguan'
},
baseQueryParams: {
createBy: 'tuozhikuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [11, 120],
actionQueryParams: {
updateBy: 'suanzhakuguan'
createBy: 'suanzhakuguan'
},
baseQueryParams: {
createBy: 'suanzhakuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [11, 120],
actionQueryParams: {
updateBy: 'suanzhakuguan'
createBy: 'suanzhakuguan'
},
baseQueryParams: {
createBy: 'suanzhakuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [501, 120],
actionQueryParams: {
updateBy: 'duxinkuguan'
createBy: 'duxinkuguan'
},
baseQueryParams: {
createBy: 'duxinkuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [501, 120],
actionQueryParams: {
updateBy: 'duxinkuguan'
createBy: 'duxinkuguan'
},
baseQueryParams: {
createBy: 'duxinkuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [501, 120],
actionQueryParams: {
updateBy: 'duxinkuguan'
createBy: 'duxinkuguan'
},
baseQueryParams: {
createBy: 'duxinkuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [501, 120],
actionQueryParams: {
updateBy: 'duxinkuguan'
createBy: 'duxinkuguan'
},
baseQueryParams: {
createBy: 'duxinkuguan',

View File

@@ -19,7 +19,7 @@ export default {
return {
actionTypes: [501, 120],
actionQueryParams: {
updateBy: 'duxinkuguan'
createBy: 'duxinkuguan'
},
baseQueryParams: {
createBy: 'duxinkuguan',

View File

@@ -17,7 +17,7 @@
return {
actionTypes: [501, 120],
actionQueryParams: {
updateBy: 'duxinkuguan'
createBy: 'duxinkuguan'
},
}
}