diff --git a/src/views/modules/dashboard/picking-board-1028.vue b/src/views/modules/dashboard/picking-board-1028.vue index e7af090..ad849e8 100644 --- a/src/views/modules/dashboard/picking-board-1028.vue +++ b/src/views/modules/dashboard/picking-board-1028.vue @@ -294,7 +294,7 @@ export default { // 更新工单信息(从第一条数据中提取) if (this.station1028List.length > 0) { - this.workOrderNo = this.station1028List[0].workOrderNo || '' + this.workOrderNo = this.station1028List[0].orderNo || '' this.materialName = this.station1028List[0].pickingMaterialName || '' // 如果后端推送了工单号和工单时间,则更新 this.workOrderTime = this.station1028List[0].workOrderTime || '' diff --git a/src/views/modules/dashboard/picking-board-1043.vue b/src/views/modules/dashboard/picking-board-1043.vue index 0cef844..dbe7cbc 100644 --- a/src/views/modules/dashboard/picking-board-1043.vue +++ b/src/views/modules/dashboard/picking-board-1043.vue @@ -294,7 +294,7 @@ export default { // 更新工单信息(从第一条数据中提取) if (this.station1043List.length > 0) { - this.workOrderNo = this.station1043List[0].workOrderNo || '' + this.workOrderNo = this.station1043List[0].orderNo || '' this.materialName = this.station1043List[0].pickingMaterialName || '' // 如果后端推送了工单号和工单时间,则更新 this.workOrderTime = this.station1043List[0].workOrderTime || ''