helongyang
2025-06-05 fe77f3c9d11e3087c1efa56fd6205ffc10e39991
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
@@ -30,27 +30,81 @@
    const editFormOptions = ref([
      [
        {
          title: "库存主键",
          readonly:true,
          field: "stockId",
          type: "string",
        },
        {
          title: "物料编号",
          required: true,
          field: "materielCode",
          type: "string",
        },
        {
          title: "单据编号",
          title: "物料名称",
          required: true,
          field: "materielName",
          type: "string",
        },
        {
          title: "批次号",
          required: true,
          title: "单据编号",
          readonly: true,
          field: "orderNo",
          type: "string",
        },
      ],
      [
        {
          title: "批次号",
          required: true,
          field: "batchNo",
          type: "string",
        },
        {
          title: "库存数量",
          required: true,
          field: "stockQuantity",
          type: "string",
        },
        {
          title: "生产日期",
          required: true,
          field: "productionDate",
          type: "string",
        },
        {
          title: "有效期",
          required: true,
          field: "effectiveDate",
          type: "string",
        },
      ],
      [
        {
          title: "序列号",
          required: true,
          readonly: true,
          field: "serialNumber",
          type: "string",
        },
        {
          title: "出库数量",
          required: true,
          field: "outboundQuantity",
          type: "string",
        },
        {
          title: "库存明细状态",
          readonly: true,
          field: "status",
          type: "string",
        },
        {
          title: "入库单明细行号",
          readonly: true,
          field: "inboundOrderRowNo",
          type: "string",
        },
      ],
@@ -141,7 +195,22 @@
        type: "string",
        width: 120,
        align: "left",
        bind: { key: "outStockStatus", data: [] },
        bind: { key: "stockStatusEmun", data: [] },
      },
      {
        field: "productionDate",
        title: "生产日期",
        type: "string",
        width: 120,
        align: "left",
      },
      {
        field: "effectiveDate",
        title: "有效期",
        type: "string",
        width: 120,
        align: "left",
      },
      {
        field: "creater",