wangxinhui
2025-04-08 dcecb039035f4b2e82e31c39b74db9402444c536
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/inbound/purchaseOrder.vue
@@ -221,6 +221,14 @@
          width: 100,
          align: "left"
        },
        {
          field: "materielSpec",
          title: "物料规格",
          type: "select",
          type: "string",
          width: 100,
          align: "left",
        },
        // {
        //   field: "batchNo",
        //   title: "批次号",
@@ -234,7 +242,14 @@
          field: "purchaseDetailQuantity",
          title: "单据数量",
          type: "decimal",
          width: 90,
          width: 100,
          align: "left",
        },
        {
          field:"purchaseDetailReceiveQty",
          title: "已收数量",
          type: "decimal",
          width: 100,
          align: "left",
        },
        {