Commit 8a671043 by 13420

销售开票bug调整

parent 59080613
......@@ -28,7 +28,7 @@ $(function() {
$("#SELECT_BILL").on("click",addFunc);
$("#SUBMIT").on("click",submitFunc);
$("#BTN_BILL").on("click",billFunc);
$("#SAVE").on("click",saveFunc);
$("#BII_SAVE").on("click",saveFunc);
grid.dataSource.bind("change",function(e){
var item = e.items[0];
if(e.field == "taxPoints"){
......@@ -42,13 +42,6 @@ $(function() {
}
loadChange(grid,e,"price");
}
}
)
......@@ -97,9 +90,6 @@ function addFunc() {
});
}
/**
* 保存
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment