liulijun
2025-11-24 9086b238cd9fbb9fbeae7cab11d59576cd9d2853
ÏîÄ¿´úÂë/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue
@@ -11,12 +11,12 @@
        <el-alert :closable="false" style="width: 100%">
          <el-row>
            <el-col :span="24">
              <span class="less-style">物料名称: {{ row.materielName }} </span>
              <span class="less-style">物料名称: {{ row.materialName }} </span>
              <el-divider direction="vertical"></el-divider>
              <span class="less-style">物料编号: {{ row.materialNo }} </span>
              <el-divider direction="vertical"></el-divider>
              <span class="less-style"
                >需求数量: {{ row.totalUsage }}
                >需求数量: {{ row.xqLen }}
              </span>
              <el-divider direction="vertical"></el-divider>
              <span class="less-style"
@@ -124,6 +124,18 @@
          width: 150,
        },
        {
          prop: "materialWide",
          title: "物料幅宽",
          type: "string",
          width: 100,
        },
        {
          prop: "materialWeight",
          title: "物料重量",
          type: "string",
          width: 100,
        },
        {
          prop: "stockId",
          title: "库存主键",
          type: "string",
@@ -150,7 +162,7 @@
        },
        {
          prop: "taskNum",
          title: "出库任务号",
          title: "出库任务",
          type: "string",
          width: 100,
        },
@@ -158,13 +170,13 @@
          prop: "palletCode",
          title: "条码编号",
          type: "string",
          width: 150,
          width: 130,
        },
        {
          prop: "locationCode",
          title: "货位编号",
          type: "string",
          width: 180,
          width: 200,
        },
        {
          prop: "status",