Commit e6b21691 authored by xuzhuo's avatar xuzhuo

大屏当日订单量跳转

parent 6c5627a3
...@@ -194,7 +194,7 @@ export default { ...@@ -194,7 +194,7 @@ export default {
data() { data() {
return { return {
//TODO 上线改掉 //TODO 上线改掉
today: "2023-05-18", today: "2023-06-26",
// today: moment().format("yyyy-MM-DD"), // today: moment().format("yyyy-MM-DD"),
yyqk: { yyqk: {
yye: { yye: {
...@@ -711,7 +711,7 @@ export default { ...@@ -711,7 +711,7 @@ export default {
this.drddl.amount = conver_amont(data.cur_sell_settle_amount); this.drddl.amount = conver_amont(data.cur_sell_settle_amount);
this.drddl.weight = conver_amont(data.cur_unit_weight); this.drddl.weight = conver_amont(data.cur_unit_weight);
this.drydl.count = conver_amont(data.drydl_count); this.drydl.count = data.drydl_count;
this.drydl.weight = conver_amont(data.drydl_weight); this.drydl.weight = conver_amont(data.drydl_weight);
this.drwcl.amount = conver_amont(data.cur_finish_sell_settle_amount); this.drwcl.amount = conver_amont(data.cur_finish_sell_settle_amount);
......
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