Browse Source

发运单优化

pull/145/head
wangxy 3 years ago
parent
commit
5812f02e9a
1 changed files with 1 additions and 1 deletions
  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() { enterPress() {
this.statusInfo = '' this.statusInfo = ''
if (this.pickCode.indexOf('PACK-') != -1) { //
if (this.pickCode.indexOf('P-') != -1) { //
if (!this.shipOrderId) { if (!this.shipOrderId) {
this.msgInfo('请先扫描发运单!') this.msgInfo('请先扫描发运单!')
return return


Loading…
Cancel
Save