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