Commit 2c963ac6 authored by agping's avatar agping

财务日报修改

parent fd430f6a
...@@ -23,4 +23,4 @@ ...@@ -23,4 +23,4 @@
if(!doc.addEventListener) return; if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false); win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false); doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.7c0cfcddc60c7caed6a0af70c37524b2.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.cfb0a51968e3515e25cc.js></script></body></html> })(document, window);</script><link href=./static/css/app.1d9082cf8bc2e7babd7a5d566509e563.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.802fee86aaed78281518.js></script></body></html>
\ No newline at end of file \ No newline at end of file
...@@ -350,9 +350,9 @@ ...@@ -350,9 +350,9 @@
}, },
{ {
"msg" : "多收金额" , "msg" : "多收金额" ,
"str1" : list.length > 0 ? (list[0].money - list[0].price * that.typeExtLiu0 ? (list[0].money - list[0].price * that.typeExtLiu0 + list[0].received_money).toFixed(2) : "-") :"-", "str1" : list.length > 0 ? (list[0].money - list[0].price * that.typeExtLiu0 + list[0].received_money*1? (list[0].money - list[0].price * that.typeExtLiu0 + list[0].received_money*1).toFixed(2) : "-") :"-",
"str2" : list.length > 1 ? (list[1].money - list[1].price * that.typeExtLiu1 ? (list[1].money - list[1].price * that.typeExtLiu1 + list[1].received_money).toFixed(2) : "-") :"-", "str2" : list.length > 1 ? (list[1].money - list[1].price * that.typeExtLiu1 + list[1].received_money*1? (list[1].money - list[1].price * that.typeExtLiu1 + list[1].received_money*1).toFixed(2) : "-") :"-",
"str3" : list.length > 2 ? (list[2].money - list[2].price * that.typeExtLiu2 ? (list[2].money - list[2].price * that.typeExtLiu2 + list[2].received_money).toFixed(2) : "-") :"-", "str3" : list.length > 2 ? (list[2].money - list[2].price * that.typeExtLiu2 + list[2].received_money*1? (list[2].money - list[2].price * that.typeExtLiu2 + list[2].received_money*1).toFixed(2) : "-") :"-",
}, },
{ {
"msg" : "支付方式" , "msg" : "支付方式" ,
......
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