Browse Source

orderNo

master
han\hanst 1 month ago
parent
commit
0ca025b838
  1. 2
      src/views/modules/dashboard/picking-board-1028.vue
  2. 2
      src/views/modules/dashboard/picking-board-1043.vue

2
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 || ''

2
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 || ''

Loading…
Cancel
Save