fixed bug

This commit is contained in:
chenjianan
2019-06-19 10:02:02 +08:00
parent 163a63ecba
commit dadf3df1c7

View File

@@ -79,7 +79,7 @@ export function saveRemark(price, num1, num2, num3, num4, num5) {
method: 'post',
data: {
type: '4',
name: `update 采购管理_询价单明细_视图 set 备注 = ${price} where isnull(物料流水号,0) = isnull('${num1}',0) and 询价单流水号 = ${num2} and isnull(零件名称,'') = '${num3}' and isnull(零件图号,'') = '${num4}' and (isnull(规格,'') = '${num5}' or isnull(物料规格,'') = '${num5}')`
name: `update 采购管理_询价单明细_视图 set 备注 = '${price}' where isnull(物料流水号,0) = isnull('${num1}',0) and 询价单流水号 = ${num2} and isnull(零件名称,'') = '${num3}' and isnull(零件图号,'') = '${num4}' and (isnull(规格,'') = '${num5}' or isnull(物料规格,'') = '${num5}')`
}
})
}