Browse Source

修改库存转移提示

lijuncheng0816
lijuncheng 1 month ago
parent
commit
95ccec7137
  1. 8
      src/pages/inventoryMove/coms/comMoveRecord.vue

8
src/pages/inventoryMove/coms/comMoveRecord.vue

@ -355,10 +355,10 @@
this.showErrorMessage("请先选择目标库位")
return;
}
if(this.fromLocationCode==this.toLocationCode){
this.showErrorMessage("来源库位和目标库位不能一致")
return;
}
// if(this.fromLocationCode==this.toLocationCode){
// this.showErrorMessage("")
// return;
// }
if (this.detailSource.length > 0 && this.detailSource[0].subList.length > 0) {
//

Loading…
Cancel
Save