1
huanghongfeng
2024-12-02 e2a5657e3a0b8615bcd78a3149e5ba9ce5579bb8
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -51,6 +51,13 @@
        ],
        [
        { title: "重量", field: "materialweight" },
        {
          title: "物料状态",
          field: "wlstatus",
          type: "select",
          dataKey: "InventoryMaterialStatus",
          data: []
        },
        ],
      ]);
      const searchFormFields = ref({
@@ -80,6 +87,15 @@
          data: [],
        },
        ],
        [
        {
          title: "物料状态",
          field: "wlstatus",
          type: "selectList",
          dataKey: "InventoryMaterialStatus",
          data: [],
        },
        ]
      ]);
      const columns = ref([
        {
@@ -117,6 +133,14 @@
          
        },
        {
          field: "wlstatus",
          title: "物料状态",
          type: "string",
          width: 150,
          align: "left",
          bind: { key: "InventoryMaterialStatus", data: [] },
        },
        {
          field: "isFull",
          title: "是否满盘",
          type: "string",