wangxinhui
2025-04-08 dcecb039035f4b2e82e31c39b74db9402444c536
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue
@@ -15,6 +15,8 @@
                <el-divider direction="vertical"></el-divider>
                <span class="less-style">产品版本: {{ row.pVer }} </span>
                <el-divider direction="vertical"></el-divider>
                <span class="less-style">销售订单: {{ row.saleOrder }} </span>
                <el-divider direction="vertical"></el-divider>
                <span class="less-style"
                  >需求数量: {{ row.qtyPcs }}
                </span>
@@ -104,12 +106,12 @@
            width: 150,
            hidden: true,
          },
          {
            prop: "orderType",
            title: "单据类型",
            type: "string",
            width: 90,
          },
          // {
          //   prop: "orderType",
          //   title: "单据类型",
          //   type: "string",
          //   width: 90,
          // },
          {
            prop: "batchNo",
            title: "批次号",
@@ -167,7 +169,7 @@
          },
          {
            prop: "palletCode",
            title: "托盘编号",
            title: "胶框号",
            type: "string",
            width: 150,
          },
@@ -194,7 +196,7 @@
      getData() {
        this.http
          .post(
            "api/OutStockLockInfo/GetByOrderDetailId?orderDetailId=" +
            "api/OutProStockInfo/GetByOrderDetailId?orderDetailId=" +
              this.row.id,
            null,
            "查询中"