1
huangxiaoqiang
2025-11-21 97a9ad53c6d1ac097f46f0b5d4d4d53547c9efe4
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionoutOrderDetail.vue
@@ -34,8 +34,7 @@
      </div> -->
      <div class="box-table" style="margin-top: 1%">
        <el-table ref="singleTable" :data="tableData" style="width: 100%; height: 630px" highlight-current-row
           height="500px" @row-click="handleRowClick"
          @selection-change="handleSelectionChange">
          height="500px" @row-click="handleRowClick" @selection-change="handleSelectionChange">
          <el-table-column type="selection" width="55"> </el-table-column>
          <el-table-column label="序号" type="index" fixed="left" width="55" align="center"></el-table-column>
          <el-table-column v-for="(item, index) in tableColumns.filter((x) => !x.hidden)" :key="index" :prop="item.prop"
@@ -124,7 +123,7 @@
          prop: "remark",
          title: "是否有库存",
          type: "tags",
          width:120,
          width: 120,
        },
        {
          prop: "orderQuantity",
@@ -279,7 +278,7 @@
        "AreaId": this.areaId,
      }
      this.http
        .post("api/ProductionOutboundOrder/GeneratetProductOutboundTask", param, "数据处理中")
        .post("api/ProductionOutboundOrder/GeneratetProductOutboundTask", param, "数据处理中...")
        .then((x) => {
          if (!x.status) return this.$message.error(x.message);
          this.$message.success("操作成功");