From 765e460224b2ac89a6c41abf733d3edd7ce9bf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=97=AD=E4=B9=8B?= <12930972+jiang-xuzhi@user.noreply.gitee.com> Date: Thu, 20 Jul 2023 11:15:09 +0800 Subject: [PATCH] update --- .../models/invoice/invoice_map_group.js | 0 .../models/invoice/invoice_not_settle.js | 0 .../wwwroot/models/invoice/invoice_service.js | 28 +--------- .../models/invoice/invoice_wait_detail.js | 0 .../wwwroot/router/business.js | 52 +++++++++---------- .../views/invoice/invoice_map_group.js | 0 .../views/invoice/invoice_not_settle.js | 0 .../wwwroot/views/invoice/invoice_service.js | 2 +- .../views/invoice/invoice_wait_detail.js | 0 9 files changed, 29 insertions(+), 53 deletions(-) delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_map_group.js delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_not_settle.js delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_wait_detail.js delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_map_group.js delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_not_settle.js delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_wait_detail.js diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_map_group.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_map_group.js deleted file mode 100644 index e69de29b..00000000 diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_not_settle.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_not_settle.js deleted file mode 100644 index e69de29b..00000000 diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_service.js index 1bdd7d12..2a0fb11a 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_service.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_service.js @@ -2,7 +2,7 @@ import version from "../../version.js"; import { state2, state3 } from "../../state.js"; const schema = { - title: "通用代码", + title: "财务管理审核", type: "object", properties: { version, @@ -31,28 +31,14 @@ const schema = { title: "业务类别", type: "EnumBusinessType", }, - state: { - title: "发票状态", - type: "int", - }, }, }; const baseUrl = "settleaccount/invoice_service"; const queryUrl = `${baseUrl}/main-query`; -const detailsUrl = `${baseUrl}/get/%s`; -const createUrl = `${baseUrl}/create`; -const updateUrl = `${baseUrl}/update/%s`; -const deleteUrl = `${baseUrl}/delete-list`; const importUrl = `${baseUrl}/invoice_service-upload-excel-import`; -const exportUrl = `${baseUrl}/export`; const queryMethod = "POST"; -const detailsMethod = "POST"; -const createMethod = "POST"; -const updateMethod = "POST"; -const deleteMethod = "POST"; const importMethod = "POST"; -const exportMethod = "POST"; export default function () { return { @@ -61,7 +47,7 @@ export default function () { method: queryMethod, hasFilter: true, schema: { - title: "通用代码", + title: "财务管理审核", type: "object", properties: { filters: { @@ -113,18 +99,8 @@ export default function () { schema: schema, }, edit: { - detailsUrl, - createUrl, - updateUrl, - deleteUrl, importUrl, - exportUrl, - detailsMethod, - createMethod, - updateMethod, - deleteMethod, importMethod, - exportMethod, schema: schema, }, }; diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_wait_detail.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_wait_detail.js deleted file mode 100644 index e69de29b..00000000 diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/router/business.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/router/business.js index 1fccd559..23a19515 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/router/business.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/router/business.js @@ -195,7 +195,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -213,7 +213,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -240,7 +240,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -258,7 +258,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -285,7 +285,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -303,7 +303,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -330,7 +330,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -348,7 +348,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -761,7 +761,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -779,7 +779,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -806,7 +806,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -824,7 +824,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -851,7 +851,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -869,7 +869,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -1254,7 +1254,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -1272,7 +1272,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -1299,7 +1299,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -1317,7 +1317,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -1682,7 +1682,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -1700,7 +1700,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -1727,7 +1727,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -1745,7 +1745,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -2110,7 +2110,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -2128,7 +2128,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", @@ -2155,7 +2155,7 @@ export default [ }, }, { - path: "exportEDIJob", + path: "export", meta: { type: "button", title: "生成对比", @@ -2173,7 +2173,7 @@ export default [ }, }, { - path: "download", + path: "export", meta: { type: "button", title: "下载", diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_map_group.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_map_group.js deleted file mode 100644 index e69de29b..00000000 diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_not_settle.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_not_settle.js deleted file mode 100644 index e69de29b..00000000 diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_service.js index 32a39c08..960e2f78 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_service.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_service.js @@ -1,6 +1,6 @@ import AppList from "../../../components/list/index.js"; import html from "html"; -import useConfig from "../../../models/jis-hbpo/settlement/hbpo_ba_service.js"; +import useConfig from "../../../models/invoice/invoice_service.js"; export default { components: { AppList }, diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_wait_detail.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_wait_detail.js deleted file mode 100644 index e69de29b..00000000