From 57468073dd7b03b4d9e0c5f2c81a80c713fd3995 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: Wed, 9 Aug 2023 11:07:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=8F=98=E8=8F=9C=E5=8D=95=E7=BB=93?=
=?UTF-8?q?=E6=9E=84=E5=B0=86=E7=9B=B4=E4=BE=9B=E4=BB=B6=E5=88=86=E6=88=90?=
=?UTF-8?q?HBPO=E5=92=8CBBAC=EF=BC=8C=E4=B9=B0=E5=8D=95=E4=BB=B6=E5=88=86?=
=?UTF-8?q?=E6=88=90HBPO=E5=92=8CBBAC=EF=BC=8C=E5=88=A0=E9=99=A4=E9=A6=96?=
=?UTF-8?q?=E9=A1=B5=E8=A1=A8=E6=A0=BC=EF=BC=8C=E5=9B=9E=E5=A4=8D=E5=8E=9F?=
=?UTF-8?q?=E6=9D=A5=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../wwwroot/models/pub_ba_detail_service.js | 2 +-
.../wwwroot/models/pub_ba_service.js | 10 +-
.../wwwroot/models/pub_sa_detail_service.js | 2 -
.../wwwroot/models/pub_se_detail_service.js | 4 +
.../wwwroot/router/business.js | 2562 ++++++++++-------
.../wwwroot/views/home.js | 40 +-
.../bbac_jit_pub_sa_detail_jobservice.js | 6 +-
.../input/bbac_jit_pub_sa_detail_service.js | 6 +-
.../input/bbac_jit_pub_sa_service.js | 6 +-
.../input/bbac_jit_pub_se_detail_service.js | 6 +-
.../bbac_jit_pub_ba_detail_service.js} | 6 +-
.../settlement/bbac_jit_pub_ba_service.js} | 6 +-
.../bbac_jit_pub_can_sa_detail_service.js | 15 +
.../settlement/bbac_jit_pub_can_sa_service.js | 15 +
.../bbac_jit_pub_not_sa_service.js} | 6 +-
.../bbac_jit_pub_pd_detail_service.js | 15 +
.../settlement/bbac_jit_pub_pd_service.js} | 6 +-
.../hbpo_jit_pub_sa_detail_jobservice.js | 4 +-
.../input/hbpo_jit_pub_sa_detail_service.js | 6 +-
.../input/hbpo_jit_pub_sa_service.js | 6 +-
.../input/hbpo_jit_pub_se_detail_service.js | 6 +-
.../hbpo_jit_pub_ba_detail_service.js | 15 +
.../settlement/hbpo_jit_pub_ba_service.js | 15 +
.../hbpo_jit_pub_can_sa_detail_service.js | 15 +
.../settlement/hbpo_jit_pub_can_sa_service.js | 15 +
.../hbpo_jit_pub_not_sa_service.js} | 4 +-
.../hbpo_jit_pub_pd_detail_service.js | 15 +
.../settlement/hbpo_jit_pub_pd_service.js} | 6 +-
.../jit/settlement/jit_pub_pd_service.js | 15 -
.../bbac_md_pub_sa_detail_jobservice.js | 24 +
.../input/bbac_md_pub_sa_detail_service.js | 16 +
.../md-bbac/input/bbac_md_pub_sa_service.js | 16 +
.../input/bbac_md_pub_se_detail_service.js | 16 +
.../hbpo_md_pub_sa_detail_jobservice.js} | 6 +-
.../input/hbpo_md_pub_sa_detail_service.js} | 4 +-
.../input/hbpo_md_pub_sa_service.js} | 4 +-
.../input/hbpo_md_pub_se_detail_service.js} | 4 +-
.../hbpo_md_pub_ba_detail_service.js | 15 +
.../settlement/hbpo_md_pub_ba_service.js} | 6 +-
.../hbpo_md_pub_can_sa_detail_service.js | 15 +
.../settlement/hbpo_md_pub_can_sa_service.js | 15 +
.../settlement/hbpo_md_pub_not_sa_service.js | 15 +
.../hbpo_md_pub_pd_detail_service.js | 15 +
.../settlement/hbpo_md_pub_pd_service.js | 15 +
.../md/settlement/md_pub_ba_detail_service.js | 15 -
.../views/md/settlement/md_pub_ba_service.js | 15 -
.../md_pub_can_sa_detail_service.js | 15 -
.../md/settlement/md_pub_can_sa_service.js | 15 -
.../md/settlement/md_pub_not_sa_service.js | 15 -
.../views/md/settlement/md_pub_pd_service.js | 15 -
50 files changed, 1906 insertions(+), 1205 deletions(-)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{ => jit-bbac}/contrast/bbac_jit_pub_sa_detail_jobservice.js (88%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{ => jit-bbac}/input/bbac_jit_pub_sa_detail_service.js (75%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{ => jit-bbac}/input/bbac_jit_pub_sa_service.js (76%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{ => jit-bbac}/input/bbac_jit_pub_se_detail_service.js (75%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{settlement/jit_pub_can_sa_detail_service.js => jit-bbac/settlement/bbac_jit_pub_ba_detail_service.js} (70%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{settlement/jit_pub_not_sa_service.js => jit-bbac/settlement/bbac_jit_pub_ba_service.js} (71%)
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_can_sa_detail_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_can_sa_service.js
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{settlement/jit_pub_pd_detail_service.js => jit-bbac/settlement/bbac_jit_pub_not_sa_service.js} (71%)
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_pd_detail_service.js
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{settlement/jit_pub_ba_detail_service.js => jit-bbac/settlement/bbac_jit_pub_pd_service.js} (71%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{ => jit-hbpo}/contrast/hbpo_jit_pub_sa_detail_jobservice.js (88%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{ => jit-hbpo}/input/hbpo_jit_pub_sa_detail_service.js (75%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{ => jit-hbpo}/input/hbpo_jit_pub_sa_service.js (75%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{ => jit-hbpo}/input/hbpo_jit_pub_se_detail_service.js (75%)
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_ba_detail_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_ba_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_can_sa_detail_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_can_sa_service.js
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/{md/settlement/md_pub_pd_detail_service.js => jit/jit-hbpo/settlement/hbpo_jit_pub_not_sa_service.js} (71%)
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_pd_detail_service.js
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/{settlement/jit_pub_ba_service.js => jit-hbpo/settlement/hbpo_jit_pub_pd_service.js} (71%)
delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_pd_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/contrast/bbac_md_pub_sa_detail_jobservice.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_sa_detail_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_sa_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_se_detail_service.js
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/{contrast/md_pub_sa_detail_jobservice.js => md-hbpo/contrast/hbpo_md_pub_sa_detail_jobservice.js} (78%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/{input/md_pub_sa_detail_service.js => md-hbpo/input/hbpo_md_pub_sa_detail_service.js} (75%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/{input/md_pub_sa_service.js => md-hbpo/input/hbpo_md_pub_sa_service.js} (76%)
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/{input/md_pub_se_detail_service.js => md-hbpo/input/hbpo_md_pub_se_detail_service.js} (75%)
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_ba_detail_service.js
rename code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/{jit/settlement/jit_pub_can_sa_service.js => md/md-hbpo/settlement/hbpo_md_pub_ba_service.js} (71%)
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_can_sa_detail_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_can_sa_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_not_sa_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_pd_detail_service.js
create mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_pd_service.js
delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_ba_detail_service.js
delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_ba_service.js
delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_can_sa_detail_service.js
delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_can_sa_service.js
delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_not_sa_service.js
delete mode 100644 code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_pd_service.js
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_ba_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_ba_detail_service.js
index 19a018ea..9baaba15 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_ba_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_ba_detail_service.js
@@ -70,7 +70,7 @@ const schema = {
},
};
-const queryUrl = "settleaccount/p-uB_BA_SERVICE/detail-query";
+const queryUrl = "settleaccount/pub_ba_service/detail-query";
const queryMethod = "POST";
export default function () {
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_ba_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_ba_service.js
index 77e295c7..8cf85bad 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_ba_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_ba_service.js
@@ -70,11 +70,11 @@ const schema = {
},
};
-const queryUrl = "settleaccount/p-uB_BA_SERVICE/main-query";
-const exportUrl = "settleaccount/p-uB_BA_SERVICE/export";
-const invoiceUrl = "settleaccount/p-uB_BA_SERVICE/generate-invoice";
-const rejectUrl = "settleaccount/p-uB_BA_SERVICE/reject";
-const receivedUrl = "settleaccount/p-uB_BA_SERVICE/received";
+const queryUrl = "settleaccount/pub_ba_service/main-query";
+const exportUrl = "settleaccount/pub_ba_service/export";
+const invoiceUrl = "settleaccount/pub_ba_service/generate-invoice";
+const rejectUrl = "settleaccount/pub_ba_service/reject";
+const receivedUrl = "settleaccount/pub_ba_service/received";
const queryMethod = "POST";
const exportMethod = "POST";
const invoiceMethod = "POST";
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_sa_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_sa_detail_service.js
index 9c05371f..7f95994a 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_sa_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_sa_detail_service.js
@@ -130,9 +130,7 @@ export default function () {
schema: schema,
},
edit: {
- deleteUrl,
exportUrl,
- deleteMethod,
exportMethod,
schema: schema,
},
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_se_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_se_detail_service.js
index 3d234959..f3330d38 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_se_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/pub_se_detail_service.js
@@ -81,8 +81,10 @@ const schema = {
const queryUrl = "settleaccount/pub_se_detail_service/get-list";
const exportUrl = "settleaccount/pub_se_detail_service/export";
+const syncUrl = "settleaccount/hand-se-sync/sync";
const queryMethod = "POST";
const exportMethod = "POST";
+const syncMethod = "POST";
export default function () {
return {
@@ -148,7 +150,9 @@ export default function () {
},
edit: {
exportUrl,
+ syncUrl,
exportMethod,
+ syncMethod,
schema: schema,
},
};
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 90ce8c03..dfb576c7 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
@@ -100,7 +100,7 @@ export default [
},
},
{
- path: "synchronous",
+ path: "sync",
meta: {
type: "button",
title: "手动同步",
@@ -138,7 +138,7 @@ export default [
},
},
{
- path: "synchronous",
+ path: "sync",
meta: {
type: "button",
title: "手动同步",
@@ -618,7 +618,7 @@ export default [
},
},
{
- path: "synchronous",
+ path: "sync",
meta: {
type: "button",
title: "手动同步",
@@ -656,7 +656,7 @@ export default [
},
},
{
- path: "synchronous",
+ path: "sync",
meta: {
type: "button",
title: "手动同步",
@@ -1044,123 +1044,916 @@ export default [
},
children: [
{
- path: "input",
+ path: "jit-bbac",
meta: {
type: "group",
- title: "数据输入",
+ title: "BBAC",
icon: "folder",
},
children: [
{
- path: "bbac_jit_pub_sa_service",
- meta: {
- type: "page",
- title: "BBAC结算数据",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "import",
- meta: {
- type: "button",
- title: "导入",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "delete",
- meta: {
- type: "button",
- title: "删除",
- icon: "file",
- isTop: true,
- },
- },
- ],
- },
- {
- path: "bbac_jit_pub_sa_detail_service",
- meta: {
- type: "page",
- title: "BBAC结算数据明细",
- icon: "file",
- isHidden: true,
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
+ path: "input",
+ meta: {
+ type: "group",
+ title: "数据输入",
+ icon: "folder",
+ },
+ children: [
+ {
+ path: "bbac_jit_pub_sa_service",
+ meta: {
+ type: "page",
+ title: "BBAC结算数据",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "import",
+ meta: {
+ type: "button",
+ title: "导入",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "delete",
+ meta: {
+ type: "button",
+ title: "删除",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ ],
+ },
+ {
+ path: "bbac_jit_pub_sa_detail_service",
+ meta: {
+ type: "page",
+ title: "BBAC结算数据明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "bbac_jit_pub_se_detail_service",
+ meta: {
+ type: "page",
+ title: "BBAC发运数据",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "sync",
+ meta: {
+ type: "button",
+ title: "手动同步",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ ],
+ },
+ {
+ path: "contrast",
+ meta: {
+ type: "group",
+ title: "数据对比",
+ icon: "folder",
+ },
+ children: [
+ {
+ path: "bbac_jit_pub_sa_detail_jobservice",
+ meta: {
+ type: "page",
+ title: "BBAC发运与结算比对",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "compare",
+ meta: {
+ type: "button",
+ title: "生成对比",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "delete",
+ meta: {
+ type: "button",
+ title: "删除",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "update-data",
+ meta: {
+ type: "button",
+ title: "更新结算数据状态",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "下载",
+ icon: "file",
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ ],
+ },
+ {
+ path: "settlement",
+ meta: {
+ type: "group",
+ title: "结算开票",
+ icon: "folder",
+ },
+ children: [
+ {
+ path: "bbac_jit_pub_can_sa_service",
+ meta: {
+ type: "page",
+ title: "可结算单",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "generateInvoice",
+ meta: {
+ type: "button",
+ title: "生成发票数据",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "bbac_jit_pub_can_sa_detail_service",
+ meta: {
+ type: "page",
+ title: "可结算单明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "bbac_jit_pub_not_sa_service",
+ meta: {
+ type: "page",
+ title: "不可结算单",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "generateSettlementOrder",
+ meta: {
+ type: "button",
+ title: "生成可结算单",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "bbac_jit_pub_ba_service",
+ meta: {
+ type: "page",
+ title: "商务审批",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "reject",
+ meta: {
+ type: "button",
+ title: "退回",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "received ",
+ meta: {
+ type: "button",
+ title: "客户已收票",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "bbac_jit_pub_ba_detail_service",
+ meta: {
+ type: "page",
+ title: "商务审批明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ ],
+ },
+ {
+ path: "bbac_jit_pub_pd_service",
+ meta: {
+ type: "page",
+ title: "寄售库库存扣减审批",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "reject",
+ meta: {
+ type: "button",
+ title: "退回",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "approvalPassed ",
+ meta: {
+ type: "button",
+ title: "审核通过",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "bbac_jit_pub_pd_detail_service",
+ meta: {
+ type: "page",
+ title: "寄售库库存扣减审批明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ ],
},
],
},
+ ],
+ },
+ {
+ path: "jit-hbpo",
+ meta: {
+ type: "group",
+ title: "HBPO",
+ icon: "folder",
+ },
+ children: [
{
- path: "bbac_jit_pub_se_detail_service",
- meta: {
- type: "page",
- title: "BBAC发运数据",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "synchronous",
- meta: {
- type: "button",
- title: "手动同步",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
+ path: "input",
+ meta: {
+ type: "group",
+ title: "数据输入",
+ icon: "folder",
+ },
+ children: [
+ {
+ path: "hbpo_jit_pub_sa_service",
+ meta: {
+ type: "page",
+ title: "BBAC结算数据",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "import",
+ meta: {
+ type: "button",
+ title: "导入",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "delete",
+ meta: {
+ type: "button",
+ title: "删除",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_jit_pub_sa_detail_service",
+ meta: {
+ type: "page",
+ title: "BBAC结算数据明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_jit_pub_se_detail_service",
+ meta: {
+ type: "page",
+ title: "BBAC发运数据",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "sync",
+ meta: {
+ type: "button",
+ title: "手动同步",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ ],
+ },
+ {
+ path: "contrast",
+ meta: {
+ type: "group",
+ title: "数据对比",
+ icon: "folder",
+ },
+ children: [
+ {
+ path: "hbpo_jit_pub_sa_detail_jobservice",
+ meta: {
+ type: "page",
+ title: "BBAC发运与结算比对",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "compare",
+ meta: {
+ type: "button",
+ title: "生成对比",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "delete",
+ meta: {
+ type: "button",
+ title: "删除",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "update-data",
+ meta: {
+ type: "button",
+ title: "更新结算数据状态",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "下载",
+ icon: "file",
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ ],
+ },
+ {
+ path: "settlement",
+ meta: {
+ type: "group",
+ title: "结算开票",
+ icon: "folder",
+ },
+ children: [
+ {
+ path: "hbpo_jit_pub_can_sa_service",
+ meta: {
+ type: "page",
+ title: "可结算单",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "generateInvoice",
+ meta: {
+ type: "button",
+ title: "生成发票数据",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_jit_pub_can_sa_detail_service",
+ meta: {
+ type: "page",
+ title: "可结算单明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_jit_pub_not_sa_service",
+ meta: {
+ type: "page",
+ title: "不可结算单",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "generateSettlementOrder",
+ meta: {
+ type: "button",
+ title: "生成可结算单",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_jit_pub_ba_service",
+ meta: {
+ type: "page",
+ title: "商务审批",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "reject",
+ meta: {
+ type: "button",
+ title: "退回",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "received ",
+ meta: {
+ type: "button",
+ title: "客户已收票",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_jit_pub_ba_detail_service",
+ meta: {
+ type: "page",
+ title: "商务审批明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_jit_pub_pd_service",
+ meta: {
+ type: "page",
+ title: "寄售库库存扣减审批",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "reject",
+ meta: {
+ type: "button",
+ title: "退回",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "approvalPassed ",
+ meta: {
+ type: "button",
+ title: "审核通过",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_jit_pub_pd_detail_service",
+ meta: {
+ type: "page",
+ title: "寄售库库存扣减审批明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ ],
},
],
},
+ ],
+ },
+ ],
+ },
+ {
+ path: "bj",
+ meta: {
+ type: "group",
+ title: "备件",
+ icon: "folder",
+ },
+ children: [
+ {
+ path: "input",
+ meta: {
+ type: "group",
+ title: "数据输入",
+ icon: "folder",
+ },
+ children: [
{
- path: "hbpo_jit_pub_sa_service",
+ path: "bj_pub_sa_service",
meta: {
type: "page",
- title: "HBPO结算数据",
+ title: "结算数据",
icon: "file",
},
children: [
@@ -1194,10 +1987,10 @@ export default [
],
},
{
- path: "hbpo_jit_pub_sa_detail_service",
+ path: "bj_pub_sa_detail_service",
meta: {
type: "page",
- title: "HBPO结算数据明细",
+ title: "结算数据明细",
icon: "file",
isHidden: true,
},
@@ -1224,10 +2017,10 @@ export default [
],
},
{
- path: "hbpo_jit_pub_se_detail_service",
+ path: "bj_pub_se_detail_service",
meta: {
type: "page",
- title: "HBPO发运数据",
+ title: "发运数据",
icon: "file",
},
children: [
@@ -1241,7 +2034,7 @@ export default [
},
},
{
- path: "synchronous",
+ path: "sync",
meta: {
type: "button",
title: "手动同步",
@@ -1272,68 +2065,12 @@ export default [
},
children: [
{
- path: "bbac_jit_pub_sa_detail_jobservice",
- meta: {
- type: "page",
- title: "BBAC发运与结算比对",
- icon: "file",
- // businessType: "ZhiGongJianBBAC",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "compare",
- meta: {
- type: "button",
- title: "生成对比",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "delete",
- meta: {
- type: "button",
- title: "删除",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "update-data",
- meta: {
- type: "button",
- title: "更新结算数据状态",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "下载",
- icon: "file",
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "hbpo_jit_pub_sa_detail_jobservice",
+ path: "bj_pub_sa_detail_jobservice",
meta: {
type: "page",
- title: "HBPO发运与结算比对",
+ title: "发运与结算比对",
icon: "file",
- // businessType: "ZhiGongJianHBPO",
+ // businessType: "BeiJian",
},
children: [
{
@@ -1394,7 +2131,7 @@ export default [
},
children: [
{
- path: "jit_pub_can_sa_service",
+ path: "bj_pub_can_sa_service",
meta: {
type: "page",
title: "可结算单",
@@ -1433,7 +2170,7 @@ export default [
],
},
{
- path: "jit_pub_not_sa_service",
+ path: "bj_pub_not_sa_service",
meta: {
type: "page",
title: "不可结算单",
@@ -1460,7 +2197,7 @@ export default [
},
},
{
- path: "generateSettlementOrder",
+ path: "bj_generateSettlementOrder",
meta: {
type: "button",
title: "生成可结算单",
@@ -1472,7 +2209,7 @@ export default [
],
},
{
- path: "jit_pub_ba_service",
+ path: "bj_pub_ba_service",
meta: {
type: "page",
title: "商务审批",
@@ -1520,7 +2257,7 @@ export default [
],
},
{
- path: "jit_pub_ba_detail_service",
+ path: "bj_pub_ba_detail_service",
meta: {
type: "page",
title: "商务审批明细",
@@ -1540,7 +2277,7 @@ export default [
],
},
{
- path: "jit_pub_pd_service",
+ path: "bj_pub_pd_service",
meta: {
type: "page",
title: "寄售库库存扣减审批",
@@ -1588,7 +2325,7 @@ export default [
],
},
{
- path: "jit_pub_pd_detail_service",
+ path: "bj_pub_pd_detail_service",
meta: {
type: "page",
title: "寄售库库存扣减审批明细",
@@ -1612,10 +2349,10 @@ export default [
],
},
{
- path: "bj",
+ path: "in",
meta: {
type: "group",
- title: "备件",
+ title: "印度件",
icon: "folder",
},
children: [
@@ -1628,7 +2365,7 @@ export default [
},
children: [
{
- path: "bj_pub_sa_service",
+ path: "in_pub_sa_service",
meta: {
type: "page",
title: "结算数据",
@@ -1665,7 +2402,7 @@ export default [
],
},
{
- path: "bj_pub_sa_detail_service",
+ path: "in_pub_sa_detail_service",
meta: {
type: "page",
title: "结算数据明细",
@@ -1695,7 +2432,7 @@ export default [
],
},
{
- path: "bj_pub_se_detail_service",
+ path: "in_pub_se_detail_service",
meta: {
type: "page",
title: "发运数据",
@@ -1712,7 +2449,7 @@ export default [
},
},
{
- path: "synchronous",
+ path: "sync",
meta: {
type: "button",
title: "手动同步",
@@ -1743,12 +2480,11 @@ export default [
},
children: [
{
- path: "bj_pub_sa_detail_jobservice",
+ path: "in_pub_sa_detail_jobservice",
meta: {
type: "page",
title: "发运与结算比对",
icon: "file",
- // businessType: "BeiJian",
},
children: [
{
@@ -1809,7 +2545,7 @@ export default [
},
children: [
{
- path: "bj_pub_can_sa_service",
+ path: "in_pub_can_sa_service",
meta: {
type: "page",
title: "可结算单",
@@ -1848,7 +2584,7 @@ export default [
],
},
{
- path: "bj_pub_not_sa_service",
+ path: "in_pub_not_sa_service",
meta: {
type: "page",
title: "不可结算单",
@@ -1875,7 +2611,7 @@ export default [
},
},
{
- path: "bj_generateSettlementOrder",
+ path: "generateSettlementOrder",
meta: {
type: "button",
title: "生成可结算单",
@@ -1887,7 +2623,7 @@ export default [
],
},
{
- path: "bj_pub_ba_service",
+ path: "in_pub_ba_service",
meta: {
type: "page",
title: "商务审批",
@@ -1935,7 +2671,7 @@ export default [
],
},
{
- path: "bj_pub_ba_detail_service",
+ path: "in_pub_ba_detail_service",
meta: {
type: "page",
title: "商务审批明细",
@@ -1955,7 +2691,7 @@ export default [
],
},
{
- path: "bj_pub_pd_service",
+ path: "in_pub_pd_service",
meta: {
type: "page",
title: "寄售库库存扣减审批",
@@ -2003,7 +2739,7 @@ export default [
],
},
{
- path: "bj_pub_pd_detail_service",
+ path: "in_pub_pd_detail_service",
meta: {
type: "page",
title: "寄售库库存扣减审批明细",
@@ -2026,840 +2762,664 @@ export default [
},
],
},
+ //不知道自主起的名字
{
- path: "in",
+ path: "md",
meta: {
type: "group",
- title: "印度件",
+ title: "买单件",
icon: "folder",
},
children: [
{
- path: "input",
+ path: "md-hbpo",
meta: {
type: "group",
- title: "数据输入",
+ title: "HBPO",
icon: "folder",
},
children: [
{
- path: "in_pub_sa_service",
- meta: {
- type: "page",
- title: "结算数据",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "import",
- meta: {
- type: "button",
- title: "导入",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "delete",
- meta: {
- type: "button",
- title: "删除",
- icon: "file",
- isTop: true,
- },
- },
- ],
- },
- {
- path: "in_pub_sa_detail_service",
- meta: {
- type: "page",
- title: "结算数据明细",
- icon: "file",
- isHidden: true,
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "in_pub_se_detail_service",
- meta: {
- type: "page",
- title: "发运数据",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "synchronous",
- meta: {
- type: "button",
- title: "手动同步",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- ],
- },
- {
- path: "contrast",
- meta: {
- type: "group",
- title: "数据对比",
- icon: "folder",
- },
- children: [
- {
- path: "in_pub_sa_detail_jobservice",
- meta: {
- type: "page",
- title: "发运与结算比对",
- icon: "file",
- // businessType: "YinDuJian",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "compare",
- meta: {
- type: "button",
- title: "生成对比",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "delete",
- meta: {
- type: "button",
- title: "删除",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "update-data",
- meta: {
- type: "button",
- title: "更新结算数据状态",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "下载",
- icon: "file",
- pattern: "paged",
- },
- },
- ],
- },
- ],
- },
- {
- path: "settlement",
- meta: {
- type: "group",
- title: "结算开票",
- icon: "folder",
- },
- children: [
- {
- path: "in_pub_can_sa_service",
- meta: {
- type: "page",
- title: "可结算单",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- {
- path: "generateInvoice",
- meta: {
- type: "button",
- title: "生成发票数据",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "in_pub_not_sa_service",
- meta: {
- type: "page",
- title: "不可结算单",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- {
- path: "generateSettlementOrder",
- meta: {
- type: "button",
- title: "生成可结算单",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "in_pub_ba_service",
- meta: {
- type: "page",
- title: "商务审批",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "reject",
- meta: {
- type: "button",
- title: "退回",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- {
- path: "received ",
- meta: {
- type: "button",
- title: "客户已收票",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "in_pub_ba_detail_service",
- meta: {
- type: "page",
- title: "商务审批明细",
- icon: "file",
- isHidden: true,
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- ],
- },
- {
- path: "in_pub_pd_service",
- meta: {
- type: "page",
- title: "寄售库库存扣减审批",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "reject",
- meta: {
- type: "button",
- title: "退回",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- {
- path: "approvalPassed ",
- meta: {
- type: "button",
- title: "审核通过",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "in_pub_pd_detail_service",
- meta: {
- type: "page",
- title: "寄售库库存扣减审批明细",
- icon: "file",
- isHidden: true,
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- ],
- },
- ],
- },
- ],
- },
- //不知道自主起的名字
- {
- path: "md",
- meta: {
- type: "group",
- title: "买单件HBPO",
- icon: "folder",
- },
- children: [
- {
- path: "input",
- meta: {
- type: "group",
- title: "数据输入",
- icon: "file",
- },
- children: [
- {
- path: "md_pub_sa_service",
- meta: {
- type: "page",
- title: "结算数据",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "import",
- meta: {
- type: "button",
- title: "导入",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "delete",
- meta: {
- type: "button",
- title: "删除",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "md_pub_sa_detail_service",
- meta: {
- type: "page",
- title: "结算数据明细",
- icon: "file",
- isHidden: true,
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "md_pub_se_detail_service",
- meta: {
- type: "page",
- title: "发运数据",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- {
- path: "synchronous",
- meta: {
- type: "button",
- title: "手动同步",
- icon: "file",
- isTop: true,
- },
- },
- ],
- },
- ],
- },
- {
- path: "contrast",
- meta: {
- type: "group",
- title: "数据对比",
- icon: "file",
- },
- children: [
- {
- path: "md_pub_sa_detail_jobservice",
- meta: {
- type: "page",
- title: "发运与结算比对",
- icon: "file",
- // businessType: "MaiDanJianHBPO",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "compare",
- meta: {
- type: "button",
- title: "生成对比",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "delete",
- meta: {
- type: "button",
- title: "删除",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "update-data",
- meta: {
- type: "button",
- title: "更新结算数据状态",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "下载",
- icon: "file",
- pattern: "paged",
- },
+ path: "input",
+ meta: {
+ type: "group",
+ title: "数据输入",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "hbpo_md_pub_sa_service",
+ meta: {
+ type: "page",
+ title: "结算数据",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "import",
+ meta: {
+ type: "button",
+ title: "导入",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "delete",
+ meta: {
+ type: "button",
+ title: "删除",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_md_pub_sa_detail_service",
+ meta: {
+ type: "page",
+ title: "结算数据明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_md_pub_se_detail_service",
+ meta: {
+ type: "page",
+ title: "发运数据",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "sync",
+ meta: {
+ type: "button",
+ title: "手动同步",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ ],
+ },
+ ],
+ },
+ {
+ path: "contrast",
+ meta: {
+ type: "group",
+ title: "数据对比",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "hbpo_md_pub_sa_detail_jobservice",
+ meta: {
+ type: "page",
+ title: "发运与结算比对",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "compare",
+ meta: {
+ type: "button",
+ title: "生成对比",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "delete",
+ meta: {
+ type: "button",
+ title: "删除",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "update-data",
+ meta: {
+ type: "button",
+ title: "更新结算数据状态",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "下载",
+ icon: "file",
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ ],
+ },
+ {
+ path: "settlement",
+ meta: {
+ type: "group",
+ title: "结算开票",
+ icon: "folder",
+ },
+ children: [
+ {
+ path: "hbpo_md_pub_can_sa_service",
+ meta: {
+ type: "page",
+ title: "可结算单",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "generateInvoice",
+ meta: {
+ type: "button",
+ title: "生成发票数据",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_md_pub_can_sa_detail_service",
+ meta: {
+ type: "page",
+ title: "可结算单明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_md_pub_not_sa_service",
+ meta: {
+ type: "page",
+ title: "不可结算单",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "generateSettlementOrder",
+ meta: {
+ type: "button",
+ title: "生成可结算单",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_md_pub_ba_service",
+ meta: {
+ type: "page",
+ title: "商务审批",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "reject",
+ meta: {
+ type: "button",
+ title: "退回",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "received ",
+ meta: {
+ type: "button",
+ title: "客户已收票",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_md_pub_ba_detail_service",
+ meta: {
+ type: "page",
+ title: "商务审批明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_md_pub_pd_service",
+ meta: {
+ type: "page",
+ title: "寄售库库存扣减审批",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "reject",
+ meta: {
+ type: "button",
+ title: "退回",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "approvalPassed ",
+ meta: {
+ type: "button",
+ title: "审核通过",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "hbpo_md_pub_pd_detail_service",
+ meta: {
+ type: "page",
+ title: "寄售库库存扣减审批明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ ],
},
],
},
],
},
{
- path: "settlement",
+ path: "md-bbac",
meta: {
type: "group",
- title: "结算开票",
+ title: "BBAC",
icon: "folder",
},
children: [
{
- path: "md_pub_can_sa_service",
- meta: {
- type: "page",
- title: "可结算单",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- {
- path: "generateInvoice",
- meta: {
- type: "button",
- title: "生成发票数据",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "md_pub_not_sa_service",
- meta: {
- type: "page",
- title: "不可结算单",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- {
- path: "generateSettlementOrder",
- meta: {
- type: "button",
- title: "生成可结算单",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "md_pub_ba_service",
- meta: {
- type: "page",
- title: "商务审批",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "reject",
- meta: {
- type: "button",
- title: "退回",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- {
- path: "received ",
- meta: {
- type: "button",
- title: "客户已收票",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "md_pub_ba_detail_service",
- meta: {
- type: "page",
- title: "商务审批明细",
- icon: "file",
- isHidden: true,
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- ],
- },
- {
- path: "md_pub_pd_service",
- meta: {
- type: "page",
- title: "寄售库库存扣减审批",
- icon: "file",
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "reject",
- meta: {
- type: "button",
- title: "退回",
- icon: "file",
- isTop: true,
- },
- },
- {
- path: "export",
- meta: {
- type: "button",
- title: "导出",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- {
- path: "approvalPassed ",
- meta: {
- type: "button",
- title: "审核通过",
- icon: "file",
- isTop: true,
- pattern: "paged",
- },
- },
- ],
- },
- {
- path: "md_pub_pd_detail_service",
- meta: {
- type: "page",
- title: "寄售库库存扣减审批明细",
- icon: "file",
- isHidden: true,
- },
- children: [
- {
- path: "query",
- meta: {
- type: "button",
- title: "查询",
- icon: "file",
- isTop: true,
- },
+ path: "input",
+ meta: {
+ type: "group",
+ title: "数据输入",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "bbac_md_pub_sa_service",
+ meta: {
+ type: "page",
+ title: "结算数据",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "import",
+ meta: {
+ type: "button",
+ title: "导入",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "delete",
+ meta: {
+ type: "button",
+ title: "删除",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "bbac_md_pub_sa_detail_service",
+ meta: {
+ type: "page",
+ title: "结算数据明细",
+ icon: "file",
+ isHidden: true,
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ ],
+ },
+ {
+ path: "bbac_md_pub_se_detail_service",
+ meta: {
+ type: "page",
+ title: "发运数据",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "导出",
+ icon: "file",
+ isTop: true,
+ pattern: "paged",
+ },
+ },
+ {
+ path: "sync",
+ meta: {
+ type: "button",
+ title: "手动同步",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ ],
+ },
+ ],
+ },
+ {
+ path: "contrast",
+ meta: {
+ type: "group",
+ title: "数据对比",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "bbac_md_pub_sa_detail_jobservice",
+ meta: {
+ type: "page",
+ title: "发运与结算比对",
+ icon: "file",
+ },
+ children: [
+ {
+ path: "query",
+ meta: {
+ type: "button",
+ title: "查询",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "compare",
+ meta: {
+ type: "button",
+ title: "生成对比",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "delete",
+ meta: {
+ type: "button",
+ title: "删除",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "update-data",
+ meta: {
+ type: "button",
+ title: "更新结算数据状态",
+ icon: "file",
+ isTop: true,
+ },
+ },
+ {
+ path: "export",
+ meta: {
+ type: "button",
+ title: "下载",
+ icon: "file",
+ pattern: "paged",
+ },
+ },
+ ],
},
],
},
@@ -3175,7 +3735,7 @@ export default [
path: "adjust",
meta: {
type: "page",
- title: "技术库存调整表",
+ title: "寄售库存调整",
icon: "file",
},
children: [
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/home.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/home.js
index 6084d2c9..e3339215 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/home.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/home.js
@@ -1,43 +1,5 @@
import html from "html";
-import AppList from "../../../components/list/index.js";
export default {
- components: { AppList },
- template: html`
-
-
-
-
-
- `,
- setup() {
- const tableData = [
- {
- date: "JIS",
- name: "√",
- address: "√",
- },
- {
- date: "直供件",
- name: "√",
- address: "√",
- },
- {
- date: "印度件",
- name: "√",
- address: "",
- },
- {
- date: "备件",
- name: "√",
- address: "",
- },
- {
- date: "买单件",
- name: "对比√ 开票×",
- address: "√",
- },
- ];
- return { tableData };
- },
+ template: html`导入模板下载`,
};
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/contrast/bbac_jit_pub_sa_detail_jobservice.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/contrast/bbac_jit_pub_sa_detail_jobservice.js
similarity index 88%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/contrast/bbac_jit_pub_sa_detail_jobservice.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/contrast/bbac_jit_pub_sa_detail_jobservice.js
index 45c57f8e..47f053f1 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/contrast/bbac_jit_pub_sa_detail_jobservice.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/contrast/bbac_jit_pub_sa_detail_jobservice.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/job-service.js";
+import useConfig from "../../../../models/job-service.js";
import { ref, onMounted, onUnmounted } from "vue";
export default {
@@ -21,4 +21,4 @@ export default {
onUnmounted(() => PubSub.unsubscribe(config.query.schema.properties.businessType.default));
return { config, onCommand, appListRef };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/bbac_jit_pub_sa_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/input/bbac_jit_pub_sa_detail_service.js
similarity index 75%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/bbac_jit_pub_sa_detail_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/input/bbac_jit_pub_sa_detail_service.js
index 29ea6e38..0d7e2c34 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/bbac_jit_pub_sa_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/input/bbac_jit_pub_sa_detail_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_sa_detail_service.js";
+import useConfig from "../../../../models/pub_sa_detail_service.js";
export default {
components: { AppList },
@@ -13,4 +13,4 @@ export default {
config.query.schema.properties.businessType.default = "ZhiGongJianBBAC";
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/bbac_jit_pub_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/input/bbac_jit_pub_sa_service.js
similarity index 76%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/bbac_jit_pub_sa_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/input/bbac_jit_pub_sa_service.js
index edc6cf7a..d3a537e3 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/bbac_jit_pub_sa_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/input/bbac_jit_pub_sa_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_sa_service.js";
+import useConfig from "../../../../models/pub_sa_service.js";
export default {
components: { AppList },
@@ -13,4 +13,4 @@ export default {
config.query.schema.properties.businessType.default = "ZhiGongJianBBAC";
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/bbac_jit_pub_se_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/input/bbac_jit_pub_se_detail_service.js
similarity index 75%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/bbac_jit_pub_se_detail_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/input/bbac_jit_pub_se_detail_service.js
index 72b36273..50bcf58a 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/bbac_jit_pub_se_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/input/bbac_jit_pub_se_detail_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_se_detail_service.js";
+import useConfig from "../../../../models/pub_se_detail_service.js";
export default {
components: { AppList },
@@ -13,4 +13,4 @@ export default {
config.query.schema.properties.businessType.default = "ZhiGongJianBBAC";
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_can_sa_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_ba_detail_service.js
similarity index 70%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_can_sa_detail_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_ba_detail_service.js
index 121f5010..27a2214b 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_can_sa_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_ba_detail_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_can_sa_detail_service.js";
+import useConfig from "../../../../models/pub_ba_detail_service.js";
export default {
components: { AppList },
@@ -12,4 +12,4 @@ export default {
};
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_not_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_ba_service.js
similarity index 71%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_not_sa_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_ba_service.js
index d10d8f4c..e55ea855 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_not_sa_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_ba_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_not_sa_service.js";
+import useConfig from "../../../../models/pub_ba_service.js";
export default {
components: { AppList },
@@ -12,4 +12,4 @@ export default {
};
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_can_sa_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_can_sa_detail_service.js
new file mode 100644
index 00000000..15913712
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_can_sa_detail_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_can_sa_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_can_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_can_sa_service.js
new file mode 100644
index 00000000..15913712
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_can_sa_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_can_sa_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_pd_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_not_sa_service.js
similarity index 71%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_pd_detail_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_not_sa_service.js
index 7d736200..999f1378 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_pd_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_not_sa_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_pd_detail_service.js";
+import useConfig from "../../../../models/pub_not_sa_service.js";
export default {
components: { AppList },
@@ -12,4 +12,4 @@ export default {
};
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_pd_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_pd_detail_service.js
new file mode 100644
index 00000000..38e8d786
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_pd_detail_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_pd_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_ba_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_pd_service.js
similarity index 71%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_ba_detail_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_pd_service.js
index d363f264..add3f208 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_ba_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-bbac/settlement/bbac_jit_pub_pd_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_ba_detail_service";
+import useConfig from "../../../../models/pub_pd_service.js";
export default {
components: { AppList },
@@ -12,4 +12,4 @@ export default {
};
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/contrast/hbpo_jit_pub_sa_detail_jobservice.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/contrast/hbpo_jit_pub_sa_detail_jobservice.js
similarity index 88%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/contrast/hbpo_jit_pub_sa_detail_jobservice.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/contrast/hbpo_jit_pub_sa_detail_jobservice.js
index c761e842..31f633d0 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/contrast/hbpo_jit_pub_sa_detail_jobservice.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/contrast/hbpo_jit_pub_sa_detail_jobservice.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/job-service.js";
+import useConfig from "../../../../models/job-service.js";
import { ref, onMounted, onUnmounted } from "vue";
export default {
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/hbpo_jit_pub_sa_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/input/hbpo_jit_pub_sa_detail_service.js
similarity index 75%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/hbpo_jit_pub_sa_detail_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/input/hbpo_jit_pub_sa_detail_service.js
index d44b7336..7d08dc0b 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/hbpo_jit_pub_sa_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/input/hbpo_jit_pub_sa_detail_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_sa_detail_service.js";
+import useConfig from "../../../../models/pub_sa_detail_service.js";
export default {
components: { AppList },
@@ -13,4 +13,4 @@ export default {
config.query.schema.properties.businessType.default = "ZhiGongJianHBPO";
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/hbpo_jit_pub_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/input/hbpo_jit_pub_sa_service.js
similarity index 75%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/hbpo_jit_pub_sa_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/input/hbpo_jit_pub_sa_service.js
index 426ecbdf..7d08dc0b 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/hbpo_jit_pub_sa_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/input/hbpo_jit_pub_sa_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_sa_service.js";
+import useConfig from "../../../../models/pub_sa_detail_service.js";
export default {
components: { AppList },
@@ -13,4 +13,4 @@ export default {
config.query.schema.properties.businessType.default = "ZhiGongJianHBPO";
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/hbpo_jit_pub_se_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/input/hbpo_jit_pub_se_detail_service.js
similarity index 75%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/hbpo_jit_pub_se_detail_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/input/hbpo_jit_pub_se_detail_service.js
index 70f00a7c..b87fcec6 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/input/hbpo_jit_pub_se_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/input/hbpo_jit_pub_se_detail_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_se_detail_service.js";
+import useConfig from "../../../../models/pub_se_detail_service.js";
export default {
components: { AppList },
@@ -13,4 +13,4 @@ export default {
config.query.schema.properties.businessType.default = "ZhiGongJianHBPO";
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_ba_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_ba_detail_service.js
new file mode 100644
index 00000000..27a2214b
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_ba_detail_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_ba_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_ba_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_ba_service.js
new file mode 100644
index 00000000..27a2214b
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_ba_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_ba_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_can_sa_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_can_sa_detail_service.js
new file mode 100644
index 00000000..15913712
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_can_sa_detail_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_can_sa_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_can_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_can_sa_service.js
new file mode 100644
index 00000000..15913712
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_can_sa_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_can_sa_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_pd_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_not_sa_service.js
similarity index 71%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_pd_detail_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_not_sa_service.js
index 59e1fd72..999f1378 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_pd_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_not_sa_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_pd_detail_service.js";
+import useConfig from "../../../../models/pub_not_sa_service.js";
export default {
components: { AppList },
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_pd_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_pd_detail_service.js
new file mode 100644
index 00000000..38e8d786
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_pd_detail_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_pd_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_ba_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_pd_service.js
similarity index 71%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_ba_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_pd_service.js
index a39fdfa4..add3f208 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_ba_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/jit-hbpo/settlement/hbpo_jit_pub_pd_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_ba_service.js";
+import useConfig from "../../../../models/pub_pd_service.js";
export default {
components: { AppList },
@@ -12,4 +12,4 @@ export default {
};
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_pd_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_pd_service.js
deleted file mode 100644
index e1acdc66..00000000
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_pd_service.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import AppList from "../../../components/list/index.js";
-import html from "html";
-import useConfig from "../../../models/pub_pd_service.js";
-
-export default {
- components: { AppList },
- template: html``,
- setup() {
- const config = useConfig();
- const onCommand = async (item, rows) => {
- console.log(item.path, item, rows);
- };
- return { config, onCommand };
- },
-};
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/contrast/bbac_md_pub_sa_detail_jobservice.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/contrast/bbac_md_pub_sa_detail_jobservice.js
new file mode 100644
index 00000000..7f95c024
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/contrast/bbac_md_pub_sa_detail_jobservice.js
@@ -0,0 +1,24 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/job-service.js";
+import { ref, onMounted, onUnmounted } from "vue";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ config.query.schema.title = "发运与结算";
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ config.query.schema.properties.businessType.default = "MaiDanJianBBAC";
+ config.query.schema.properties.name.default = "买单件BBAC结算与发运数据对比";
+ const appListRef = ref(null);
+ onMounted(() =>
+ PubSub.subscribe(config.query.schema.properties.name.default, async () => await appListRef.value.load())
+ );
+ onUnmounted(() => PubSub.unsubscribe(config.query.schema.properties.businessType.default));
+ return { config, onCommand, appListRef };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_sa_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_sa_detail_service.js
new file mode 100644
index 00000000..6068237a
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_sa_detail_service.js
@@ -0,0 +1,16 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_sa_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ config.query.schema.properties.businessType.default = "MaiDanJianBBAC";
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_sa_service.js
new file mode 100644
index 00000000..42a9811d
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_sa_service.js
@@ -0,0 +1,16 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_sa_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ config.query.schema.properties.businessType.default = "MaiDanJianBBAC";
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_se_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_se_detail_service.js
new file mode 100644
index 00000000..bf63ecda
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-bbac/input/bbac_md_pub_se_detail_service.js
@@ -0,0 +1,16 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_se_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ config.query.schema.properties.businessType.default = "MaiDanJianBBAC";
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/contrast/md_pub_sa_detail_jobservice.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/contrast/hbpo_md_pub_sa_detail_jobservice.js
similarity index 78%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/contrast/md_pub_sa_detail_jobservice.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/contrast/hbpo_md_pub_sa_detail_jobservice.js
index be428ba6..1fca9dee 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/contrast/md_pub_sa_detail_jobservice.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/contrast/hbpo_md_pub_sa_detail_jobservice.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/job-service.js";
+import useConfig from "../../../../models/job-service.js";
import { ref, onMounted, onUnmounted } from "vue";
export default {
@@ -13,7 +13,7 @@ export default {
console.log(item.path, item, rows);
};
config.query.schema.properties.businessType.default = "MaiDanJianHBPO";
- // config.query.schema.properties.name.default = "直供件BBAC结算与发运数据对比";
+ config.query.schema.properties.name.default = "买单件HBPO结算与发运数据对比";
const appListRef = ref(null);
onMounted(() =>
PubSub.subscribe(config.query.schema.properties.name.default, async () => await appListRef.value.load())
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/input/md_pub_sa_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/input/hbpo_md_pub_sa_detail_service.js
similarity index 75%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/input/md_pub_sa_detail_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/input/hbpo_md_pub_sa_detail_service.js
index 4abac8a5..b6088769 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/input/md_pub_sa_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/input/hbpo_md_pub_sa_detail_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_sa_detail_service.js";
+import useConfig from "../../../../models/pub_sa_detail_service.js";
export default {
components: { AppList },
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/input/md_pub_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/input/hbpo_md_pub_sa_service.js
similarity index 76%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/input/md_pub_sa_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/input/hbpo_md_pub_sa_service.js
index f7e199b1..39ff86ea 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/input/md_pub_sa_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/input/hbpo_md_pub_sa_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_sa_service.js";
+import useConfig from "../../../../models/pub_sa_service.js";
export default {
components: { AppList },
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/input/md_pub_se_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/input/hbpo_md_pub_se_detail_service.js
similarity index 75%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/input/md_pub_se_detail_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/input/hbpo_md_pub_se_detail_service.js
index 13f6260c..b95cb1d5 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/input/md_pub_se_detail_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/input/hbpo_md_pub_se_detail_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_se_detail_service.js";
+import useConfig from "../../../../models/pub_se_detail_service.js";
export default {
components: { AppList },
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_ba_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_ba_detail_service.js
new file mode 100644
index 00000000..27a2214b
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_ba_detail_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_ba_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_can_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_ba_service.js
similarity index 71%
rename from code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_can_sa_service.js
rename to code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_ba_service.js
index 0702cd81..e55ea855 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/jit/settlement/jit_pub_can_sa_service.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_ba_service.js
@@ -1,6 +1,6 @@
-import AppList from "../../../components/list/index.js";
+import AppList from "../../../../components/list/index.js";
import html from "html";
-import useConfig from "../../../models/pub_can_sa_service.js";
+import useConfig from "../../../../models/pub_ba_service.js";
export default {
components: { AppList },
@@ -12,4 +12,4 @@ export default {
};
return { config, onCommand };
},
-};
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_can_sa_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_can_sa_detail_service.js
new file mode 100644
index 00000000..15913712
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_can_sa_detail_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_can_sa_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_can_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_can_sa_service.js
new file mode 100644
index 00000000..c996ad63
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_can_sa_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_can_sa_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_not_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_not_sa_service.js
new file mode 100644
index 00000000..999f1378
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_not_sa_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_not_sa_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_pd_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_pd_detail_service.js
new file mode 100644
index 00000000..38e8d786
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_pd_detail_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_pd_detail_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_pd_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_pd_service.js
new file mode 100644
index 00000000..add3f208
--- /dev/null
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/md-hbpo/settlement/hbpo_md_pub_pd_service.js
@@ -0,0 +1,15 @@
+import AppList from "../../../../components/list/index.js";
+import html from "html";
+import useConfig from "../../../../models/pub_pd_service.js";
+
+export default {
+ components: { AppList },
+ template: html``,
+ setup() {
+ const config = useConfig();
+ const onCommand = async (item, rows) => {
+ console.log(item.path, item, rows);
+ };
+ return { config, onCommand };
+ },
+};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_ba_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_ba_detail_service.js
deleted file mode 100644
index 330af3df..00000000
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_ba_detail_service.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import AppList from "../../../components/list/index.js";
-import html from "html";
-import useConfig from "../../../models/pub_ba_detail_service";
-
-export default {
- components: { AppList },
- template: html``,
- setup() {
- const config = useConfig();
- const onCommand = async (item, rows) => {
- console.log(item.path, item, rows);
- };
- return { config, onCommand };
- },
-};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_ba_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_ba_service.js
deleted file mode 100644
index a17bee4c..00000000
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_ba_service.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import AppList from "../../../components/list/index.js";
-import html from "html";
-import useConfig from "../../../models/pub_ba_service.js";
-
-export default {
- components: { AppList },
- template: html``,
- setup() {
- const config = useConfig();
- const onCommand = async (item, rows) => {
- console.log(item.path, item, rows);
- };
- return { config, onCommand };
- },
-};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_can_sa_detail_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_can_sa_detail_service.js
deleted file mode 100644
index 8ba02935..00000000
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_can_sa_detail_service.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import AppList from "../../../components/list/index.js";
-import html from "html";
-import useConfig from "../../../models/pub_can_sa_detail_service.js";
-
-export default {
- components: { AppList },
- template: html``,
- setup() {
- const config = useConfig();
- const onCommand = async (item, rows) => {
- console.log(item.path, item, rows);
- };
- return { config, onCommand };
- },
-};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_can_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_can_sa_service.js
deleted file mode 100644
index 0afe7c1b..00000000
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_can_sa_service.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import AppList from "../../../components/list/index.js";
-import html from "html";
-import useConfig from "../../../models/pub_can_sa_service.js";
-
-export default {
- components: { AppList },
- template: html``,
- setup() {
- const config = useConfig();
- const onCommand = async (item, rows) => {
- console.log(item.path, item, rows);
- };
- return { config, onCommand };
- },
-};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_not_sa_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_not_sa_service.js
deleted file mode 100644
index 5fcd3054..00000000
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_not_sa_service.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import AppList from "../../../components/list/index.js";
-import html from "html";
-import useConfig from "../../../models/pub_not_sa_service.js";
-
-export default {
- components: { AppList },
- template: html``,
- setup() {
- const config = useConfig();
- const onCommand = async (item, rows) => {
- console.log(item.path, item, rows);
- };
- return { config, onCommand };
- },
-};
\ No newline at end of file
diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_pd_service.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_pd_service.js
deleted file mode 100644
index 72204c7c..00000000
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/md/settlement/md_pub_pd_service.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import AppList from "../../../components/list/index.js";
-import html from "html";
-import useConfig from "../../../models/pub_pd_service.js";
-
-export default {
- components: { AppList },
- template: html``,
- setup() {
- const config = useConfig();
- const onCommand = async (item, rows) => {
- console.log(item.path, item, rows);
- };
- return { config, onCommand };
- },
-};
\ No newline at end of file