| | |
| | | </div> |
| | | </div> |
| | | <!-- 新建/编辑 --> |
| | | <AddScrapDialog v-if="editConfig.visible" :edit-common-config="editConfig" /> |
| | | <AddDialog v-if="editConfig.visible" :edit-common-config="editConfig" /> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import pageMixin from "@/components/makepager/pager/mixin/pageMixin" |
| | | import { getProductList } from "@/api/product/product" |
| | | // import DetailProduct from "@/views/productManage/product/DetailProduct" |
| | | import AddScrapDialog from "@/views/operate/scrap/AddScrapDialog" |
| | | import AddDialog from "@/views/warehouseManage/position/AddDialog" |
| | | |
| | | export default { |
| | | name: "WarehouseView", |
| | | props: {}, |
| | | components: { AddScrapDialog }, |
| | | components: { AddDialog }, |
| | | mixins: [pageMixin], |
| | | computed: {}, |
| | | data() { |