|
@@ -4,11 +4,11 @@
|
|
|
<ion-menu-button></ion-menu-button>
|
|
|
</ion-buttons>
|
|
|
<ion-title>待备样</ion-title>
|
|
|
- <ion-buttons slot="end" *ngIf="scanCode">
|
|
|
+ <!-- <ion-buttons slot="end" *ngIf="scanCode">
|
|
|
<ion-button (click)="managePending()">
|
|
|
备货完成
|
|
|
</ion-button>
|
|
|
- </ion-buttons>
|
|
|
+ </ion-buttons> -->
|
|
|
</ion-toolbar>
|
|
|
</ion-header>
|
|
|
|
|
@@ -66,11 +66,10 @@
|
|
|
<ion-label>数量: </ion-label>
|
|
|
<ion-input [(ngModel)]='storeSample.count'></ion-input>
|
|
|
</ion-item>
|
|
|
-
|
|
|
- <!-- <div class="ion-padding" *ngIf="scanCode">
|
|
|
+ <div class="ion-padding">
|
|
|
<ion-button color="primary" type="submit" expand="block" (click)="managePending(storeSample)">
|
|
|
- 备货完成</ion-button>
|
|
|
- </div> -->
|
|
|
+ 备样完成</ion-button>
|
|
|
+ </div>
|
|
|
</ion-card-content>
|
|
|
</ion-card>
|
|
|
</ion-content>
|