7/17 添加公区收益
This commit is contained in:
@@ -72,7 +72,6 @@ import { listStock } from '@/api/system/Tstock';
|
||||
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
||||
const router = useRouter();
|
||||
const materialList = ref<MaterialVO[]>([]);
|
||||
const buttonLoading = ref(false);
|
||||
const loading = ref(true);
|
||||
const showSearch = ref(true);
|
||||
const ids = ref<Array<string | number>>([]);
|
||||
@@ -135,7 +134,7 @@ const handleAdd = () => {
|
||||
});
|
||||
};
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: MaterialVO) => {
|
||||
const handleUpdate = (row?: MaterialVO) => {
|
||||
const _ids = row?.materialId;
|
||||
router.push({
|
||||
path: '/warehouse/editInventory',
|
||||
|
||||
Reference in New Issue
Block a user