dengjunjie
2024-11-14 c827fe7b0c5b3b444d76ba0d96a2649c764630dd
ÏîÄ¿´úÂë/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: [],
@@ -162,8 +168,15 @@
        {
          prop: "status",
          title: "状态",
          type: "string",
          type: "select",
          // width: 180,
          bindKey: "outStockStatus",
        },
        // {
        //   prop: "status",
        //   title: "状态",
        //   type: "string",
        // },
      ],
    };
  },