Browse Source

Merge pull request '发运单优化' (#145) from feature_supplier into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_GAAS_GFrame_WEBFRONT/pulls/145
Reviewed-by: Liwei <wei.li@le-it.com.cn>
pull/146/head
Liwei 3 years ago
parent
commit
a69240df39
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