snow 4 months ago
parent
commit
8a96b4bc0a

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.21961c82.css


BIN
dist/static/css/app.21961c82.css.gz


BIN
dist/static/css/app.3d99445c.css.gz


BIN
dist/static/js/app.57108eca.js.gz


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


BIN
dist/static/js/app.e4cfecab.js.gz


+ 2 - 4
src/pages/accountsReceivable.vue

@@ -113,7 +113,7 @@ export default {
   },
   data() {
     return {
-      isShow:false,
+      isShow: false,
       total:{
         day:0,
         month:0,
@@ -149,9 +149,7 @@ export default {
        this.state.loading = true;
        const openid = getOpenid()
        const code = getParameterByName('code')
-       const result = await userRequest.userinfo({ 
-         ...( openid ? { openid } :  { code })
-        })
+       const result = await userRequest.userinfo({ ...( openid ? { openid } :  { code }) })
 
         this.state.loading = false
         switch(Number(result.code)){

+ 1 - 1
src/pages/index.vue

@@ -22,7 +22,7 @@ export default {
         { label:'5.发货情况', link: '/?path=stock'},
         { label:'7.库存情况', link:'?path=newStock'},
         { label:'1.业绩报表(2023版)', link: '/?path=results'},
-        { label: '测试', link: '/?path=newResultInfo'},
+        // { label: '测试', link: '/?path=newResultInfo'},
         { label: '业务公司订单统计', link: '/?path=newReporting' }
       ]
     }

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