dengjunjie
2025-02-24 733e63cb362f17aea4a1020654fa348a0d0c1f06
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/StockSelect.vue
@@ -81,9 +81,9 @@
        <el-button type="primary" size="small" @click="outbound"
          >直接出库</el-button
        >
        <el-button type="primary" size="small" @click="lockStock"
        <!-- <el-button type="primary" size="small" @click="lockStock"
          >锁定库存</el-button
        >
        > -->
        <el-button type="danger" size="small" @click="showDetialBox = false"
          >关闭</el-button
        >
@@ -113,18 +113,24 @@
          type: "string",
          width: 150,
        },
        // {
        //   prop: "palletCode",
        //   title: "托盘编号",
        //   type: "string",
        //   width: 150,
        // },
        {
          prop: "palletCode",
          title: "托盘编号",
          prop: "batchNo",
          title: "批次号",
          type: "string",
          width: 150,
        },
        {
          prop: "locationCode",
          title: "货位编号",
          type: "string",
          width: 180,
        },
        // {
        //   prop: "locationCode",
        //   title: "货位编号",
        //   type: "string",
        //   width: 180,
        // },
        {
          prop: "useableQuantity",
          title: "可用数量",