helongyang
3 天以前 753361f589444455fe1b20476c658201ccd92c38
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ScrapSheet.vue
@@ -236,20 +236,26 @@
            prop: "overScrapSETQty",
            title: "已报废SET数",
            type: "int",
            width: 180,
            width: 120,
          },
          {
            prop: "overScrapPcsQty",
            title: "已报废PCS数",
            type: "string",
            width: 180,
            width: 120,
          },
          {
            prop: "scrapProDetailStatus",
            title: "订单明细状态",
            type: "string",
            width: 180,
        }
          },
          {
            prop: "remark",
            title: "备注",
            type: "string",
            width: 180,
          }
        ],
      };
    },