|
|
@ -294,7 +294,7 @@ export default { |
|
|
|
|
|
|
|
|
// 更新工单信息(从第一条数据中提取) |
|
|
// 更新工单信息(从第一条数据中提取) |
|
|
if (this.station1028List.length > 0) { |
|
|
if (this.station1028List.length > 0) { |
|
|
this.workOrderNo = this.station1028List[0].workOrderNo || '' |
|
|
|
|
|
|
|
|
this.workOrderNo = this.station1028List[0].orderNo || '' |
|
|
this.materialName = this.station1028List[0].pickingMaterialName || '' |
|
|
this.materialName = this.station1028List[0].pickingMaterialName || '' |
|
|
// 如果后端推送了工单号和工单时间,则更新 |
|
|
// 如果后端推送了工单号和工单时间,则更新 |
|
|
this.workOrderTime = this.station1028List[0].workOrderTime || '' |
|
|
this.workOrderTime = this.station1028List[0].workOrderTime || '' |
|
|
|