1
huanghongfeng
2024-12-03 1c696f3e12ddcb136e772f9d83eb906760766b96
代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -58,6 +58,9 @@
          dataKey: "InventoryMaterialStatus",
          data: []
        },
        {
          title: "澶囨敞", field: "Remark"
        }
        ],
      ]);
      const searchFormFields = ref({
@@ -95,6 +98,10 @@
          dataKey: "InventoryMaterialStatus",
          data: [],
        },
        { title: "搴撳瓨缂栧彿",
            field: "id",
            type: "like",
        },
        ]
      ]);
      const columns = ref([
@@ -107,6 +114,14 @@
          readonly: true,
          require: true,
          align: "left",
        },
        {
          field: "id",
          title: "搴撳瓨缂栧彿",
          type: "string",
          width: 90,
          align: "left",
          DisplayType:"link"
        },
        {
          field: "palletCode",
@@ -162,6 +177,12 @@
          type: "string",
          width: 150,
          align: "left",
        },{
          field: "remark",
          title: "澶囨敞",
          type: "string",
          width: 100,
          align: "left",
        },
        {
          field: "creater",
@@ -191,13 +212,7 @@
          width: 160,
          align: "left",
        },
        {
          field: "remark",
          title: "澶囨敞",
          type: "string",
          width: 100,
          align: "left",
        },
      ]);
      const detail = ref({
        cnName: "#detailCnName",