|
@@ -4,7 +4,7 @@ import ImageLazy from "@/components/ImageLazy";
|
|
|
import LookModal from "@/components/LookObjTable/LookModal";
|
|
|
import { RootState } from "@/store";
|
|
|
import { object3infoOutAPI } from "@/store/action/object3";
|
|
|
-import { obj3InStorage, statusObj, storageStatusObj } from "@/utils/dataChange";
|
|
|
+import { obj3InStorage, statusObj } from "@/utils/dataChange";
|
|
|
import history, { urlParameter } from "@/utils/history";
|
|
|
import { Button, Table } from "antd";
|
|
|
import React, {
|
|
@@ -101,7 +101,6 @@ function LookObject3() {
|
|
|
},
|
|
|
{
|
|
|
title: "入库状态",
|
|
|
- // render: (item: any) => storageStatusObj[item.storageStatus],
|
|
|
render: (item: any) =>
|
|
|
info.statusTxt === "已完成" ? "已入库" : "未入库",
|
|
|
},
|