刘磊
2025-08-15 baad30699918c536d0b96e36df70b8f352d520e4
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Boxing/AddInfo.vue
@@ -18,7 +18,7 @@
        <!-- </el-form-item> -->
      </el-form>
      <el-button type="primary" @click="addItem">
        æ·»åŠ è¾“å…¥æ¡†
        æ·»åŠ ç‰©æ–™
      </el-button>
    </template>
@@ -79,9 +79,7 @@
          jsonData: JSON.parse(JSON.stringify(this.formData.items)),
          palletCode: this.palletCode,
        }
      };
      this.http.post("/api/BoxingInfo/AddBoxingInfo", params, true).then((x) => {
        if (!x.status) {
@@ -89,7 +87,7 @@
        } else {
          this.$Message.success("成功");
          this.palletCode = '';
          this.formData.items = [];
          this.formData.items =  [{ MaterilName: '' }, { num: '' }];
          this.show = false;
          $vue.refresh();
        }