| | |
| | | </template> |
| | | |
| | | <script> |
| | | import extend from "@/extension/stock/stockInfo.js"; |
| | | import extend from "@/extension/stock/stockInfo.jsx"; |
| | | import { |
| | | defineComponent, |
| | | getCurrentInstance, |
| | |
| | | const TEXT = { |
| | | pageName: "库存信息", |
| | | palletCode: "托盘编号", |
| | | stockStatus: "库存状态", |
| | | locationCode: "货位编号", |
| | | warehouse: "仓库", |
| | | creator: "创建人", |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "stockStatus", |
| | | title: TEXT.stockStatus, |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "stockStatusEmun", data: [] }, |
| | | }, |
| | | { |
| | | field: "locationCode", |
| | | title: TEXT.locationCode, |
| | | type: "string", |