1
yangpeixing
2026-01-19 fd5a43c2e677740482b8d25195120ffa75c5ac77
WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue
@@ -69,6 +69,17 @@
        },
        { title: "库存创建时间", field: "createDate", type: "datetime" },
      ],
      [
        {
          title:"上游系统",
          field:"system",
          type:"select",
            data: [
          { key: "SMOM", value: "SMOM" },
          { key: "ERP", value: "ERP" },
        ]
        }
      ]
    ]);
    const columns = ref([
      {
@@ -172,6 +183,14 @@
        align: "left",
        hidden: true,
      },
       {
        field: "system",
        title: "上游系统",
        type: "string",
        width: 100,
        align: "left",
        // hidden: true,
      },
      {
        field: "stockStatus",
        title: "库存状态",