helongyang
昨天 6f8fe2fc191fb466e3141a6e915d6aa63802c269
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/palletCodeInfo.vue
@@ -33,7 +33,7 @@
          title: "仓库",
          field: "warehouseId",
          type: "select",
          dataKey: "warehouse",
          dataKey: "warehouses",
          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",
@@ -116,14 +116,14 @@
      },
      {
        field: "modifier",
        title: "修改人",
        title: "最后打印人员",
        type: "string",
        width: 100,
        align: "left",
      },
      {
        field: "modifyDate",
        title: "修改时间",
        title: "最后打印时间",
        type: "datetime",
        width: 160,
        align: "left",