解决单据明细点击不能弹出的bug

This commit is contained in:
季圣华
2019-10-03 17:18:28 +08:00
parent 7c49adbac9
commit 5e560832f0
11 changed files with 23 additions and 21 deletions

View File

@@ -330,4 +330,8 @@
} else {
return false;
}
}
}
function turnBillDetailPage(number, type) {
js.addTabPage(null, "单据明细", "/pages/materials/bill_detail.html?n="+ number + "&type=" + type);
}