优化单据的代码结构

This commit is contained in:
季圣华
2020-09-26 12:14:04 +08:00
parent cfbe754be0
commit 079fa47690
20 changed files with 16393 additions and 20 deletions

View File

@@ -415,7 +415,7 @@
}
function turnBillDetailPage(number, type) {
js.addTabPage(null, "单据明细", "/pages/materials/bill_detail.html?n="+ number + "&type=" + type);
js.addTabPage(null, "单据明细", "/pages/bill/bill_detail.html?n="+ number + "&type=" + type);
}
/**