根据商品id查询单据列表接口-完善

This commit is contained in:
季圣华
2018-12-24 21:03:07 +08:00
parent b163bc1d4a
commit c0e43886a8
2 changed files with 3 additions and 3 deletions

View File

@@ -800,7 +800,7 @@
function getMaterialInOutList(mId, pageNo, pageSize) {
$.ajax({
type: "get",
url: "/depotItem/findDetailByTypeAndMaterialId.action",
url: "/depotItem/findDetailByTypeAndMaterialId",
dataType: "json",
data: ({
materialId: mId,