snow 1 anno fa
parent
commit
fe39a53d66

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


BIN
dist/static/js/app.036597ee.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.226d0de1.js


BIN
dist/static/js/app.226d0de1.js.gz


+ 4 - 6
src/components/newReport/src/notDeliverGood.vue

@@ -188,16 +188,16 @@ export default {
               result: this.months.reduce((pre,month) => {
                return {
                 ...pre,
+                status:current.result.status ? current.result.status : '--',
                 [month]:{
-                  '1': current.result[month] && current.result[month]['1'] ? current.result[month]['1'] : {num: 0 ,send_status : null},
-                  '2': current.result[month] && current.result[month]['2'] ? current.result[month]['2'] : {num: 0, send_status : null },
+                  '1': current.result[month] && current.result[month]['1'] ? { ... current.result[month]['1']} : {num: 0 ,send_status : null},
+                  '2': current.result[month] && current.result[month]['2'] ? {...current.result[month]['2']} : {num: 0, send_status : null },
                 }
               }
               },{})
             }]
         },[])
 
-        console.log(this.tableData)
 
         const totalItemDefault = this.months.reduce((prev,month) => ({
           ...prev,
@@ -233,10 +233,8 @@ export default {
           }
         }),{})
 
-
+        console.log(this.tableData)
         noAddr.result.status = "--"
-
-        console.log(noAddr)
         this.tableData.push(noAddr)
       } else {
         this.tableData = [];

Some files were not shown because too many files changed in this diff