소스 검색

Merge branch 'master' of https://gitee.com/panxingxin/sgApp

panxingxin 5 년 전
부모
커밋
1634c1110b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/es-apply-scan/es-apply-scan.page.html

+ 1 - 1
src/app/es-apply-scan/es-apply-scan.page.html

@@ -19,7 +19,7 @@
 <ion-content>
   <ion-item>
     <ion-label>入库申请单号:</ion-label>
-    <ion-input #scanInput clear-on-edit autofocus type="number" (ionFocus)="hideKeyboard()" (keyup)="getCodeInput($event)"
+    <ion-input #scanInput clear-on-edit autofocus (ionFocus)="hideKeyboard()" (keyup)="getCodeInput($event)"
       [(ngModel)]="scanCode"></ion-input>
   </ion-item>
   <!-- <ion-list style="margin-bottom: 0px;" *ngFor="let es of esStoreList index as i"> -->