diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue
index c926198..3b823ac 100644
--- a/src/pages/login/login/index.vue
+++ b/src/pages/login/login/index.vue
@@ -142,7 +142,7 @@ export default class LoginPage extends BasePage {
// console.log('Version////', this.Version);
}
///********版本号修改区域**********
- version = '0.0.128'; //正式版本号
+ version = '0.0.129'; //正式版本号
//version = '0.0.14'; //测试版本号
//***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本****************
//isTest = true;
diff --git a/src/pages/wms/Raw/ProductionREQ/index.vue b/src/pages/wms/Raw/ProductionREQ/index.vue
index f63fd4e..6390d9f 100644
--- a/src/pages/wms/Raw/ProductionREQ/index.vue
+++ b/src/pages/wms/Raw/ProductionREQ/index.vue
@@ -214,7 +214,11 @@ export default class ProductionREQ extends BasePage {
title: '请勿重复扫描标志卡',
});
this.Idcard = '';
- this.twofouces = true;
+ this.twofouces = false;
+ this.$nextTick(() => {
+ this.twofouces = true;
+ });
+
return;
}
}
@@ -242,6 +246,11 @@ export default class ProductionREQ extends BasePage {
//alreadyList.flage = true;
//不添加数量
}
+ this.Idcard = '';
+ this.twofouces = false;
+ this.$nextTick(() => {
+ this.twofouces = true;
+ });
},
});
} else {
@@ -257,14 +266,20 @@ export default class ProductionREQ extends BasePage {
type: 'waring',
});
this.Idcard = '';
- this.twofouces = true;
+ this.twofouces = false;
+ this.$nextTick(() => {
+ this.twofouces = true;
+ });
return;
}
//alreadyList.handlematerialCode = alreadyList.materialCode.slice(alreadyList.materialCode.search(/[1-9]/));
this.Idcard = '';
- this.twofouces = true;
+ this.twofouces = false;
+ this.$nextTick(() => {
+ this.twofouces = true;
+ });
}
}
confirmNumber(changeobj) {
diff --git a/src/pages/wms/Raw/ReceivePO/index.vue b/src/pages/wms/Raw/ReceivePO/index.vue
index c194c0d..ec9807a 100644
--- a/src/pages/wms/Raw/ReceivePO/index.vue
+++ b/src/pages/wms/Raw/ReceivePO/index.vue
@@ -116,6 +116,10 @@
托盘:
{{ item.sn }}
+
+ 打印顺序:
+ {{ item.userDefined9 }}
+
实际收货:
diff --git a/src/pages/wms/Raw/ReceiveSRM/index.vue b/src/pages/wms/Raw/ReceiveSRM/index.vue
index 45cbca8..58ee435 100644
--- a/src/pages/wms/Raw/ReceiveSRM/index.vue
+++ b/src/pages/wms/Raw/ReceiveSRM/index.vue
@@ -122,6 +122,10 @@
托盘:
{{ item.sn }}
+
+ 打印顺序:
+ {{ item.userDefined9 }}
+
实际收货:
@@ -301,7 +305,10 @@ export default class receiveSRM extends BasePage {
return item.handlematerialCode == this.bimWl.value;
});
this.receivedlist = [];
- this.locfouces = true;
+ this.locfouces = false;
+ this.$nextTick(() => {
+ this.locfouces = true;
+ });
}
selectProductCodeType(e) {
console.log(e);
@@ -373,7 +380,10 @@ export default class receiveSRM extends BasePage {
//this.confirmNumber();
this.Idcard = '';
- this.twofouces = true;
+ this.twofouces = false;
+ this.$nextTick(() => {
+ this.twofouces = true;
+ });
}
}
histroyItem: any = {};
@@ -385,7 +395,10 @@ export default class receiveSRM extends BasePage {
};
await this.model.getworkloc(params);
this.waCodeList = model.workloclist;
- this.twofouces = true;
+ this.twofouces = false;
+ this.$nextTick(() => {
+ this.twofouces = true;
+ });
}
selectProductwaCode(e: any) {
this.waCodeTypeList = e.pickerName;