wzy 7 hónapja
szülő
commit
0650538257
2 módosított fájl, 3 hozzáadás és 2 törlés
  1. 2 1
      src/views/finance/list/index.vue
  2. 1 1
      src/views/shop/exchange/index.vue

+ 2 - 1
src/views/finance/list/index.vue

@@ -254,7 +254,8 @@ export default {
       },
       formInline: {
         condition: '1', // 时间条件 1-日汇总 2-月汇总
-        time: '' // 时间值
+        time: '', // 时间值
+        paymentMode:4
       },
       tableDatas: [],
       isVisible: false,

+ 1 - 1
src/views/shop/exchange/index.vue

@@ -95,8 +95,8 @@ export default {
 
             let urlCode = ""
             if(process.env.NODE_ENV == "production"){
+                // urlCode = `https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=498&shopName=牛鼎膳`
                 urlCode = `https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
-                // urlCode = `https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=491&shopName=测试小店`
             }else{
                 urlCode = `https://test.tuanfengkeji.cn/TFShop_Uni_H5/#/another-tf/another-user/exchange/index?shopId=${shopId}&shopName=${this.codeInfo.shopName}`
             }