dengjunjie
2025-01-07 ceb8c334e8ca10d569b4c7f72b74126ce1877e48
代码管理/WMS/WIDESEA_WMSClient/src/views/basic/palletCodeInfo.vue
@@ -33,7 +33,7 @@
          title: "浠撳簱",
          field: "warehouseId",
          type: "select",
          dataKey: "warehouses",
          dataKey: "warehouse",
          data: [],
          required: true,
        },
@@ -68,20 +68,20 @@
        type: "string",
        width: 90,
        align: "left",
        bind: { key: "warehouse", data: [] },
        bind: { key: "warehouses", data: [] },
      },
      {
        field: "palletType",
        title: "鎵樼洏绫诲瀷",
        type: "string",
        width: 150,
        width: 100,
        align: "left",
      },
      {
        field: "palletCode",
        title: "鎵樼洏缂栧彿",
        type: "decimal",
        width: 90,
        width: 200,
        align: "left",
      },
      {
@@ -90,7 +90,7 @@
        type: "string",
        width: 90,
        align: "left",
        bind: { key: "enableEnum", data: [] },
        bind: { key: "printStatus", data: [] },
      },
      {
        field: "size",