helongyang
2026-03-31 8fcd7a67e4391a5f1fbdb590c2a3f913aeb2a0a0
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue
@@ -76,7 +76,7 @@
      ],
      [
        {
          title: "数量",
          title: "数量",
          field: "quantity",
          type:"int"
        },
@@ -105,6 +105,8 @@
      [
        { title: "采购单号", field: "purchaseOrderNo", type: "like" },
        { title: "物料编号", field: "materielCode", type: "like" },
        {title: "所属仓库", field:"warehouseId",type:"select",dataKey:"warehouses",data:[]},
        { title: "批次号", field: "lotNo", type: "like" },
      ],
    ]);
    const columns = ref([
@@ -176,6 +178,13 @@
        align: "left",
      },
      {
        field: "materielLength",
        title: "物料长度",
        type: "int",
        width: 80,
        align: "left",
      },
      {
        field: "productionDate",
        title: "生产日期",
        type: "date",