|
@@ -1084,6 +1084,7 @@ struct ProcessIndex {
|
|
|
// 选择工位和用户弹窗控制器
|
|
|
loginInfoController: CustomDialogController = new CustomDialogController({
|
|
|
builder: LoginInfoDialog({
|
|
|
+ scanState: this.scanState,
|
|
|
searchDept:()=>{this.SwitchingDeptController.open()},
|
|
|
searchStation:()=>{this.SwitchingStationController.open()},
|
|
|
searchProductLine:()=>{this.SwitchingProductLineController.open()},
|
|
@@ -1127,7 +1128,7 @@ struct ProcessIndex {
|
|
|
onConfirm:(num:number)=>{
|
|
|
const index = this.currentUnqualifiedIndex;
|
|
|
if (this.reportList[index]) {
|
|
|
- this.reportList[index].unqualifiedNum = String(num);
|
|
|
+ this.reportList[index].defectNum = String(num);
|
|
|
this.reportList = [...this.reportList];
|
|
|
}
|
|
|
}
|