|
@@ -12,7 +12,7 @@ export struct EquipRecordView {
|
|
|
// 生产过程id(开工信息id)
|
|
|
processId: number = 0
|
|
|
// 工序id
|
|
|
- operationId: number = 0
|
|
|
+ operationId: string = '0'
|
|
|
|
|
|
dictCode: string = 'device_type'
|
|
|
|
|
@@ -161,7 +161,7 @@ struct ScanEquipDialog {
|
|
|
// 生产过程id(开工信息id)
|
|
|
processId: number
|
|
|
// 工序id
|
|
|
- operationId: number
|
|
|
+ operationId: string
|
|
|
equipId: string
|
|
|
@State equipCode: string = ''
|
|
|
|