Browse Source

2024-06-18 更新

master
fengyuan_yang 2 years ago
parent
commit
246537bcb8
  1. 2
      src/views/modules/common/Chooselist.vue
  2. 2
      src/views/modules/part/partInformation.vue

2
src/views/modules/common/Chooselist.vue

@ -211,7 +211,7 @@ export default {
}
if (this.tagNo <1000 && this.tagNo !== 93){
if (this.param4) {
sql += " and site=" + this.param4
sql += " and site=" + "'" + this.param4 + "'"
}
}
}

2
src/views/modules/part/partInformation.vue

@ -3728,7 +3728,7 @@
this.modalDisableFlag = false
this.modalFlag = true
} else {
this.$message.error('获取项目物料编码失败!')
this.$message.error(data.msg)
}
})
},

Loading…
Cancel
Save