Commit 77f29f99 authored by agping's avatar agping

1

parent 54000a47
......@@ -23,4 +23,4 @@
if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.ed9c563f3583d6d13ea16519e9d18dda.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.3ad8f94c2daf7000d841.js></script></body></html>
\ No newline at end of file
})(document, window);</script><link href=./static/css/app.dbfc691cd31ddc23e04c7388fae42b09.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.4b1e5ca996810098edd4.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -350,9 +350,9 @@
},
{
"msg" : "多收金额" ,
"str1" : list.length > 0 ? (list[0].money - list[0].price * that.typeExtLiu0 ? (list[0].money - list[0].price * that.typeExtLiu0).toFixed(2) : "-") :"-",
"str2" : list.length > 1 ? (list[1].money - list[1].price * that.typeExtLiu1 ? (list[1].money - list[1].price * that.typeExtLiu1).toFixed(2) : "-") :"-",
"str3" : list.length > 2 ? (list[2].money - list[2].price * that.typeExtLiu2 ? (list[2].money - list[2].price * that.typeExtLiu2).toFixed(2) : "-") :"-",
"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) : "-") :"-",
"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) : "-") :"-",
"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) : "-") :"-",
},
{
"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