huanghongfeng
2024-12-08 05c2e8aadb518a6323ff9fe23051fdbd56097221
´úÂë¹ÜÀí/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([
@@ -127,9 +132,16 @@
        field: "batchNo",
        title: "物料批次",
        type: "string",
        width: 90,
        width: 120,
        align: "left",
      },
      {
        field: "serialNumber",
        title: "包号",
        type: "string",
        width: 50,
        align: "left",
        },
      {
        field: "batchNoName",
        title: "物料批次详情",
@@ -141,7 +153,7 @@
        field: "stockQuantity",
        title: "重量",
        type: "string",
        width: 200,
        width: 80,
        align: "left",
      },
      {