ソースを参照

【修改】bug

howie 3 年 前
コミット
959e4fa1ad
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/mixin/print.js

+ 1 - 1
src/mixin/print.js

@@ -193,7 +193,7 @@ export default {
               invoiceId: tempData.invoiceId,
               id: tempData.id,
               createTime: tempData.id
-                ? this.dateToDayFilter(tempData.createTime)
+                ? this.dateToDayFilter(data.createTime)
                 : '',
               enginOrderType:
                 tempData.orderType == "HOME" || tempData.orderType == "TRADE"