Browse Source

修改退料卡顿

hella_online_20250522
李俊城 1 month ago
parent
commit
2746517fd1
  1. 4
      src/pages/productionReturn/job/okToReturnDetail.vue
  2. 2
      src/pages/productionReturn/job/returnDetail.vue

4
src/pages/productionReturn/job/okToReturnDetail.vue

@ -41,7 +41,7 @@
<!-- <win-scan-pack-and-location ref="scanPopup" @getResult='getScanResult'></win-scan-pack-and-location> --> <!-- <win-scan-pack-and-location ref="scanPopup" @getResult='getScanResult'></win-scan-pack-and-location> -->
<win-scan-pack ref="scanPopup" @getResult='getScanResult' headerType="HMQ,HPQ"></win-scan-pack> <win-scan-pack ref="scanPopup" @getResult='getScanResult' headerType="HMQ,HPQ"></win-scan-pack>
<detail-info-popup ref="detailInfoPopup"></detail-info-popup> <detail-info-popup ref="detailInfoPopup"></detail-info-popup>
<comMessage style="z-index: 100;" ref="comMessage"></comMessage> <comMessage ref="comMessage"></comMessage>
</view> </view>
</template> </template>
@ -318,7 +318,7 @@
} }
} }
} }
this.scanPopupGetFocus(); // this.scanPopupGetFocus();
} catch (e) { } catch (e) {
this.showErrorMessage(e.message); this.showErrorMessage(e.message);
} }

2
src/pages/productionReturn/job/returnDetail.vue

@ -318,7 +318,7 @@
} }
} }
} }
this.scanPopupGetFocus(); // this.scanPopupGetFocus();
} catch (e) { } catch (e) {
this.showErrorMessage(e.message); this.showErrorMessage(e.message);
} }

Loading…
Cancel
Save