#145 发运单优化

Merged
Liwei merged 1 commits from feature_supplier into develop 3 years ago
  1. +1
    -1
      src/views/quality/component/shipmentCode.vue

+ 1
- 1
src/views/quality/component/shipmentCode.vue View File

@ -42,7 +42,7 @@ export default {
//
enterPress() {
this.statusInfo = ''
if (this.pickCode.indexOf('PACK-') != -1) { //
if (this.pickCode.indexOf('P-') != -1) { //
if (!this.shipOrderId) {
this.msgInfo('请先扫描发运单!')
return


Loading…
Cancel
Save