Browse Source

update

master
姜旭之 1 year ago
parent
commit
765e460224
  1. 0
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_map_group.js
  2. 0
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_not_settle.js
  3. 28
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_service.js
  4. 0
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_wait_detail.js
  5. 52
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/router/business.js
  6. 0
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_map_group.js
  7. 0
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_not_settle.js
  8. 2
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_service.js
  9. 0
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_wait_detail.js

0
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_map_group.js

0
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_not_settle.js

28
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,
},
};

0
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/invoice/invoice_wait_detail.js

52
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: "下载",

0
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_map_group.js

0
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_not_settle.js

2
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 },

0
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/invoice/invoice_wait_detail.js

Loading…
Cancel
Save