From 86fb42242926cd0733f1246a47d984361d3b444e Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Tue, 9 Jan 2024 23:11:40 +0800
Subject: [PATCH] =?UTF-8?q?2024-01-08=20=E5=8D=87=E7=BA=A7bu2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/partspare/partspare-add-or-update.vue | 6 +++---
src/views/modules/qc/qcPartAttribute.vue | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/modules/partspare/partspare-add-or-update.vue b/src/views/modules/partspare/partspare-add-or-update.vue
index 9a47791..6bb3870 100644
--- a/src/views/modules/partspare/partspare-add-or-update.vue
+++ b/src/views/modules/partspare/partspare-add-or-update.vue
@@ -55,7 +55,7 @@
- 货位编码
+ 货位编码
货位编码
@@ -118,7 +118,7 @@ export default {
if (val === 502) {
strVal = this.dataForm.warehouseId
}
- if (val === 112) {
+ if (val === 506) {
strVal = this.dataForm.locationId
let whereValue = this.dataForm.warehouseId ? "'" + this.dataForm.warehouseId + "'" : "'*'"
conSql = ' and warehouse_id = ' + whereValue
@@ -135,7 +135,7 @@ export default {
if (this.tagNo === 502) {
this.dataForm.warehouseId = val.warehouse_id
}
- if (this.tagNo === 112) {
+ if (this.tagNo === 506) {
this.dataForm.locationId = val.location_id
}
},
diff --git a/src/views/modules/qc/qcPartAttribute.vue b/src/views/modules/qc/qcPartAttribute.vue
index 3d6fa9d..9a38ede 100644
--- a/src/views/modules/qc/qcPartAttribute.vue
+++ b/src/views/modules/qc/qcPartAttribute.vue
@@ -112,7 +112,7 @@
- 物料编码:
+ 物料编码:
物料编码:
@@ -1240,7 +1240,7 @@
this.tagNo = val
this.$nextTick(() => {
let strVal = ''
- if (val === 206) {
+ if (val === 507) {
strVal = this.modalData.partNo
this.$refs.baseList.init(val, strVal)
}
@@ -1261,7 +1261,7 @@
// 列表方法的回调
getBaseData (val) {
- if (this.tagNo === 206) {
+ if (this.tagNo === 507) {
this.modalData.partNo = val.part_no
this.modalData.partDesc = val.part_desc
}