8b1b8a60b6280c4aae555e6914103db644c36c4e..24190e4d563ba89f00db6985ec193de89a263d3e
2 天以前 yyb
退出登录token失效
24190e 对比 | 目录
2 天以前 yyb
导体计算磅差逻辑变更
7375ea 对比 | 目录
已修改2个文件
10 ■■■■ 文件已修改
pages/sys/user/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/wareHouse/nuclearScale/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/sys/user/index.vue
@@ -56,7 +56,13 @@
            url: "/pages/sys/login/index",
          });
        }, 500);
      });
      })
      .catch((err) => {
        this.$u.api.workReporting
                    .getWorkshopOrder({})
                    .then((res) => {
                    });
      })
    },
    navTo(url) {
      // uni.navigateTo({
pages/wareHouse/nuclearScale/index.vue
@@ -413,7 +413,7 @@
      this.form.forkliftWeight = this.modalList.forkliftWeight;
      switch (this.form.productType) {
        case "DT01":
          if (magnetic >= 0 && magnetic <= 3) {
          if (magnetic >= -3 && magnetic <= 3) {
            this.allSubmit();
          } else {
            this.$u.toast("磅差:" + magnetic + ",请车间核查");