wangxinhui
4 小时以前 c2cdf0b95d4c9214646c860609b8c838d6ffa779
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/stock/stockInfo.vue
@@ -64,34 +64,100 @@
          align: "left",
        },
        {
          field: "warehouseId",
          title: "仓库",
          type: "select",
          width: 90,
          align: "left",
          bind: { key: "warehouses", data: [] },
        },
        {
          field: "palletCode",
          title: "托盘编号",
          type: "string",
          width: 90,
          width: 190,
          align: "left",
        },
        {
          field: "locationCode",
          title: "货位编号",
          type: "string",
          width: 150,
          width: 190,
          align: "left",
        },
        // {
        //   field: "isFull",
        //   title: "是否满盘",
        //   type: "string",
        //   width: 150,
        //   align: "left",
        //   bind: { key: "yesno", data: [] },
        // },
         {
          field: "warehouseId",
          title: "仓库",
          type: "select",
        {
          field: "palletType",
          title: "托盘类型",
          type: "string",
          width: 110,
          align: "left",
          bind:{key: "locationTypeEnum", data: []}
        },
        {
          field: "materielInvOrgId",
          title: "库存组织",
          type: "string",
          width: 110,
          align: "left",
          bind:{key: "materielInvOrgEnum", data: []}
        },
        {
          field: "materielCode",
          title: "物料编号",
          type: "string",
          width: 120,
          align: "left",
      },
      {
          field: "materielName",
          title: "物料名称",
          type: "string",
          width: 120,
          align: "left",
      },
        {
          field: "stockAttribute",
          title: "物料类型",
          type: "string",
          width: 100,
          align: "left",
          bind: { key: "warehouses", data: [] },
          bind: { key: "materielTypeEnum", data: [] },
        },
        {
        field: "stockStatus",
        title: "库存状态",
        type: "string",
        width: 180,
        align: "left",
        bind: { key: "stockStatusEmun", data: [] },
      },
      {
          field: "materielWeight",
          title: "物料重量",
          type: "string",
          width: 110,
          align: "left",
      },
      {
          field: "materielThickness",
          title: "物料直径",
          type: "string",
          width: 110,
          align: "left",
      },
      {
          field: "materielWide",
          title: "物料幅宽",
          type: "string",
          width: 110,
          align: "left",
      },
        {
          field: "unit",
          title: "单位",
          type: "string",
          width: 80,
          align: "left",
        },
        {
          field: "creater",