647556386
2 天以前 2f8fc989f339a936b01092caebd4c46e6109da1b
WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -98,13 +98,14 @@
          dataKey: "stockStatusEmun",
          data: [],
        },
        { title: "库存编号",
        { title: "关联库存编号",
            field: "id",
            type: "like",
        },
        { title: "创建时间", field: "createDate", type: "datetime" },
        ],
        [
        { title: "创建时间", field: "createDate", type: "datetime" },
        ]
      ]);
      const columns = ref([
@@ -131,7 +132,7 @@
          field: "palletCode",
          title: "托盘编号",
          type: "string",
          width: 90,
          width: 150,
          align: "left",
          //sort:true,
        },
@@ -148,7 +149,7 @@
          field: "locationCode",
          title: "货位编号",
          type: "string",
          width: 150,
          width: 200,
          align: "left",
          //sort:true,
        },
@@ -193,6 +194,7 @@
          width: 150,
          align: "left",
        //  sort:true,
          hidden:true,
        },{
          field: "remark",
          title: "备注",