helongyang
2025-06-05 fe77f3c9d11e3087c1efa56fd6205ffc10e39991
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/inbound/returnOrder.vue
@@ -144,7 +144,7 @@
          },
          {
            field: "returnId",
            title: "收货单主键",
            title: "退料单主键",
            type: "string",
            width: 90,
            align: "left",
@@ -154,7 +154,7 @@
            field: "pickCode",
            title: "申请发料单号",
            type: "select",
            width: 160,
            width: 180,
            align: "left",
            required: true,
          },
@@ -186,7 +186,31 @@
            field: "mCode",
            title: "物料编码",
            type: "string",
            width: 90,
            width: 130,
            align: "left",
            required: true,
          },
          {
            field: "qty",
            title: "可退数量",
            type: "float",
            width: 130,
            align: "left",
            required: true,
          },
          {
            field: "returnQty",
            title: "退回数量",
            type: "float",
            width: 130,
            align: "left",
            required: true,
          },
          {
            field: "overReturnQty",
            title: "已退回数量",
            type: "float",
            width: 130,
            align: "left",
            required: true,
          },
@@ -200,7 +224,14 @@
          {
            field: "materielSpec",
            title: "物料规格",
            type: "int",
            type: "string",
            width: 120,
            align: "left",
          },
          {
            field: "unit",
            title: "单位",
            type: "string",
            width: 90,
            align: "left",
          },