|
@@ -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"> -->
|