1
huanghongfeng
2025-06-06 f5b8c1ae89286dada20ea433ffac84f4c9e72a29
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -39,7 +39,13 @@
      const editFormOptions = ref([
        [
        { title: "托盘编号", field: "palletCode" },
          { title: "物料类型", field: "materialType" },
        {
          title: "物料类型",
          field: "materialType",
          type: "select",
          dataKey: "InventoryMaterialType",
          data: [],
        },
          { title: "货位编号", field: "locationCode" },
          {
          title: "库存状态",
@@ -81,16 +87,17 @@
          dataKey: "InventoryMaterialType",
          data: [],
        },
          { title: "货位编号", field: "locationCode" },
          {
          { title: "货位编号", field: "locationCode",type: "like", },
        ],
        [
        {
          title: "库存状态",
          field: "stockStatus",
          type: "selectList",
          dataKey: "stockStatusEmun",
          data: [],
        },
        ],
        [
        {
          title: "物料状态",
          field: "wlstatus",
@@ -102,6 +109,10 @@
            field: "id",
            type: "like",
        },
        ],
        [
        { title: "创建时间", field: "createDate", type: "datetime" },
        { title: "生产时间", field: "mgeneratetime", type: "datetime" },
        ]
      ]);
      const columns = ref([
@@ -121,7 +132,8 @@
          type: "string",
          width: 90,
          align: "left",
          DisplayType:"link"
          DisplayType:"link",
          sort:true
        },
        {
          field: "palletCode",
@@ -129,7 +141,7 @@
          type: "string",
          width: 90,
          align: "left",
          DisplayType:"link"
          sort:true,
        },
        {
          field: "materialType",
@@ -137,6 +149,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
          bind: { key: "InventoryMaterialType", data: [] },
        },
        {
@@ -145,7 +158,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
        },
        {
          field: "wlstatus",
@@ -153,7 +166,15 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
          bind: { key: "InventoryMaterialStatus", data: [] },
        },{
          field: "mgeneratetime",
          title: "生产时间",
          type: "datetime",
          width: 160,
          align: "left",
          sort:true,
        },
        {
          field: "isFull",
@@ -161,6 +182,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
          bind: { key: "yesno", data: [] },
        },
        {
@@ -169,6 +191,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
          bind: { key: "stockStatusEmun", data: [] },
        },
        {
@@ -177,12 +200,14 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
        },{
          field: "remark",
          title: "备注",
          type: "string",
          width: 100,
          align: "left",
          sort:true,
        },
        {
          field: "creater",
@@ -190,6 +215,7 @@
          type: "string",
          width: 90,
          align: "left",
          sort:true,
        },
        {
          field: "createDate",
@@ -197,13 +223,16 @@
          type: "datetime",
          width: 160,
          align: "left",
          sort:true,
        },
        {
          field: "modifier",
          title: "修改人",
          type: "string",
          width: 100,
          align: "left",
          sort:true,
        },
        {
          field: "modifyDate",
@@ -211,6 +240,7 @@
          type: "datetime",
          width: 160,
          align: "left",
          sort:true,
        },
        
      ]);