647556386
2025-10-18 d01658c63cd541fe4ea5cec5c4bd7f23b9408cdb
WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -98,13 +98,6 @@
          dataKey: "stockStatusEmun",
          data: [],
        },
        {
          title: "物料状态",
          field: "wlstatus",
          type: "selectList",
          dataKey: "InventoryMaterialStatus",
          data: [],
        },
        { title: "库存编号",
            field: "id",
            type: "like",
@@ -112,7 +105,6 @@
        ],
        [
        { title: "创建时间", field: "createDate", type: "datetime" },
        { title: "生产时间", field: "mgeneratetime", type: "datetime" },
        ]
      ]);
      const columns = ref([
@@ -133,7 +125,7 @@
          width: 90,
          align: "left",
          DisplayType:"link",
          sort:true
        },
        {
          field: "palletCode",
@@ -141,7 +133,7 @@
          type: "string",
          width: 90,
          align: "left",
          sort:true,
          //sort:true,
        },
        {
          field: "materialType",
@@ -149,7 +141,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
          //sort:true,
          bind: { key: "InventoryMaterialType", data: [] },
        },
        {
@@ -158,7 +150,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
          //sort:true,
        },
        {
          field: "wlstatus",
@@ -166,7 +158,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
         // sort:true,
          bind: { key: "InventoryMaterialStatus", data: [] },
        },{
          field: "mgeneratetime",
@@ -174,7 +166,7 @@
          type: "datetime",
          width: 160,
          align: "left",
          sort:true,
         // sort:true,
        },
        {
          field: "isFull",
@@ -182,7 +174,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
         // sort:true,
          bind: { key: "yesno", data: [] },
        },
        {
@@ -191,7 +183,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
         // sort:true,
          bind: { key: "stockStatusEmun", data: [] },
        },
        {
@@ -200,14 +192,14 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
        //  sort:true,
        },{
          field: "remark",
          title: "备注",
          type: "string",
          width: 100,
          align: "left",
          sort:true,
          //sort:true,
        },
        {
          field: "creater",
@@ -215,7 +207,7 @@
          type: "string",
          width: 90,
          align: "left",
          sort:true,
          //sort:true,
        },
        {
          field: "createDate",
@@ -232,7 +224,7 @@
          type: "string",
          width: 100,
          align: "left",
          sort:true,
          //sort:true,
        },
        {
          field: "modifyDate",