huanghongfeng
2024-12-08 05c2e8aadb518a6323ff9fe23051fdbd56097221
´úÂë¹ÜÀí/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: "库存状态",
@@ -51,6 +57,16 @@
        ],
        [
        { title: "重量", field: "materialweight" },
        {
          title: "物料状态",
          field: "wlstatus",
          type: "select",
          dataKey: "InventoryMaterialStatus",
          data: []
        },
        {
          title: "备注", field: "Remark"
        }
        ],
      ]);
      const searchFormFields = ref({
@@ -71,7 +87,7 @@
          dataKey: "InventoryMaterialType",
          data: [],
        },
          { title: "货位编号", field: "locationCode" },
          { title: "货位编号", field: "locationCode",type: "like", },
          {
          title: "库存状态",
          field: "stockStatus",
@@ -80,6 +96,19 @@
          data: [],
        },
        ],
        [
        {
          title: "物料状态",
          field: "wlstatus",
          type: "selectList",
          dataKey: "InventoryMaterialStatus",
          data: [],
        },
        { title: "库存编号",
            field: "id",
            type: "like",
        },
        ]
      ]);
      const columns = ref([
        {
@@ -91,6 +120,14 @@
          readonly: true,
          require: true,
          align: "left",
        },
        {
          field: "id",
          title: "库存编号",
          type: "string",
          width: 90,
          align: "left",
          DisplayType:"link"
        },
        {
          field: "palletCode",
@@ -117,6 +154,14 @@
          
        },
        {
          field: "wlstatus",
          title: "物料状态",
          type: "string",
          width: 150,
          align: "left",
          bind: { key: "InventoryMaterialStatus", data: [] },
        },
        {
          field: "isFull",
          title: "是否满盘",
          type: "string",
@@ -137,6 +182,12 @@
          title: "重量(数量)",
          type: "string",
          width: 150,
          align: "left",
        },{
          field: "remark",
          title: "备注",
          type: "string",
          width: 100,
          align: "left",
        },
        {
@@ -167,13 +218,7 @@
          width: 160,
          align: "left",
        },
        {
          field: "remark",
          title: "备注",
          type: "string",
          width: 100,
          align: "left",
        },
      ]);
      const detail = ref({
        cnName: "#detailCnName",