wangxinhui
2025-04-08 dcecb039035f4b2e82e31c39b74db9402444c536
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/check/checkOrder.vue
@@ -105,14 +105,14 @@
        type: "string",
        width: 90,
        align: "left",
        bind:{key: "warehouses", data: []}
        bind: { key: "warehouses", data: [] },
      },
      //    {field:'auditStatus',title:'审批状态',type:'int',width:110,require:true,align:'left'},
      {
        field: "receiveDetailRowNo",
        title: "收货明细行",
        type: "int",
        width: 120,
        width: 100,
        require: true,
        align: "left",
      },
@@ -125,10 +125,18 @@
        align: "left",
      },
      {
        field: "materielSpec",
        title: "物料规格",
        type: "select",
        type: "string",
        width: 160,
        align: "left",
      },
      {
        field: "lotNo",
        title: "批次号",
        type: "string",
        width: 130,
        width: 150,
        require: true,
        align: "left",
      },
@@ -164,12 +172,12 @@
        align: "left",
      },
      {
          field: "unit",
          title: "单位",
          type: "string",
          width: 90,
          align: "left",
        },
        field: "unit",
        title: "单位",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "result",
        title: "检验判断",