Browse Source

orderNo

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

6
src/views/modules/dashboard/picking-board-1028.vue

@ -41,10 +41,10 @@
<span class="title-main">人工拣选2</span> <span class="title-main">人工拣选2</span>
<span class="title-divider">|</span> <span class="title-divider">|</span>
<span class="title-sub">工单号码: <strong>{{ workOrderNo }}</strong></span> <span class="title-sub">工单号码: <strong>{{ workOrderNo }}</strong></span>
<span class="title-divider">|</span>
<!-- <span class="title-divider">|</span>
<span class="title-sub">产品名称: <strong>{{ materialName }}</strong></span> <span class="title-sub">产品名称: <strong>{{ materialName }}</strong></span>
<span class="title-divider"></span> <span class="title-divider"></span>
<span class="title-sub">工单时间: <strong>{{ workOrderTime }}</strong></span>
<span class="title-sub">工单时间: <strong>{{ workOrderTime }}</strong></span>-->
</div> </div>
</div> </div>
</div> </div>
@ -294,9 +294,9 @@ export default {
// //
if (this.station1028List.length > 0) { if (this.station1028List.length > 0) {
this.workOrderNo = this.station1028List[0].workOrderNo || ''
this.materialName = this.station1028List[0].pickingMaterialName || '' this.materialName = this.station1028List[0].pickingMaterialName || ''
// //
this.workOrderNo = this.station1028List[0].workOrderNo || ''
this.workOrderTime = this.station1028List[0].workOrderTime || '' this.workOrderTime = this.station1028List[0].workOrderTime || ''
} }
} }

6
src/views/modules/dashboard/picking-board-1043.vue

@ -41,10 +41,10 @@
<span class="title-main">人工拣选1</span> <span class="title-main">人工拣选1</span>
<span class="title-divider">|</span> <span class="title-divider">|</span>
<span class="title-sub">工单号码: <strong>{{ workOrderNo }}</strong></span> <span class="title-sub">工单号码: <strong>{{ workOrderNo }}</strong></span>
<span class="title-divider">|</span>
<!-- <span class="title-divider">|</span>
<span class="title-sub">产品名称: <strong>{{ materialName }}</strong></span> <span class="title-sub">产品名称: <strong>{{ materialName }}</strong></span>
<span class="title-divider"></span> <span class="title-divider"></span>
<span class="title-sub">工单时间: <strong>{{ workOrderTime }}</strong></span>
<span class="title-sub">工单时间: <strong>{{ workOrderTime }}</strong></span>-->
</div> </div>
</div> </div>
</div> </div>
@ -294,9 +294,9 @@ export default {
// //
if (this.station1043List.length > 0) { if (this.station1043List.length > 0) {
this.workOrderNo = this.station1043List[0].workOrderNo || ''
this.materialName = this.station1043List[0].pickingMaterialName || '' this.materialName = this.station1043List[0].pickingMaterialName || ''
// //
this.workOrderNo = this.station1043List[0].workOrderNo || ''
this.workOrderTime = this.station1043List[0].workOrderTime || '' this.workOrderTime = this.station1043List[0].workOrderTime || ''
} }
} }

Loading…
Cancel
Save