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
}