zhanghonglin
10 天以前 cfb3f2c7e9cde8cc2eb2a19263d0802c0c5410a3
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrde.vue
@@ -58,13 +58,57 @@
        align: "left"
      },
      {
        field: "OrderNo",
        title: "单据编号",
        field: "num",
        title: "数量",
        type: "string",
        width: 90,
        align: "left"
      },
      {
        field: "materielName",
        title: "物料名称",
        type: "string",
        width: 90,
        align: "left"
      },
      {
        field: "boundOrderCode",
        title: "单据单号",
        type: "string",
        width: 90,
        align: "left"
      },
      {
        field: "boundOrderType",
        title: "单据类型",
        type: "int",
        width: 90,
        align: "left",
        bind: {
          key: "FillingStatusEnum",
          data: [
            { key: "1", value: "发货出库" },
            { key: "2", value: "其他出库" },
            { key: "3", value: "移库出库" },
          ]
        }
      },
      {
        field: "boundOrderStatue",
        title: "单据状态",
        type: "int",
        width: 90,
        align: "left",
        bind: {
          key: "FillingStatusEnum",
          data: [
            { key: "1", value: "新建单据" },
            { key: "2", value: "单据执行中" },
            { key: "3", value: "单据已完成" },
          ]
        }
      },
      {
        field: "creater",
        title: "创建人",
        type: "string",