摘要:
var table =document.getElementById("add_purchaseOrderDetailList_table"); var rows = table.rows.length; var colums = table.rows[0].cells.length; ... 阅读全文
摘要:
遇到一个情况,想通过表1的id找到表2,删除表2中barcode关联的库存数据,然后一直不能失败,如下:delete from 库存表 where BARCODE in( select BARCODE from 表1 where fmoveid= (select id from 表2 where P... 阅读全文