@@ -420,6 +420,7 @@ struct ProcessHome {
params: {
startWorkInfo: res,
processInfo: this.processes[this.selectProcess],
+ processes: this.processes,
}
})
@@ -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 {
processId: number
- operationId: number
+ operationId: string
equipId: string
@State equipCode: string = ''
@@ -14,7 +14,7 @@ export struct EsopView {
totalPages: number = 1
async aboutToAppear() {
let res: PageModel<EsopInfo> = await JGRequest.post('/api/v1/process/opEsop/page', {
// "operationId": this.operationId
@@ -15,7 +15,7 @@ export struct MultimediaCollectView {
pageNo: number = 1
pageSize: number = 10
@@ -8,7 +8,7 @@ export struct RecordItemView {
this.recordArray = await JGRequest.post("/api/v1/process/opRecord/list", {
@@ -6,7 +6,7 @@ export struct SpotCheckView {
@State checkArray: CheckItem[] = []
@State resultArray: string[] = []
@@ -3,7 +3,7 @@
* */
export default class ProcessData {
// 工序ID
- operationId?: number
+ operationId?: string
// 完成数量
completeNum?: string
// 工序码
@@ -13,5 +13,5 @@ export default class ProcessData {
// 工序排序
operationSort?: number
// 工单编码
- workOrderCod?: string
+ workOrderCode?: string