yyb
2025-10-17 435036a0ccc171f00679f5db0b1922a098fcf2f2
pages/wareHouse/nuclearScale/index.vue
@@ -258,9 +258,9 @@
      modalList: {},
      showModal: false,
      productTypeMap: {
        1: "导体",
        2: "铜杆",
        3: "导体2.6",
        DTO1: "导体",
        TG01: "铜杆",
        DT02: "导体2.6",
      },
      ScanCodeRecord: [],
      background: {
@@ -443,6 +443,10 @@
        .then((res) => {
          this.$u.toast("提交成功");
          this.ScanCodeRecord = [];
          this.modalList = {
            verificationWeight: "",
            forkliftWeight: "",
          };
        })
        .catch((err) => {
          uni.hideLoading();