From 39607cc49e13f4d69d2d1ddf69f8e769eea714bc Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期五, 29 十二月 2023 16:50:57 +0800
Subject: [PATCH] modified: src/api/warehouse/pallettransports.js modified: src/views/warehouse/pallettransports/index.vue
---
src/views/quality/rawMaterial/rawMaterial-form.vue | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/views/quality/rawMaterial/rawMaterial-form.vue b/src/views/quality/rawMaterial/rawMaterial-form.vue
index fd7022f..8b98203 100644
--- a/src/views/quality/rawMaterial/rawMaterial-form.vue
+++ b/src/views/quality/rawMaterial/rawMaterial-form.vue
@@ -568,19 +568,18 @@
getResultInfo(data){
if(!data.includes("part_no")){
this.$message({
- message: '鏈瘑鍒嚭浜屼綅鐮侀浂浠朵俊鎭紒',
+ message: '鏈瘑鍒嚭浜岀淮鐮侀浂浠朵俊鎭紒',
type: 'warning'
});
}
let obj=JSON.parse(data)
let info={"code":obj["part_no"]}
- console.log("鍊�",info);
if(info.code!=undefined&&info.code!=''){
this.paramObj = info
this.showPart = true
}else{
this.$message({
- message: '鏈瘑鍒嚭浜屼綅鐮侀浂浠朵俊鎭紒',
+ message: '鏈瘑鍒嚭浜岀淮鐮侀浂浠朵俊鎭紒',
type: 'warning'
});
}
@@ -590,9 +589,9 @@
},
// 鎵撳紑鐩告満
Turnonthecamera() {
- this.qrcode = true
- this.$refs.codeCompont.openCamera()
- },
+ this.qrcode = true
+ this.$refs.codeCompont.openCamera()
+ },
// 纭鍥炶皟
selectPart(param, nodePart, index) {
if (typeof param !== 'undefined') {
--
Gitblit v1.9.3