1
dengjunjie
2025-01-15 9c9223268982223d89d33badc487d5eb1b3bef37
´úÂë¹ÜÀí/»´°²PDA/pages/stash/receiveorderoutbound.vue
@@ -8,7 +8,7 @@
               <uni-forms-item :label="label" style="margin-top: -20px;"></uni-forms-item>
               <!-- <uni-forms-item label="单据类型:生产领料单" style="margin-top: -20px;"></uni-forms-item> -->
               <uni-forms-item label="内箱码:" style="margin-top: -20px;">
                  <uni-easyinput type="text" placeholder="请扫描内箱码" ref='midInput' :focus="focus"
                  <uni-easyinput type="text" placeholder="请扫描内箱码" ref='midInput' :focus="!focus"
                     v-model="innerCode" @input="innercodeInput" />
               </uni-forms-item>
               <uni-forms-item :label="PurchaseOrderNo" style="margin-top: -20px;"></uni-forms-item>
@@ -192,7 +192,7 @@
            remaindQty: "实际数量:",
            tagFocus: true,
            numberFocus: false,
            focus: true,
            focus: false,
            tag: "",
            number: "",
            tagmatCode: "物料编码:",
@@ -488,7 +488,8 @@
               var innerCode = this.innerCode;
               setTimeout(() => {
                  this.innerCode = "";
               }, 10);
                  this.focus=false;
               }, 1);
               this.$u.post('/api/MaterielInfo/CodeAnalysis?serNum=' + innerCode, {}).then((res) => {
                  if (res.status) {