wangxinhui
2025-03-19 d8db1698c125618c1b5f62b009204ddc5d4eed5a
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue
@@ -46,23 +46,18 @@
        },
      ],
      [
        {
          title: "物料编码",
          field: "materielCode",
          type: "select",
          required: true,
          // dataKey: "MaterielCodes",
          data: [],
          type: "string",
        },
      ],
      [
        {
          title: "采购单号",
          field: "purchaseOrderNo",
          type: "select",
          // dataKey: "purchaseOrderNos",
          data: [],
          required: true,
          type: "string",
        },
      ],
      [
@@ -100,7 +95,10 @@
      palletCode: "",
    });
    const searchFormOptions = ref([
      [{ title: "批次号", field: "lotNo", type: "like" }],
      [
        { title: "采购单号", field: "purchaseOrderNo", type: "like" },
        { title: "物料编号", field: "materielCode", type: "like" },
      ],
    ]);
    const columns = ref([
      {
@@ -121,6 +119,13 @@
        align: "left",
      },
      {
        field: "materielName",
        title: "物料名称",
        type: "string",
        width: 100,
        align: "left",
      },
      {
        field: "warehouseId",
        title: "仓库",
        type: "string",