wangxinhui
2 天以前 225d11e2ddaa55d1d482201cb4d89c9486cdba69
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/check/inspectOrder.vue
@@ -81,7 +81,6 @@
          width: 150,
          hidden: true,
          readonly: true,
          require: true,
          align: "left",
        },
        {
@@ -89,7 +88,6 @@
          title: "检验单号",
          type: "string",
          width: 180,
          require: true,
          align: "left",
        },
        {
@@ -105,7 +103,6 @@
          title: "送检单号",
          type: "string",
          width: 180,
          require: true,
          align: "left",
        },
        {
@@ -118,19 +115,17 @@
        },
        //    {field:'auditStatus',title:'审批状态',type:'int',width:110,require:true,align:'left'},
        {
          field: "receiveDetailRowNo",
          title: "送检明细行",
          field: "orderPalletCode",
          title: "送检托盘",
          type: "int",
          width: 100,
          require: true,
          width: 140,
          align: "left",
        },
        {
          field: "materielCode",
          title: "物料编号",
          type: "string",
          width: 110,
          require: true,
          width: 100,
          align: "left",
        },
        {
@@ -146,14 +141,13 @@
          title: "批次号",
          type: "string",
          width: 150,
          require: true,
          align: "left",
        },
        {
          field: "checkOrderStatus",
          title: "质检单状态",
          type: "string",
          width: 110,
          width: 100,
          require: true,
          align: "left",
          bind: { key: "checkOrderStatusEnum", data: [] },
@@ -173,11 +167,24 @@
          align: "left",
        },
        {
          field: "defectedQuantity",
          title: "特采数量",
          type: "float",
          width: 110,
          align: "left",
        },
        {
          field: "scrappedQuantity",
          title: "报废数量",
          type: "float",
          width: 110,
          align: "left",
        },
        {
          field: "receivedQuantity",
          title: "检验总数",
          type: "float",
          width: 110,
          require: true,
          align: "left",
        },
        {
@@ -224,7 +231,6 @@
          title: "创建时间",
          type: "datetime",
          width: 180,
          require: true,
          align: "left",
        },
        //    {field:'modifier',title:'修改人',type:'string',width:100,align:'left'},