huanghongfeng
2024-12-09 19e5b7583a2aa1968c674b4b35f618cc6c2e29ef
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
@@ -78,10 +78,15 @@
      {
          title: "库存明细状态",
          field: "stockQuantity",
          type: "select",
          dataKey: "stockStatusEmun",
          data: [],
          type:"like"
        },
        {
        field: "stockId",
        title: "库存信息主键",
        type: "string",
        width: 90,
        align: "left",
      },
      ]
    ]);
    const columns = ref([
@@ -101,6 +106,7 @@
        type: "string",
        width: 90,
        align: "left",
        sort:true,
      },
      {
        field: "materielCode",
@@ -108,6 +114,7 @@
        type: "string",
        width: 150,
        align: "left",
        sort:true,
      },
      {
        field: "materielName",
@@ -115,6 +122,7 @@
        type: "string",
        width: 150,
        align: "left",
        sort:true,
      },
      {
        field: "orderNo",
@@ -122,27 +130,39 @@
        type: "decimal",
        width: 90,
        align: "left",
        sort:true,
      },
      {
        field: "batchNo",
        title: "物料批次",
        type: "string",
        width: 90,
        width: 120,
        align: "left",
        sort:true,
      },
      {
        field: "serialNumber",
        title: "包号",
        type: "string",
        width: 50,
        align: "left",
        sort:true,
        },
      {
        field: "batchNoName",
        title: "物料批次详情",
        type: "int",
        width: 120,
        align: "left",
        sort:true,
      },
      {
        field: "stockQuantity",
        title: "重量",
        type: "string",
        width: 200,
        width: 80,
        align: "left",
        sort:true,
      },
      {
        field: "status",
@@ -150,6 +170,7 @@
        type: "string",
        width: 120,
        align: "left",
        sort:true,
        bind: { key: "stockStatusEmun", data: [] },
      },
      {
@@ -158,6 +179,7 @@
        type: "string",
        width: 90,
        align: "left",
        sort:true,
      },
      {
        field: "createDate",
@@ -165,6 +187,7 @@
        type: "datetime",
        width: 160,
        align: "left",
        sort:true,
      },
    ]);
    const detail = ref({