1
huangxiaoqiang
2025-11-10 8f7e6826d51a25c7b368c210dbb321d423d24a85
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/InboundOrder/PrintPalletCode.vue
@@ -3,7 +3,7 @@
    <template #content>
      <el-form ref="form" :model="form" label-width="90px">
        <el-form-item label="打印个数">
          <el-input type="text" v-model="this.num" ></el-input>
          <el-input type="text" v-model="this.num"></el-input>
        </el-form-item>
      </el-form>
    </template>
@@ -29,7 +29,7 @@
  },
  data() {
    return {
      num: 0,
      num: 1,
      show: false,
    };
  },
@@ -39,8 +39,8 @@
    },
    submit() {
      this.$emit("parentCall", ($vue) => {
        this.http.post("api/InboundOrder/PrintPalletCode?num="+this.num, "").then((x) => {
        this.http.post("api/InboundOrder/PrintPalletCode?num=" + this.num, "", "数据处理中...").then((x) => {
          if (!x.status) {
            this.$message.error(x.message);
          } else {