Mr.Zhang
2023-09-14 e4b524d3150ee0f67cd60a07badf71e7bdc66e72
小程序
已修改4个文件
15 ■■■■■ 文件已修改
minipro_standard/pages_adjust/pages/warehousingDetails/warehousingDetails.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
platform_web/src/views/business/companyLoginLog.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
platform_web/src/views/business/workbench.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
platform_web/src/views/system/loginLog.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/pages_adjust/pages/warehousingDetails/warehousingDetails.vue
@@ -269,10 +269,9 @@
            // 跳转出库入库
            submit() {
                if (this.data.status === 0) { // 出库
                    console.log('出库')
                    // router.push({ name: 'issueOperation', query: { id: route.query.id, type: 7 } })
                    uni.navigateTo({
                        url: `/pages/OutOperation/OutOperation?id=${this.id}&type=7`
                        url: `/pages_inspect/pages/OutOperation/OutOperation?id=${this.id}&type=7`
                    });
                } else if (this.data.status === 1) { // 入库
                    if (this.data.type === 3) { // 备料确认
@@ -280,9 +279,8 @@
                        // router.push({ name: 'orderStock', query: { id: route.query.id, status: data.value.status, next: 1 } })
                        return
                    }
                    console.log('入库')
                    uni.navigateTo({
                        url: `/pages/InOperation/InOperation?id=${this.id}&type=7`
                        url: `/pages_inspect/pages/InOperation/InOperation?id=${this.id}&type=7`
                    });
                    // router.push({ name: 'warehousing', query: { id: route.query.id, type: 7 } })
                }
platform_web/src/views/business/companyLoginLog.vue
@@ -99,7 +99,10 @@
       return '羚羊平台'
      }else  if (value == 3) {
       return 'EDGP平台'
      }else{
      }else  if (value == 4) {
       return '微信小程序'
      }
      else{
        return 'pc-平台';
      }
    }
platform_web/src/views/business/workbench.vue
@@ -130,7 +130,7 @@
        yAxis: {},
        series: [
          {
            name: '销量',
            name: '登录次数',
            type: 'line',
            data: num
          }
platform_web/src/views/system/loginLog.vue
@@ -137,6 +137,8 @@
       return '羚羊平台'
      }else  if (value == 3) {
       return 'EDGP平台'
      }else  if (value == 4) {
       return '微信小程序'
      }else{
        return 'pc-平台';
      }