dengjunjie
5 天以前 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/SelectedStock.vue
@@ -80,6 +80,12 @@
  components: { VolBox },
  data() {
    return {
      outStockStatus: [
        { key: 0, value: "已分配" },
        { key: 1, value: "出库中" },
        { key: 2, value: "出库完成" },
        { key: 99, value: "撤销" },
      ],
      row: null,
      showDetialBox: false,
      tableData: [],
@@ -109,6 +115,7 @@
          title: "单据类型",
          type: "string",
          width: 90,
          bind: { key: "outOrderType", data: [] },
        },
        {
          prop: "batchNo",
@@ -135,18 +142,18 @@
          width: 150,
          hidden: true,
        },
        {
          prop: "originalQuantity",
          title: "原始库存量",
          type: "string",
          width: 100,
        },
        {
          prop: "assignQuantity",
          title: "分配出库量",
          type: "string",
          width: 100,
        },
        // {
        //   prop: "originalQuantity",
        //   title: "原始库存量",
        //   type: "string",
        //   width: 100,
        // },
        // {
        //   prop: "assignQuantity",
        //   title: "分配出库量",
        //   type: "string",
        //   width: 100,
        // },
        {
          prop: "palletCode",
          title: "托盘编号",
@@ -162,8 +169,15 @@
        {
          prop: "status",
          title: "状态",
          type: "string",
          type: "select",
          // width: 180,
          bindKey: "outStockStatus",
        },
        // {
        //   prop: "status",
        //   title: "状态",
        //   type: "string",
        // },
      ],
    };
  },