Browse Source

首次提交

master
常熟吴彦祖 2 months ago
parent
commit
29b8f52931
  1. 7
      src/views/modules/material/com_poReceiving_add_or_update.vue

7
src/views/modules/material/com_poReceiving_add_or_update.vue

@ -761,6 +761,7 @@
this.$nextTick(() => { this.$refs.scan.focus();})
},
scanSaveCach(){
let str=this.scanSerial;
let arr = str.split(",")
if(arr.length<7){
@ -776,13 +777,13 @@
let year = yearPrefix + batchNo[0]; //
let month = ""; //
switch (batchNo[1]) {
case "x":
case "0":
month = "10";
break;
case "y":
case "X":
month = "11";
break;
case "z":
case "Y":
month = "12";
break;
default:

Loading…
Cancel
Save