解决单据明细点击不能弹出的bug
This commit is contained in:
@@ -330,4 +330,8 @@
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function turnBillDetailPage(number, type) {
|
||||
js.addTabPage(null, "单据明细", "/pages/materials/bill_detail.html?n="+ number + "&type=" + type);
|
||||
}
|
||||
Reference in New Issue
Block a user