1
wangxinhui
6 天以前 e719f3e5d5d16ee8a9dece97d9889610507628ac
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/stock/stockInfo.vue
@@ -48,8 +48,10 @@
      });
      const searchFormOptions = ref([
        [
          { title: "托盘编号", field: "palletCode" },
          { title: "货位编号", field: "locationCode" },
          { title: "托盘编号", field: "palletCode",type:"like" },
          { title: "货位编号", field: "locationCode",type:"like" },
          {title: "库存组织", field:"materielInvOrgId",type:"select",dataKey:"materielInvOrgEnum",data:[]},
          {title: "物料编号", field:"materielCode",type:"like"},
        ],
      ]);
      const columns = ref([
@@ -64,34 +66,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",