yyb
2025-10-23 5c1a553b74b8e4031ff5e6b1ff87dd99ddb3a033
pages/wareHouse/nuclearScale/index.vue
@@ -204,6 +204,7 @@
              </view>
              <view class="packing-registration-param-item-right">
                <u-input
                type="number"
                  class="item-one item-two"
                  v-model="modalList.verificationWeight"
                />
@@ -215,6 +216,7 @@
              </view>
              <view class="packing-registration-param-item-right">
                <u-input
                type="number"
                  class="item-one item-two"
                  v-model="modalList.forkliftWeight"
                />
@@ -443,11 +445,10 @@
        .then((res) => {
          this.$u.toast("提交成功");
          this.ScanCodeRecord = [];
          if (this.form.productTypeMap == "DT01") {
          // if (this.form.productTypeMap == "DT01") {
            this.modalList = {
              verificationWeight: "",
              forkliftWeight: "",
            };
            // };
          }
        })
        .catch((err) => {