Browse Source

初始导入

yingp 5 years ago
parent
commit
d4b72dabba
100 changed files with 2 additions and 3528 deletions
  1. 1 0
      .gitignore
  2. 0 6
      applications/scm/scm-base/out/production/resources/metadata/Assert.domain.json
  3. 0 6
      applications/scm/scm-base/out/production/resources/metadata/Base.domain.json
  4. 0 114
      applications/scm/scm-base/out/production/resources/metadata/Base.fn.json
  5. 0 17
      applications/scm/scm-base/out/production/resources/metadata/Base.module.json
  6. 0 6
      applications/scm/scm-base/out/production/resources/metadata/Cost.domain.json
  7. 0 6
      applications/scm/scm-base/out/production/resources/metadata/Customer.domain.json
  8. 0 6
      applications/scm/scm-base/out/production/resources/metadata/Ecommerce.domain.json
  9. 0 6
      applications/scm/scm-base/out/production/resources/metadata/Finance.domain.json
  10. 0 6
      applications/scm/scm-base/out/production/resources/metadata/PLM.domain.json
  11. 0 6
      applications/scm/scm-base/out/production/resources/metadata/PM.domain.json
  12. 0 6
      applications/scm/scm-base/out/production/resources/metadata/Scm.domain.json
  13. 0 6
      applications/scm/scm-base/out/production/resources/metadata/Sys.domain.json
  14. 0 781
      applications/scm/scm-base/out/production/resources/metadata/product/Product.form.json
  15. 0 5
      applications/scm/scm-base/out/production/resources/metadata/supplier/Supplier.filter.json
  16. 0 943
      applications/scm/scm-base/out/production/resources/metadata/supplier/Supplier.form.json
  17. BIN
      applications/scm/scm-purchase/out/production/classes/META-INF/uas-platform.applications.scm.scm-purchase.main.kotlin_module
  18. 0 184
      applications/scm/scm-purchase/out/production/resources/metadata/Purchase.fn.json
  19. 0 1125
      applications/scm/scm-purchase/out/production/resources/metadata/Purchase.form.json
  20. 0 32
      applications/scm/scm-purchase/out/production/resources/metadata/Purchase.module.json
  21. BIN
      applications/starter/out/production/classes/META-INF/uas-platform.applications.starter.main.kotlin_module
  22. BIN
      applications/starter/out/production/classes/com/usoftchina/uas/ApplicationStarter.class
  23. BIN
      applications/starter/out/production/classes/com/usoftchina/uas/config/WebConfig.class
  24. BIN
      applications/starter/out/production/classes/com/usoftchina/uas/error/DefaultErrorConfig.class
  25. BIN
      applications/starter/out/production/classes/com/usoftchina/uas/error/GlobalExceptionHandler.class
  26. BIN
      applications/starter/out/production/classes/com/usoftchina/uas/error/ServletErrorUtils.class
  27. BIN
      applications/starter/out/production/classes/com/usoftchina/uas/error/UnCaughtErrorFilter.class
  28. 0 22
      applications/starter/out/production/resources/application.yml
  29. 0 10
      applications/starter/out/production/resources/banner.txt
  30. 0 3
      applications/starter/out/production/resources/config/application-prod.yml
  31. 0 3
      applications/starter/out/production/resources/config/application-test.yml
  32. 1 1
      build.gradle
  33. BIN
      framework/framework-app/out/production/classes/com/usoftchina/uas/app/view/HomeController.class
  34. BIN
      framework/framework-app/out/production/classes/com/usoftchina/uas/app/view/MainApplication.class
  35. BIN
      framework/framework-app/out/production/classes/com/usoftchina/uas/app/view/MainController.class
  36. BIN
      framework/framework-app/out/production/classes/com/usoftchina/uas/app/view/MainMenuController.class
  37. BIN
      framework/framework-app/out/production/classes/com/usoftchina/uas/app/web/WebEventAdapter.class
  38. BIN
      framework/framework-app/out/production/classes/com/usoftchina/uas/app/web/dto/EventParams.class
  39. BIN
      framework/framework-app/out/production/classes/com/usoftchina/uas/app/web/dto/ViewParams.class
  40. 0 24
      framework/framework-app/out/production/resources/metadata/Home.form.json
  41. 0 176
      framework/framework-app/out/production/resources/metadata/Main.form.json
  42. 0 25
      framework/framework-app/out/production/resources/metadata/MainMenu.form.json
  43. BIN
      framework/framework-core/out/production/classes/META-INF/uas-platform.framework.framework-core.main.kotlin_module
  44. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/base/ExtensionMap.class
  45. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/base/Result.class
  46. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/context/ContextHolder.class
  47. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/exception/BaseCheckedException.class
  48. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/exception/BaseException.class
  49. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/exception/BaseExceptionCode.class
  50. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/exception/BaseUncheckedException.class
  51. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/exception/BizException.class
  52. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/exception/CommonException.class
  53. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/exception/ExceptionCode.class
  54. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/exception/Try$UncheckedConsumer.class
  55. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/exception/Try$UncheckedFunction.class
  56. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/exception/Try.class
  57. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/io/UasFactoriesLoader.class
  58. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/DefaultMetadataScanner.class
  59. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/Metadata.class
  60. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataDefinitionException.class
  61. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataResolver.class
  62. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataScan.class
  63. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataScannedEvent.class
  64. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataScanner.class
  65. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataScannerRegistrar.class
  66. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/json/JsonFileResolver.class
  67. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/ArrayUtils.class
  68. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/Beans.class
  69. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/DataList.class
  70. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/DateUtils.class
  71. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/HashTable.class
  72. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/JsonUtils.class
  73. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/Record.class
  74. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/Safety.class
  75. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/StringUtils.class
  76. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/Table.class
  77. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/ThConsumer.class
  78. BIN
      framework/framework-core/out/production/classes/com/usoftchina/uas/util/TypeUtils.class
  79. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/DomainInitialize.class
  80. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/DomainMetadata.class
  81. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/DomainMetadataResolver.class
  82. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/DomainMetadataService.class
  83. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/console/NavItem.class
  84. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/console/NavMetadata.class
  85. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/console/NavMetadataResolver.class
  86. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/function/FunctionEntryMetadata.class
  87. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/function/FunctionMetadata.class
  88. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/function/FunctionMetadataResolver.class
  89. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/function/FunctionMetadataService.class
  90. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/module/ModuleMetadata.class
  91. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/module/ModuleMetadataResolver.class
  92. BIN
      framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/module/ModuleMetadataService.class
  93. 0 3
      framework/framework-domain/out/production/resources/META-INF/uas.factories
  94. BIN
      framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/EntityFieldMetadata.class
  95. BIN
      framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/EntityInitialize.class
  96. BIN
      framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/EntityInitializedEvent.class
  97. BIN
      framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/EntityMetadata.class
  98. BIN
      framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/EntityMetadataService.class
  99. BIN
      framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/FieldResolver$1.class
  100. BIN
      framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/FieldResolver.class

+ 1 - 0
.gitignore

@@ -31,3 +31,4 @@ nbdist/
 generatorConfig.xml
 
 *.log:
+out/

+ 0 - 6
applications/scm/scm-base/out/production/resources/metadata/Assert.domain.json

@@ -1,6 +0,0 @@
-[
-  {
-    "name": "资产管理",
-    "id": "assert"
-  }
-]

+ 0 - 6
applications/scm/scm-base/out/production/resources/metadata/Base.domain.json

@@ -1,6 +0,0 @@
-[
-  {
-    "name": "基础管理",
-    "id": "base"
-  }
-]

+ 0 - 114
applications/scm/scm-base/out/production/resources/metadata/Base.fn.json

@@ -1,114 +0,0 @@
-[
-  {
-    "groupId": "base_data_main",
-    "groupName": "主数据",
-    "module": "base_data",
-    "entries": [
-      {
-        "text": "物料",
-        "formId": "base_product",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "物料列表",
-        "formId": "base_product",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      },
-      {
-        "text": "供应商",
-        "formId": "base_supplier",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "供应商列表",
-        "formId": "base_supplier",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      },
-      {
-        "text": "客户",
-        "formId": "base_customer",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "客户列表",
-        "formId": "base_customer",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      },
-      {
-        "text": "部门",
-        "formId": "base_dept",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "部门列表",
-        "formId": "base_dept",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      },
-      {
-        "text": "员工",
-        "formId": "base_emp",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "员工列表",
-        "formId": "base_emp",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      }
-    ]
-  },
-  {
-    "groupId": "base_data_public",
-    "groupName": "公共资料",
-    "module": "base_data",
-    "entries": [
-      {
-        "text": "币别",
-        "formId": "base_currency",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "计量单位",
-        "formId": "base_unit",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      }
-    ]
-  },
-  {
-    "groupId": "base_data_support",
-    "groupName": "辅助资料",
-    "module": "base_data",
-    "entries": [
-      {
-        "text": "辅助资料列表",
-        "formId": "base_supportdata",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "new"
-      }
-    ]
-  }
-]

+ 0 - 17
applications/scm/scm-base/out/production/resources/metadata/Base.module.json

@@ -1,17 +0,0 @@
-[
-  {
-    "id": "base_data",
-    "name": "基础资料",
-    "domain": "base"
-  },
-  {
-    "id": "base_setting",
-    "name": "公共设置",
-    "domain": "base"
-  },
-  {
-    "id": "base_init",
-    "name": "初始化管理",
-    "domain": "base"
-  }
-]

+ 0 - 6
applications/scm/scm-base/out/production/resources/metadata/Cost.domain.json

@@ -1,6 +0,0 @@
-[
-  {
-    "name": "成本管理",
-    "id": "cost"
-  }
-]

+ 0 - 6
applications/scm/scm-base/out/production/resources/metadata/Customer.domain.json

@@ -1,6 +0,0 @@
-[
-  {
-    "name": "客户关系管理",
-    "id": "cust"
-  }
-]

+ 0 - 6
applications/scm/scm-base/out/production/resources/metadata/Ecommerce.domain.json

@@ -1,6 +0,0 @@
-[
-  {
-    "name": "电商与分销",
-    "id": "ec"
-  }
-]

+ 0 - 6
applications/scm/scm-base/out/production/resources/metadata/Finance.domain.json

@@ -1,6 +0,0 @@
-[
-  {
-    "name": "财务会计",
-    "id": "fa"
-  }
-]

+ 0 - 6
applications/scm/scm-base/out/production/resources/metadata/PLM.domain.json

@@ -1,6 +0,0 @@
-[
-  {
-    "name": "PLM",
-    "id": "plm"
-  }
-]

+ 0 - 6
applications/scm/scm-base/out/production/resources/metadata/PM.domain.json

@@ -1,6 +0,0 @@
-[
-  {
-    "name": "生产制造",
-    "id": "pm"
-  }
-]

+ 0 - 6
applications/scm/scm-base/out/production/resources/metadata/Scm.domain.json

@@ -1,6 +0,0 @@
-[
-  {
-    "name": "供应链",
-    "id": "scm"
-  }
-]

+ 0 - 6
applications/scm/scm-base/out/production/resources/metadata/Sys.domain.json

@@ -1,6 +0,0 @@
-[
-  {
-    "name": "系统管理",
-    "id": "sys"
-  }
-]

+ 0 - 781
applications/scm/scm-base/out/production/resources/metadata/product/Product.form.json

@@ -1,781 +0,0 @@
-[
-  {
-    "id": "base_product",
-    "name": "物料",
-    "type": "baseData",
-    "nameColumnName": "BASE_PRODUCT.PR_NAME",
-    "idColumnName": "PR_ID",
-    "codeColumnName": "PR_CODE",
-    "entities": [
-      {
-        "name": "物料",
-        "tableName": "BASE_PRODUCT",
-        "type": "head",
-        "fields": [
-          {
-            "name": "编码",
-            "columnName": "PR_CODE",
-            "type": "code",
-            "length": 50
-          },
-          {
-            "name": "名称",
-            "columnName": "PR_NAME",
-            "type": "text",
-            "length": 255
-          },
-          {
-            "name": "创建人",
-            "columnName": "PR_CREATOR",
-            "type": "creator"
-          },
-          {
-            "name": "创建日期",
-            "columnName": "PR_CREATEDATE",
-            "type": "createDate"
-          },
-          {
-            "name": "修改人",
-            "columnName": "PR_MODIFIER",
-            "type": "modifier"
-          },
-          {
-            "name": "修改日期",
-            "columnName": "PR_MODIFYDATE",
-            "type": "modifyDate"
-          },
-          {
-            "name": "审核人",
-            "columnName": "PR_AUDITOR",
-            "type": "user"
-          },
-          {
-            "name": "审核日期",
-            "columnName": "PR_AUDITDATE",
-            "type": "date"
-          },
-          {
-            "name": "单据状态",
-            "columnName": "PR_STATUS",
-            "type": "status",
-            "statusList": [
-              {
-                "code": "E",
-                "name": "在录入"
-              },
-              {
-                "code": "S",
-                "name": "已提交"
-              },
-              {
-                "code": "A",
-                "name": "已审核"
-              }
-            ]
-          },
-          {
-            "name": "禁用人",
-            "columnName": "PR_FORBIDER",
-            "type": "user"
-          },
-          {
-            "name": "禁用日期",
-            "columnName": "PR_FORBIDDATE",
-            "type": "date"
-          },
-          {
-            "name": "禁用状态",
-            "columnName": "PR_FORBIDSTATUS",
-            "type": "status",
-            "statusList": [
-              {
-                "code": "N",
-                "name": "否",
-                "control": [
-                  {
-                    "type": "field",
-                    "scope": [
-                      "BASE_PRODUCT.PR_CODE",
-                      "BASE_PRODUCT.PR_NAME"
-                    ]
-                  },
-                  {
-                    "type": "menubar",
-                    "scope": []
-                  }
-                ]
-              },
-              {
-                "code": "Y",
-                "name": "是"
-              }
-            ]
-          }
-        ]
-      },
-      {
-        "name": "基本信息",
-        "tableName": "BASE_PRODUCT_BASE",
-        "type": "subHead",
-        "idColumnName": "PR_BASE_ID",
-        "fields": [
-          {
-            "name": "允许采购",
-            "columnName": "PR_IS_PURCHASE",
-            "type": "checkbox"
-          },
-          {
-            "name": "允许销售",
-            "columnName": "PR_IS_SALE",
-            "type": "checkbox"
-          },
-          {
-            "name": "允许生产",
-            "columnName": "PR_IS_MAKE",
-            "type": "checkbox"
-          },
-          {
-            "name": "允许委外",
-            "columnName": "PR_IS_OSMAKE",
-            "type": "checkbox"
-          },
-          {
-            "name": "允许库存",
-            "columnName": "PR_IS_STOCK",
-            "type": "checkbox"
-          }
-        ]
-      },
-      {
-        "name": "采购",
-        "tableName": "BASE_PRODUCT_PURC",
-        "type": "subHead",
-        "idColumnName": "PR_PURC_ID",
-        "fields": [
-          {
-            "name": "最小包装数",
-            "columnName": "PR_MIN_PACK",
-            "type": "int"
-          },
-          {
-            "name": "收货提前天数",
-            "columnName": "PR_RECE_DAY",
-            "type": "int"
-          },
-          {
-            "name": "允许退料",
-            "columnName": "PR_PURC_RETURN",
-            "type": "checkbox"
-          },
-          {
-            "name": "采购单位",
-            "columnName": "PR_UNIT",
-            "type": "baseData",
-            "ref": "base_unit"
-          },
-          {
-            "name": "采购计价单位",
-            "columnName": "PR_PRICE_UNIT",
-            "type": "baseData",
-            "ref": "base_unit"
-          }
-        ]
-      },
-      {
-        "name": "销售",
-        "tableName": "BASE_PRODUCT_SALE",
-        "type": "subHead",
-        "idColumnName": "PR_SALE_ID",
-        "fields": [
-          {
-            "name": "起订量",
-            "columnName": "PR_MIN_ORDER",
-            "type": "int"
-          },
-          {
-            "name": "允许退料",
-            "columnName": "PR_SALE_RETURN",
-            "type": "checkbox"
-          },
-          {
-            "name": "销售单位",
-            "columnName": "PR_SALE_UNIT",
-            "type": "baseData",
-            "ref": "base_unit"
-          },
-          {
-            "name": "销售计价单位",
-            "columnName": "PR_SALE_PRICE_UNIT",
-            "type": "baseData",
-            "ref": "base_unit"
-          }
-        ]
-      }
-    ],
-    "operations": [
-      {
-        "id": "save",
-        "name": "保存",
-        "type": "save"
-      },
-      {
-        "id": "submit",
-        "name": "提交",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "PR_STATUS",
-          "statusValue": "S"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 在录入,允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "PR_STATUS",
-                  "compare": "=",
-                  "value": "E"
-                }
-              ],
-              "triggerOnTrue": false,
-              "message": "只能提交在录入的单据"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "unSubmit",
-        "name": "反提交",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "PR_STATUS",
-          "statusValue": "E"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 已提交,允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "PR_STATUS",
-                  "compare": "=",
-                  "value": "E"
-                }
-              ],
-              "triggerOnTrue": false,
-              "message": "单据未提交"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "audit",
-        "name": "审核",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "PR_STATUS",
-          "statusValue": "A"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 在录入,不允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "PR_STATUS",
-                  "compare": "=",
-                  "value": "E"
-                }
-              ],
-              "triggerOnTrue": true,
-              "message": "请先提交单据"
-            },
-            "level": "error"
-          },
-          {
-            "type": "legal",
-            "description": "状态 = 已审核,不允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "PR_STATUS",
-                  "compare": "=",
-                  "value": "A"
-                }
-              ],
-              "triggerOnTrue": true,
-              "message": "单据已经审核,无需再审"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "unAudit",
-        "name": "反审核",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "PR_STATUS",
-          "statusValue": "E"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 已审核,允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "PR_STATUS",
-                  "compare": "=",
-                  "value": "A"
-                }
-              ],
-              "triggerOnTrue": false,
-              "message": "单据未审核"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "new",
-        "name": "新增",
-        "type": "addView",
-        "params": {
-          "viewName": "base_product",
-          "viewType": "form",
-          "openType": "card"
-        }
-      },
-      {
-        "id": "close",
-        "name": "退出",
-        "type": "closeView"
-      },
-      {
-        "id": "returnData",
-        "name": "返回数据",
-        "type": "returnData"
-      }
-    ],
-    "codeRules": [
-      {
-        "default": true,
-        "name": "物料编码规则",
-        "description": "物料编码规则",
-        "editable": true,
-        "repairable": true,
-        "entries": [
-          {
-            "type": "number",
-            "cover": "0",
-            "seed": 1,
-            "increment": 1,
-            "length": 4
-          }
-        ]
-      }
-    ],
-    "views": [
-      {
-        "viewType": "form",
-        "layout": "fit",
-        "items": [
-          {
-            "xtype": "menubar",
-            "ui": "form-menubar",
-            "items": [
-              {
-                "text": "新增",
-                "menu": [
-                  {
-                    "text": "新增"
-                  },
-                  {
-                    "text": "复制"
-                  }
-                ]
-              },
-              {
-                "text": "保存",
-                "reference": "tbSave",
-                "operation": "save"
-              },
-              {
-                "text": "提交",
-                "menu": [
-                  {
-                    "text": "提交",
-                    "reference": "tbSubmit",
-                    "operation": "submit"
-                  },
-                  {
-                    "text": "反提交",
-                    "reference": "tbUnSubmit",
-                    "operation": "unSubmit"
-                  }
-                ]
-              },
-              {
-                "text": "审核",
-                "menu": [
-                  {
-                    "text": "审核",
-                    "reference": "tbAudit",
-                    "operation": "audit"
-                  },
-                  {
-                    "text": "反审核",
-                    "reference": "tbUnAudit",
-                    "operation": "unAudit"
-                  }
-                ]
-              },
-              {
-                "text": "列表"
-              },
-              {
-                "text": "退出",
-                "reference": "closeBtn",
-                "operation": "close"
-              }
-            ]
-          },
-          {
-            "xtype": "container",
-            "height": 50,
-            "layout": "absolute",
-            "items": [
-              {
-                "xtype": "textfield",
-                "fieldLabel": "编码",
-                "bind": "{BASE_PRODUCT.PR_CODE}",
-                "emptyText": "保存时自动生成",
-                "x": 10,
-                "y": 10,
-                "width": 300
-              },
-              {
-                "xtype": "textfield",
-                "fieldLabel": "名称",
-                "bind": "{BASE_PRODUCT.PR_NAME}",
-                "x": 310,
-                "y": 10,
-                "width": 300
-              }
-            ]
-          },
-          {
-            "xtype": "tabpanel",
-            "ui": "form",
-            "height": 500,
-            "items": [
-              {
-                "title": "基本信息",
-                "layout": "absolute",
-                "items": [
-                  {
-                    "xtype": "checkbox",
-                    "fieldLabel": "允许采购",
-                    "bind": "{BASE_PRODUCT_BASE.PR_IS_PURCHASE}",
-                    "x": 10,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "checkbox",
-                    "fieldLabel": "允许销售",
-                    "bind": "{BASE_PRODUCT_BASE.PR_IS_SALE}",
-                    "x": 10,
-                    "y": 50,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "checkbox",
-                    "fieldLabel": "允许生产",
-                    "bind": "{BASE_PRODUCT_BASE.PR_IS_MAKE}",
-                    "x": 310,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "checkbox",
-                    "fieldLabel": "允许委外",
-                    "bind": "{BASE_PRODUCT_BASE.PR_IS_OSMAKE}",
-                    "x": 310,
-                    "y": 50,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "checkbox",
-                    "fieldLabel": "允许库存",
-                    "bind": "{BASE_PRODUCT_BASE.PR_IS_STOCK}",
-                    "x": 610,
-                    "y": 10,
-                    "width": 300
-                  }
-                ]
-              },
-              {
-                "title": "采购",
-                "layout": "absolute",
-                "items": [
-                  {
-                    "xtype": "numberfield",
-                    "fieldLabel": "最小包装数",
-                    "bind": "{BASE_PRODUCT_PURC.PR_MIN_PACK}",
-                    "x": 10,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "numberfield",
-                    "fieldLabel": "收货提前天数",
-                    "bind": "{BASE_PRODUCT_PURC.PR_RECE_DAY}",
-                    "x": 10,
-                    "y": 50,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "checkbox",
-                    "fieldLabel": "允许退料",
-                    "bind": "{BASE_PRODUCT_SALE.PR_PURC_RETURN}",
-                    "x": 10,
-                    "y": 90,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "采购单位",
-                    "bind": "{BASE_PRODUCT_PURC.PR_PURC_UNIT}",
-                    "x": 310,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "采购计价单位",
-                    "bind": "{BASE_PRODUCT_PURC.PR_PURC_PRICE_UNIT}",
-                    "x": 310,
-                    "y": 50,
-                    "width": 300
-                  }
-                ]
-              },
-              {
-                "title": "销售",
-                "layout": "absolute",
-                "items": [
-                  {
-                    "xtype": "numberfield",
-                    "fieldLabel": "起订量",
-                    "bind": "{BASE_PRODUCT_SALE.PR_MIN_ORDER}",
-                    "x": 10,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "checkbox",
-                    "fieldLabel": "允许退料",
-                    "bind": "{BASE_PRODUCT_SALE.PR_SALE_RETURN}",
-                    "x": 10,
-                    "y": 50,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "销售单位",
-                    "bind": "{BASE_PRODUCT_SALE.PR_SALE_UNIT}",
-                    "x": 310,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "销售计价单位",
-                    "bind": "{BASE_PRODUCT_SALE.PR_SALE_PRICE_UNIT}",
-                    "x": 310,
-                    "y": 50,
-                    "width": 300
-                  }
-                ]
-              },
-              {
-                "title": "其他信息",
-                "layout": "absolute",
-                "items": [
-                  {
-                    "x": 10,
-                    "y": 10,
-                    "width": 300,
-                    "fieldLabel": "创建人",
-                    "xtype": "textfield",
-                    "bind": "{BASE_PRODUCT.PR_CREATOR}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 10,
-                    "y": 50,
-                    "width": 300,
-                    "fieldLabel": "创建日期",
-                    "xtype": "datefield",
-                    "bind": "{BASE_PRODUCT.PR_CREATEDATE}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 10,
-                    "y": 90,
-                    "width": 300,
-                    "fieldLabel": "修改人",
-                    "xtype": "textfield",
-                    "bind": "{BASE_PRODUCT.PR_MODIFIER}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 10,
-                    "y": 130,
-                    "width": 300,
-                    "fieldLabel": "修改日期",
-                    "xtype": "datefield",
-                    "bind": "{BASE_PRODUCT.PR_MODIFYDATE}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 310,
-                    "y": 10,
-                    "width": 300,
-                    "fieldLabel": "审核人",
-                    "xtype": "textfield",
-                    "bind": "{BASE_PRODUCT.PR_AUDITOR}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 310,
-                    "y": 50,
-                    "width": 300,
-                    "fieldLabel": "审核日期",
-                    "xtype": "datefield",
-                    "bind": "{BASE_PRODUCT.PR_AUDITDATE}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 610,
-                    "y": 10,
-                    "width": 300,
-                    "fieldLabel": "禁用状态",
-                    "xtype": "textfield",
-                    "bind": "{BASE_PRODUCT.PR_FORBIDSTATUS}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 610,
-                    "y": 50,
-                    "width": 300,
-                    "fieldLabel": "禁用人",
-                    "xtype": "textfield",
-                    "bind": "{BASE_PRODUCT.PR_FORBIDER}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 610,
-                    "y": 90,
-                    "width": 300,
-                    "fieldLabel": "禁用时间",
-                    "xtype": "datefield",
-                    "bind": "{BASE_PRODUCT.PR_FORBIDDATE}",
-                    "disabled": true
-                  }
-                ]
-              }
-            ]
-          }
-        ]
-      },
-      {
-        "viewType": "list",
-        "layout": "fit",
-        "items": [
-          {
-            "xtype": "menubar",
-            "ui": "form-menubar",
-            "items": [
-              {
-                "text": "过滤"
-              },
-              {
-                "text": "返回数据",
-                "reference": "returnDataBtn",
-                "operation": "returnData"
-              },
-              {
-                "text": "刷新"
-              },
-              {
-                "text": "新增",
-                "menu": [
-                  {
-                    "text": "新增",
-                    "reference": "newBtn",
-                    "operation": "new"
-                  },
-                  {
-                    "text": "复制"
-                  }
-                ]
-              },
-              {
-                "text": "打开"
-              },
-              {
-                "text": "退出",
-                "reference": "closeBtn",
-                "operation": "close"
-              }
-            ]
-          },
-          {
-            "xtype": "gridpanel",
-            "ui": "form",
-            "showFilterBar": true,
-            "showHeaderFilter": true,
-            "showPagingBar": true,
-            "height": 584,
-            "selType": "checkboxmodel",
-            "columns": [
-              {
-                "text": "编码",
-                "dataIndex": "PR_CODE",
-                "entity": "BASE_PRODUCT"
-              },
-              {
-                "text": "名称",
-                "dataIndex": "PR_NAME",
-                "entity": "BASE_PRODUCT",
-                "width": 200
-              },
-              {
-                "text": "单据状态",
-                "dataIndex": "PR_STATUS",
-                "entity": "BASE_PRODUCT"
-              },
-              {
-                "text": "禁用状态",
-                "dataIndex": "PR_FORBIDSTATUS",
-                "entity": "BASE_PRODUCT"
-              }
-            ]
-          }
-        ]
-      }
-    ]
-  }
-]

+ 0 - 5
applications/scm/scm-base/out/production/resources/metadata/supplier/Supplier.filter.json

@@ -1,5 +0,0 @@
-[
-  {
-
-  }
-]

+ 0 - 943
applications/scm/scm-base/out/production/resources/metadata/supplier/Supplier.form.json

@@ -1,943 +0,0 @@
-[
-  {
-    "id": "base_supplier",
-    "name": "供应商",
-    "type": "baseData",
-    "nameColumnName": "SU_NAME",
-    "idColumnName": "SU_ID",
-    "codeColumnName": "SU_CODE",
-    "entities": [
-      {
-        "name": "单据头",
-        "tableName": "BASE_SUPPLIER",
-        "type": "head",
-        "fields": [
-          {
-            "name": "编码",
-            "columnName": "SU_CODE",
-            "type": "code",
-            "length": 50
-          },
-          {
-            "name": "名称",
-            "columnName": "SU_NAME",
-            "type": "text",
-            "length": 255
-          },
-          {
-            "name": "简称",
-            "columnName": "SU_SHORTNAME",
-            "type": "text",
-            "length": 255
-          },
-          {
-            "name": "创建人",
-            "columnName": "SU_CREATOR",
-            "type": "creator"
-          },
-          {
-            "name": "创建日期",
-            "columnName": "SU_CREATEDATE",
-            "type": "createDate"
-          },
-          {
-            "name": "修改人",
-            "columnName": "SU_MODIFIER",
-            "type": "modifier"
-          },
-          {
-            "name": "修改日期",
-            "columnName": "SU_MODIFYDATE",
-            "type": "modifyDate"
-          },
-          {
-            "name": "审核人",
-            "columnName": "SU_AUDITOR",
-            "type": "user"
-          },
-          {
-            "name": "审核日期",
-            "columnName": "SU_AUDITDATE",
-            "type": "date"
-          },
-          {
-            "name": "单据状态",
-            "columnName": "SU_STATUS",
-            "type": "status",
-            "statusList": [
-              {
-                "code": "E",
-                "name": "在录入"
-              },
-              {
-                "code": "S",
-                "name": "已提交"
-              },
-              {
-                "code": "A",
-                "name": "已审核"
-              }
-            ]
-          },
-          {
-            "name": "禁用人",
-            "columnName": "SU_FORBIDER",
-            "type": "user"
-          },
-          {
-            "name": "禁用日期",
-            "columnName": "SU_FORBIDDATE",
-            "type": "date"
-          },
-          {
-            "name": "禁用状态",
-            "columnName": "SU_FORBIDSTATUS",
-            "type": "status",
-            "statusList": [
-              {
-                "code": "N",
-                "name": "否",
-                "control": [
-                  {
-                    "type": "field",
-                    "scope": [
-                      "BASE_SUPPLIER.SU_CODE",
-                      "BASE_SUPPLIER.SU_NAME",
-                      "BASE_SUPPLIER.SU_SHORTNAME",
-                      "BASE_SUPPLIER_BASE.SU_COUNTRY",
-                      "BASE_SUPPLIER_BASE.SU_AREA",
-                      "BASE_SUPPLIER_BASE.SU_ADDRESS",
-                      "BASE_SUPPLIER_BASE.SU_CREDITCODE",
-                      "BASE_SUPPLIER_BASE.SU_TRADE",
-                      "BASE_SUPPLIER_BASE.SU_REGADDRESS",
-                      "BASE_SUPPLIER_BASE.SU_GRADE",
-                      "BASE_SUPPLIER_BASE.SU_CLASSIFY"
-                    ]
-                  },
-                  {
-                    "type": "menubar",
-                    "scope": []
-                  }
-                ]
-              },
-              {
-                "code": "Y",
-                "name": "是"
-              }
-            ]
-          }
-        ]
-      },
-      {
-        "name": "基本信息",
-        "tableName": "BASE_SUPPLIER_BASE",
-        "type": "subHead",
-        "idColumnName": "SU_BASE_ID",
-        "fields": [
-          {
-            "name": "国家",
-            "columnName": "SU_COUNTRY",
-            "type": "supportData",
-            "ref": "base_country"
-          },
-          {
-            "name": "地区",
-            "columnName": "SU_AREA",
-            "type": "supportData",
-            "ref": "base_area",
-            "parentRefField": "SU_COUNTRY"
-          },
-          {
-            "name": "通讯地址",
-            "columnName": "SU_ADDRESS",
-            "type": "textarea",
-            "length": 255
-          },
-          {
-            "name": "行业",
-            "columnName": "SU_TRADE",
-            "type": "supportData",
-            "ref": "base_trade"
-          },
-          {
-            "name": "统一社会信用代码",
-            "columnName": "SU_CREDITCODE",
-            "type": "text",
-            "length": 50
-          },
-          {
-            "name": "注册地址",
-            "columnName": "SU_REGADDRESS",
-            "type": "textarea",
-            "length": 255
-          },
-          {
-            "name": "供应商等级",
-            "columnName": "SU_GRADE",
-            "type": "supportData",
-            "ref": "base_supplier_grade"
-          },
-          {
-            "name": "供应商分类",
-            "columnName": "SU_CLASSIFY",
-            "type": "supportData",
-            "ref": "base_supplier_classify"
-          }
-        ]
-      },
-      {
-        "name": "联系人",
-        "tableName": "BASE_SUPPLIER_CT",
-        "type": "entry",
-        "idColumnName": "SU_CONTRACT_ID",
-        "fields": [
-          {
-            "name": "编码",
-            "columnName": "SU_CODE",
-            "type": "text",
-            "length": 50
-          },
-          {
-            "name": "联系人",
-            "columnName": "SU_CONTRACT",
-            "type": "text",
-            "length": 50
-          },
-          {
-            "name": "电话",
-            "columnName": "SU_TEL",
-            "type": "text",
-            "length": 20
-          },
-          {
-            "name": "邮箱",
-            "columnName": "SU_EMAIL",
-            "type": "text",
-            "length": 50
-          },
-          {
-            "name": "默认",
-            "columnName": "SU_IS_DEFAULT",
-            "type": "checkbox"
-          },
-          {
-            "name": "备注",
-            "columnName": "SU_DESC",
-            "type": "text",
-            "length": 255
-          }
-        ]
-      },
-      {
-        "name": "银行信息",
-        "tableName": "BASE_SUPPLIER_BANK",
-        "type": "entry",
-        "idColumnName": "SU_BANK_ID",
-        "fields": [
-          {
-            "name": "国家",
-            "columnName": "SU_COUNTRY",
-            "type": "supportData",
-            "ref": "base_country"
-          },
-          {
-            "name": "开户银行",
-            "columnName": "SU_OPENNAME",
-            "type": "text",
-            "length": 255
-          },
-          {
-            "name": "开户行地址",
-            "columnName": "SU_OPENADDR",
-            "type": "text",
-            "length": 255
-          },
-          {
-            "name": "银行账号",
-            "columnName": "SU_CODE",
-            "type": "text",
-            "length": 255
-          },
-          {
-            "name": "账户名称",
-            "columnName": "SU_NAME",
-            "type": "text",
-            "length": 255
-          },
-          {
-            "name": "币别",
-            "columnName": "SU_CURRENCY",
-            "type": "baseData",
-            "ref": "base_currency"
-          },
-          {
-            "name": "默认",
-            "columnName": "SU_IS_DEFAULT",
-            "type": "checkbox"
-          }
-        ]
-      },
-      {
-        "name": "财务信息",
-        "tableName": "BASE_SUPPLIER_FIN",
-        "type": "subHead",
-        "idColumnName": "SU_FINANCE_ID",
-        "fields": [
-          {
-            "name": "发票类型",
-            "columnName": "SU_INVOICE_TYPE",
-            "type": "enumData",
-            "ref": "base_invoice_type"
-          },
-          {
-            "name": "结算币别",
-            "columnName": "SU_CURRENCY",
-            "type": "baseData",
-            "ref": "base_currency"
-          }
-        ]
-      }
-    ],
-    "operations": [
-      {
-        "id": "save",
-        "name": "保存",
-        "type": "save"
-      },
-      {
-        "id": "submit",
-        "name": "提交",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "SU_STATUS",
-          "statusValue": "S"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 在录入,允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "SU_STATUS",
-                  "compare": "=",
-                  "value": "E"
-                }
-              ],
-              "triggerOnTrue": false,
-              "message": "只能提交在录入的单据"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "unSubmit",
-        "name": "反提交",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "SU_STATUS",
-          "statusValue": "E"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 已提交,允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "SU_STATUS",
-                  "compare": "=",
-                  "value": "E"
-                }
-              ],
-              "triggerOnTrue": false,
-              "message": "单据未提交"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "audit",
-        "name": "审核",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "SU_STATUS",
-          "statusValue": "A"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 在录入,不允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "SU_STATUS",
-                  "compare": "=",
-                  "value": "E"
-                }
-              ],
-              "triggerOnTrue": true,
-              "message": "请先提交单据"
-            },
-            "level": "error"
-          },
-          {
-            "type": "legal",
-            "description": "状态 = 已审核,不允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "SU_STATUS",
-                  "compare": "=",
-                  "value": "A"
-                }
-              ],
-              "triggerOnTrue": true,
-              "message": "单据已经审核,无需再审"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "unAudit",
-        "name": "反审核",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "SU_STATUS",
-          "statusValue": "E"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 已审核,允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "SU_STATUS",
-                  "compare": "=",
-                  "value": "A"
-                }
-              ],
-              "triggerOnTrue": false,
-              "message": "单据未审核"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "new",
-        "name": "新增",
-        "type": "addView",
-        "params": {
-          "viewName": "base_supplier",
-          "viewType": "form",
-          "openType": "card"
-        }
-      },
-      {
-        "id": "close",
-        "name": "退出",
-        "type": "closeView"
-      },
-      {
-        "id": "returnData",
-        "name": "返回数据",
-        "type": "returnData"
-      }
-    ],
-    "views": [
-      {
-        "viewType": "form",
-        "layout": "fit",
-        "items": [
-          {
-            "xtype": "menubar",
-            "ui": "form-menubar",
-            "items": [
-              {
-                "text": "新增",
-                "menu": [
-                  {
-                    "text": "新增"
-                  },
-                  {
-                    "text": "复制"
-                  }
-                ]
-              },
-              {
-                "text": "保存",
-                "reference": "tbSave",
-                "operation": "save"
-              },
-              {
-                "text": "提交",
-                "menu": [
-                  {
-                    "text": "提交",
-                    "reference": "tbSubmit",
-                    "operation": "submit"
-                  },
-                  {
-                    "text": "反提交",
-                    "reference": "tbUnSubmit",
-                    "operation": "unSubmit"
-                  }
-                ]
-              },
-              {
-                "text": "审核",
-                "menu": [
-                  {
-                    "text": "审核",
-                    "reference": "tbAudit",
-                    "operation": "audit"
-                  },
-                  {
-                    "text": "反审核",
-                    "reference": "tbUnAudit",
-                    "operation": "unAudit"
-                  }
-                ]
-              },
-              {
-                "text": "列表"
-              },
-              {
-                "text": "退出",
-                "reference": "closeBtn",
-                "operation": "close"
-              }
-            ]
-          },
-          {
-            "xtype": "container",
-            "height": 50,
-            "layout": "absolute",
-            "items": [
-              {
-                "xtype": "textfield",
-                "fieldLabel": "编码",
-                "bind": "{BASE_SUPPLIER.SU_CODE}",
-                "emptyText": "保存时自动生成",
-                "x": 10,
-                "y": 10,
-                "width": 300
-              },
-              {
-                "xtype": "textfield",
-                "fieldLabel": "名称",
-                "bind": "{BASE_SUPPLIER.SU_NAME}",
-                "x": 310,
-                "y": 10,
-                "width": 300
-              },
-              {
-                "xtype": "textfield",
-                "fieldLabel": "简称",
-                "bind": "{BASE_SUPPLIER.SU_SHORTNAME}",
-                "x": 610,
-                "y": 10,
-                "width": 300
-              }
-            ]
-          },
-          {
-            "xtype": "tabpanel",
-            "ui": "form",
-            "height": 500,
-            "items": [
-              {
-                "title": "基本信息",
-                "layout": "absolute",
-                "items": [
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "国家",
-                    "bind": "{BASE_SUPPLIER_BASE.SU_COUNTRY}",
-                    "editable": false,
-                    "x": 10,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "地区",
-                    "bind": "{BASE_SUPPLIER_BASE.SU_AREA}",
-                    "editable": false,
-                    "x": 10,
-                    "y": 50,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "textarea",
-                    "fieldLabel": "通讯地址",
-                    "bind": "{BASE_SUPPLIER_BASE.SU_ADDRESS}",
-                    "x": 10,
-                    "y": 90,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "行业",
-                    "bind": "{BASE_SUPPLIER_BASE.SU_TRADE}",
-                    "editable": false,
-                    "x": 310,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "textfield",
-                    "fieldLabel": "统一社会信用码",
-                    "bind": "{BASE_SUPPLIER_BASE.SU_CREDITCODE}",
-                    "x": 310,
-                    "y": 50,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "textarea",
-                    "fieldLabel": "注册地址",
-                    "bind": "{BASE_SUPPLIER_BASE.SU_REGADDRESS}",
-                    "x": 310,
-                    "y": 90,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "textfield",
-                    "fieldLabel": "供应商等级",
-                    "bind": "{BASE_SUPPLIER_BASE.SU_GRADE}",
-                    "x": 610,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "textfield",
-                    "fieldLabel": "供应商分类",
-                    "bind": "{BASE_SUPPLIER_BASE.SU_CLASSIFY}",
-                    "x": 610,
-                    "y": 50,
-                    "width": 300
-                  }
-                ]
-              },
-              {
-                "title": "联系人",
-                "layout": "fit",
-                "items": [
-                  {
-                    "xtype": "gridpanel",
-                    "ui": "form",
-                    "height": 368,
-                    "entity": "BASE_SUPPLIER_CT",
-                    "bind": "{BASE_SUPPLIER_CT}",
-                    "columns": [
-                      {
-                        "text": "编码",
-                        "dataIndex": "SU_CODE"
-                      },
-                      {
-                        "text": "联系人",
-                        "dataIndex": "SU_CONTRACT"
-                      },
-                      {
-                        "text": "电话",
-                        "dataIndex": "SU_TEL"
-                      },
-                      {
-                        "text": "邮箱",
-                        "dataIndex": "SU_EMAIL"
-                      },
-                      {
-                        "text": "默认",
-                        "dataIndex": "SU_IS_DEFAULT"
-                      },
-                      {
-                        "text": "备注",
-                        "dataIndex": "SU_DESC"
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "title": "财务信息",
-                "layout": {
-                  "type": "vbox",
-                  "pack": "start",
-                  "align": "stretch"
-                },
-                "items": [
-                  {
-                    "xtype": "container",
-                    "height": 50,
-                    "layout": "absolute",
-                    "items": [
-                      {
-                        "xtype": "textfield",
-                        "fieldLabel": "发票类型",
-                        "bind": "{BASE_SUPPLIER_FIN.SU_INVOICE_TYPE}",
-                        "x": 10,
-                        "y": 10,
-                        "width": 300
-                      },
-                      {
-                        "xtype": "textfield",
-                        "fieldLabel": "结算币别",
-                        "bind": "{BASE_SUPPLIER_FIN.SU_CURRENCY}",
-                        "x": 310,
-                        "y": 10,
-                        "width": 300
-                      }
-                    ]
-                  },
-                  {
-                    "xtype": "gridpanel",
-                    "ui": "form",
-                    "height": 368,
-                    "entity": "BASE_SUPPLIER_BANK",
-                    "bind": "{BASE_SUPPLIER_BANK}",
-                    "columns": [
-                      {
-                        "text": "国家",
-                        "dataIndex": "SU_COUNTRY"
-                      },
-                      {
-                        "text": "开户银行",
-                        "dataIndex": "SU_OPENNAME"
-                      },
-                      {
-                        "text": "银行账号",
-                        "dataIndex": "SU_CODE"
-                      },
-                      {
-                        "text": "账户名称",
-                        "dataIndex": "SU_NAME"
-                      },
-                      {
-                        "text": "币别",
-                        "dataIndex": "SU_CURRENCY"
-                      },
-                      {
-                        "text": "默认",
-                        "dataIndex": "SU_IS_DEFAULT"
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "title": "其他信息",
-                "layout": "absolute",
-                "items": [
-                  {
-                    "x": 10,
-                    "y": 10,
-                    "width": 300,
-                    "fieldLabel": "创建人",
-                    "xtype": "textfield",
-                    "bind": "{BASE_SUPPLIER.SU_CREATOR}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 10,
-                    "y": 50,
-                    "width": 300,
-                    "fieldLabel": "创建日期",
-                    "xtype": "datefield",
-                    "bind": "{BASE_SUPPLIER.SU_CREATEDATE}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 10,
-                    "y": 90,
-                    "width": 300,
-                    "fieldLabel": "修改人",
-                    "xtype": "textfield",
-                    "bind": "{BASE_SUPPLIER.SU_MODIFIER}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 10,
-                    "y": 130,
-                    "width": 300,
-                    "fieldLabel": "修改日期",
-                    "xtype": "datefield",
-                    "bind": "{BASE_SUPPLIER.SU_MODIFYDATE}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 310,
-                    "y": 10,
-                    "width": 300,
-                    "fieldLabel": "审核人",
-                    "xtype": "textfield",
-                    "bind": "{BASE_SUPPLIER.SU_AUDITOR}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 310,
-                    "y": 50,
-                    "width": 300,
-                    "fieldLabel": "审核日期",
-                    "xtype": "datefield",
-                    "bind": "{BASE_SUPPLIER.SU_AUDITDATE}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 610,
-                    "y": 10,
-                    "width": 300,
-                    "fieldLabel": "禁用状态",
-                    "xtype": "textfield",
-                    "bind": "{BASE_SUPPLIER.SU_FORBIDSTATUS}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 610,
-                    "y": 50,
-                    "width": 300,
-                    "fieldLabel": "禁用人",
-                    "xtype": "textfield",
-                    "bind": "{BASE_SUPPLIER.SU_FORBIDER}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 610,
-                    "y": 90,
-                    "width": 300,
-                    "fieldLabel": "禁用时间",
-                    "xtype": "datefield",
-                    "bind": "{BASE_SUPPLIER.SU_FORBIDDATE}",
-                    "disabled": true
-                  }
-                ]
-              }
-            ]
-          }
-        ]
-      },
-      {
-        "viewType": "list",
-        "layout": "fit",
-        "items": [
-          {
-            "xtype": "menubar",
-            "ui": "form-menubar",
-            "items": [
-              {
-                "text": "过滤"
-              },
-              {
-                "text": "返回数据",
-                "reference": "returnDataBtn",
-                "operation": "returnData"
-              },
-              {
-                "text": "刷新"
-              },
-              {
-                "text": "新增",
-                "menu": [
-                  {
-                    "text": "新增",
-                    "reference": "newBtn",
-                    "operation": "new"
-                  },
-                  {
-                    "text": "复制"
-                  }
-                ]
-              },
-              {
-                "text": "打开"
-              },
-              {
-                "text": "退出",
-                "reference": "closeBtn",
-                "operation": "close"
-              }
-            ]
-          },
-          {
-            "xtype": "gridpanel",
-            "ui": "form",
-            "showFilterBar": true,
-            "showHeaderFilter": true,
-            "showPagingBar": true,
-            "height": 584,
-            "selType": "checkboxmodel",
-            "columns": [
-              {
-                "text": "编码",
-                "entity": "BASE_SUPPLIER",
-                "dataIndex": "SU_CODE"
-              },
-              {
-                "text": "名称",
-                "entity": "BASE_SUPPLIER",
-                "dataIndex": "SU_NAME",
-                "width": 200
-              },
-              {
-                "text": "简称",
-                "entity": "BASE_SUPPLIER",
-                "dataIndex": "SU_SHORTNAME"
-              },
-              {
-                "text": "分类",
-                "entity": "BASE_SUPPLIER_BASE",
-                "dataIndex": "SU_CLASSIFY"
-              },
-              {
-                "text": "审核人",
-                "entity": "BASE_SUPPLIER",
-                "dataIndex": "SU_AUDITOR"
-              },
-              {
-                "text": "审核日期",
-                "entity": "BASE_SUPPLIER",
-                "dataIndex": "SU_AUDITDATE"
-              },
-              {
-                "text": "单据状态",
-                "entity": "BASE_SUPPLIER",
-                "dataIndex": "SU_STATUS"
-              },
-              {
-                "text": "禁用状态",
-                "entity": "BASE_SUPPLIER",
-                "dataIndex": "SU_FORBIDSTATUS"
-              }
-            ]
-          }
-        ]
-      }
-    ],
-    "codeRules": [
-      {
-        "default": true,
-        "name": "供应商编码规则",
-        "description": "供应商编码规则",
-        "editable": true,
-        "repairable": true,
-        "entries": [
-          {
-            "type": "number",
-            "cover": "0",
-            "seed": 1,
-            "increment": 1,
-            "length": 4
-          }
-        ]
-      }
-    ]
-  }
-]

BIN
applications/scm/scm-purchase/out/production/classes/META-INF/uas-platform.applications.scm.scm-purchase.main.kotlin_module


+ 0 - 184
applications/scm/scm-purchase/out/production/resources/metadata/Purchase.fn.json

@@ -1,184 +0,0 @@
-[
-  {
-    "groupId": "scm_purchase_apply",
-    "groupName": "采购申请",
-    "module": "scm_purchase",
-    "entries": [
-      {
-        "text": "采购申请单",
-        "formId": "scm_purchase_apply",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "采购申请单列表",
-        "formId": "scm_purchase_apply",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      }
-    ]
-  },
-  {
-    "groupId": "scm_purchase_contract",
-    "groupName": "合同管理",
-    "module": "scm_purchase",
-    "entries": [
-      {
-        "text": "采购合同",
-        "formId": "scm_purchase_contract",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "采购合同列表",
-        "formId": "scm_purchase_contract",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      }
-    ]
-  },
-  {
-    "groupId": "scm_purchase_order",
-    "groupName": "订单处理",
-    "module": "scm_purchase",
-    "entries": [
-      {
-        "text": "采购订单",
-        "formId": "scm_purchase_order",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "采购订单列表",
-        "formId": "scm_purchase_order",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      },
-      {
-        "text": "采购订单变更单",
-        "formId": "scm_purchase_change",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "采购订单变更单列表",
-        "formId": "scm_purchase_change",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      }
-    ]
-  },
-  {
-    "groupId": "scm_purchase_accept",
-    "groupName": "订单处理",
-    "module": "scm_purchase",
-    "entries": [
-      {
-        "text": "收料通知单",
-        "formId": "scm_purchase_accept",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "收料通知单列表",
-        "formId": "scm_purchase_accept",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      },
-      {
-        "text": "采购入库单",
-        "formId": "scm_purchase_in",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "采购入库单列表",
-        "formId": "scm_purchase_in",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      }
-    ]
-  },
-  {
-    "groupId": "scm_purchase_return",
-    "groupName": "退料处理",
-    "module": "scm_purchase",
-    "entries": [
-      {
-        "text": "退料申请单",
-        "formId": "scm_purchase_return",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "退料申请单列表",
-        "formId": "scm_purchase_return",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      },
-      {
-        "text": "采购退料单",
-        "formId": "scm_purchase_out",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "采购退料单列表",
-        "formId": "scm_purchase_out",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      }
-    ]
-  },
-  {
-    "groupId": "scm_purchase_supply",
-    "groupName": "货源管理",
-    "module": "scm_purchase",
-    "entries": [
-      {
-        "text": "供应商",
-        "formId": "base_supplier",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "供应商列表",
-        "formId": "base_supplier",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      },
-      {
-        "text": "采购价目表",
-        "formId": "scm_purchase_price",
-        "viewType": "form",
-        "openType": "card",
-        "permission": "new"
-      },
-      {
-        "text": "采购价目表列表",
-        "formId": "scm_purchase_price",
-        "viewType": "list",
-        "openType": "card",
-        "permission": "view"
-      }
-    ]
-  }
-]

+ 0 - 1125
applications/scm/scm-purchase/out/production/resources/metadata/Purchase.form.json

@@ -1,1125 +0,0 @@
-[
-  {
-    "id": "scm_purchase_order",
-    "name": "采购订单",
-    "type": "bill",
-    "idColumnName": "PO_ID",
-    "codeColumnName": "PO_CODE",
-    "entities": [
-      {
-        "name": "基本信息",
-        "tableName": "PUR_ORDER",
-        "type": "head",
-        "fields": [
-          {
-            "name": "单据编码",
-            "columnName": "PO_CODE",
-            "type": "code",
-            "length": 50
-          },
-          {
-            "name": "采购日期",
-            "columnName": "PO_DATE",
-            "type": "date"
-          },
-          {
-            "name": "供应商",
-            "columnName": "PO_SUPPLIER",
-            "type": "baseData",
-            "ref": "base_supplier",
-            "refField": "SU_NAME"
-          },
-          {
-            "name": "创建人",
-            "columnName": "PO_CREATOR",
-            "type": "creator"
-          },
-          {
-            "name": "创建日期",
-            "columnName": "PO_CREATEDATE",
-            "type": "createDate"
-          },
-          {
-            "name": "修改人",
-            "columnName": "PO_MODIFIER",
-            "type": "modifier"
-          },
-          {
-            "name": "修改日期",
-            "columnName": "PO_MODIFYDATE",
-            "type": "modifyDate"
-          },
-          {
-            "name": "审核人",
-            "columnName": "PO_AUDITOR",
-            "type": "user"
-          },
-          {
-            "name": "审核日期",
-            "columnName": "PO_AUDITDATE",
-            "type": "date"
-          },
-          {
-            "name": "单据状态",
-            "columnName": "PO_STATUS",
-            "type": "status",
-            "statusList": [
-              {
-                "code": "E",
-                "name": "在录入"
-              },
-              {
-                "code": "S",
-                "name": "已提交"
-              },
-              {
-                "code": "A",
-                "name": "已审核"
-              }
-            ]
-          }
-        ]
-      },
-      {
-        "name": "明细信息",
-        "tableName": "PUR_ORDER_ENTRY",
-        "idColumnName": "PO_ENTRY_ID",
-        "seqColumnName": "PO_ENTRY_NO",
-        "type": "entry",
-        "fields": [
-          {
-            "name": "物料编码",
-            "columnName": "PO_ENTRY_PROD",
-            "type": "baseData",
-            "ref": "base_product",
-            "refField": "PR_CODE"
-          },
-          {
-            "name": "物料名称",
-            "columnName": "PO_ENTRY_PRODNAME",
-            "type": "baseDataProp",
-            "baseDataField": "PO_ENTRY_PROD",
-            "refField": "PR_NAME"
-          },
-          {
-            "name": "采购单位",
-            "columnName": "PO_ENTRY_UNIT",
-            "type": "baseData",
-            "ref": "base_unit"
-          },
-          {
-            "name": "采购数量",
-            "columnName": "PO_ENTRY_QTY",
-            "type": "qty"
-          },
-          {
-            "name": "计价单位",
-            "columnName": "PO_ENTRY_PRICE_UNIT",
-            "type": "baseData",
-            "ref": "base_unit"
-          },
-          {
-            "name": "计价数量",
-            "columnName": "PO_ENTRY_PRICE_QTY",
-            "type": "qty"
-          },
-          {
-            "name": "单价",
-            "columnName": "PO_ENTRY_PRICE",
-            "type": "price"
-          },
-          {
-            "name": "含税单价",
-            "columnName": "PO_ENTRY_TAXPRICE",
-            "type": "price"
-          },
-          {
-            "name": "折扣率%",
-            "columnName": "PO_ENTRY_DISCOUNT",
-            "type": "float"
-          },
-          {
-            "name": "税率%",
-            "columnName": "PO_ENTRY_TAXRATE",
-            "type": "float"
-          },
-          {
-            "name": "税额",
-            "columnName": "PO_ENTRY_TAXAMOUNT",
-            "type": "amount"
-          },
-          {
-            "name": "金额",
-            "columnName": "PO_ENTRY_AMOUNT",
-            "type": "amount"
-          },
-          {
-            "name": "价税合计",
-            "columnName": "PO_ENTRY_ALLAMOUNT",
-            "type": "amount"
-          },
-          {
-            "name": "交货日期",
-            "columnName": "PO_ENTRY_DELIVERY",
-            "type": "date"
-          },
-          {
-            "name": "交货地址",
-            "columnName": "PO_ENTRY_ADDRESS",
-            "type": "textarea",
-            "length": 255
-          }
-        ]
-      },
-      {
-        "name": "财务信息",
-        "tableName": "PUR_ORDER_FIN",
-        "idColumnName": "PO_FIN_ID",
-        "type": "subHead",
-        "fields": [
-          {
-            "name": "结算币别",
-            "columnName": "PO_FIN_CURR",
-            "type": "baseData",
-            "ref": "base_currency"
-          },
-          {
-            "name": "结算方式",
-            "columnName": "PO_FIN_SETTLE",
-            "type": "baseData",
-            "ref": "base_settle"
-          },
-          {
-            "name": "付款条件",
-            "columnName": "PO_FIN_PAYCOND",
-            "type": "baseData",
-            "ref": "base_paycondition"
-          }
-        ]
-      }
-    ],
-    "operations": [
-      {
-        "id": "save",
-        "name": "保存",
-        "type": "save"
-      },
-      {
-        "id": "submit",
-        "name": "提交",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "PO_STATUS",
-          "statusValue": "S"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 在录入,允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "PO_STATUS",
-                  "compare": "=",
-                  "value": "E"
-                }
-              ],
-              "triggerOnTrue": false,
-              "message": "只能提交在录入的单据"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "unSubmit",
-        "name": "反提交",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "PO_STATUS",
-          "statusValue": "E"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 已提交,允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "PO_STATUS",
-                  "compare": "=",
-                  "value": "E"
-                }
-              ],
-              "triggerOnTrue": false,
-              "message": "单据未提交"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "audit",
-        "name": "审核",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "PO_STATUS",
-          "statusValue": "A"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 在录入,不允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "PO_STATUS",
-                  "compare": "=",
-                  "value": "E"
-                }
-              ],
-              "triggerOnTrue": true,
-              "message": "请先提交单据"
-            },
-            "level": "error"
-          },
-          {
-            "type": "legal",
-            "description": "状态 = 已审核,不允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "PO_STATUS",
-                  "compare": "=",
-                  "value": "A"
-                }
-              ],
-              "triggerOnTrue": true,
-              "message": "单据已经审核,无需再审"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "unAudit",
-        "name": "反审核",
-        "type": "changeStatus",
-        "params": {
-          "statusField": "PO_STATUS",
-          "statusValue": "E"
-        },
-        "validators": [
-          {
-            "type": "legal",
-            "description": "状态 = 已审核,允许",
-            "params": {
-              "expression": [
-                {
-                  "field": "PO_STATUS",
-                  "compare": "=",
-                  "value": "A"
-                }
-              ],
-              "triggerOnTrue": false,
-              "message": "单据未审核"
-            },
-            "level": "error"
-          }
-        ],
-        "log": true
-      },
-      {
-        "id": "new",
-        "name": "新增",
-        "type": "addView",
-        "params": {
-          "viewName": "scm_purchase_order",
-          "viewType": "form",
-          "openType": "card"
-        }
-      },
-      {
-        "id": "close",
-        "name": "关闭",
-        "type": "closeView"
-      },
-      {
-        "id": "showList",
-        "name": "列表",
-        "type": "addView",
-        "params": {
-          "viewName": "scm_purc_order",
-          "viewType": "list",
-          "openType": "card"
-        }
-      },
-      {
-        "id": "newEntry",
-        "name": "新增明细行",
-        "type": "newEntry",
-        "params": {
-          "entity": "PUR_ORDER_ENTRY"
-        }
-      }
-    ],
-    "codeRules": [
-      {
-        "default": true,
-        "name": "采购订单编码规则",
-        "description": "采购订单编码规则",
-        "editable": true,
-        "repairable": true,
-        "entries": [
-          {
-            "type": "date",
-            "field": "PO_DATE",
-            "format": "yyyyMM"
-          },
-          {
-            "type": "number",
-            "cover": "0",
-            "seed": 1,
-            "increment": 1,
-            "length": 4
-          }
-        ]
-      }
-    ],
-    "views": [
-      {
-        "viewType": "form",
-        "layout": "fit",
-        "items": [
-          {
-            "xtype": "menubar",
-            "ui": "form-menubar",
-            "items": [
-              {
-                "text": "新增",
-                "menu": [
-                  {
-                    "text": "新增"
-                  },
-                  {
-                    "text": "复制"
-                  }
-                ]
-              },
-              {
-                "text": "保存",
-                "reference": "tbSave",
-                "operation": "save"
-              },
-              {
-                "text": "提交",
-                "menu": [
-                  {
-                    "text": "提交",
-                    "reference": "tbSubmit",
-                    "operation": "submit"
-                  },
-                  {
-                    "text": "反提交",
-                    "reference": "tbUnSubmit",
-                    "operation": "unSubmit"
-                  }
-                ]
-              },
-              {
-                "text": "审核",
-                "menu": [
-                  {
-                    "text": "审核",
-                    "reference": "tbAudit",
-                    "operation": "audit"
-                  },
-                  {
-                    "text": "反审核",
-                    "reference": "tbUnAudit",
-                    "operation": "unAudit"
-                  }
-                ]
-              },
-              {
-                "text": "列表",
-                "reference": "showListBtn",
-                "operation": "showList"
-              },
-              {
-                "text": "退出",
-                "reference": "closeBtn",
-                "operation": "close"
-              }
-            ]
-          },
-          {
-            "xtype": "tabpanel",
-            "ui": "form",
-            "height": 120,
-            "items": [
-              {
-                "title": "基本信息",
-                "layout": "absolute",
-                "items": [
-                  {
-                    "xtype": "textfield",
-                    "fieldLabel": "单据编号",
-                    "bind": "{PUR_ORDER.PO_CODE}",
-                    "emptyText": "保存时自动生成",
-                    "x": 10,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "datefield",
-                    "fieldLabel": "采购日期",
-                    "bind": "{PUR_ORDER.PO_DATE}",
-                    "x": 310,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "供应商",
-                    "bind": "{PUR_ORDER.PO_SUPPLIER}",
-                    "x": 610,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "textfield",
-                    "fieldLabel": "单据状态",
-                    "bind": "{PUR_ORDER.PO_STATUS}",
-                    "x": 910,
-                    "y": 10,
-                    "width": 300,
-                    "disabled": true
-                  }
-                ]
-              },
-              {
-                "title": "财务信息",
-                "layout": "absolute",
-                "items": [
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "结算币别",
-                    "bind": "{PUR_ORDER_FIN.PO_FIN_CURR}",
-                    "x": 10,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "结算方式",
-                    "bind": "{PUR_ORDER_FIN.PO_FIN_SETTLE}",
-                    "x": 310,
-                    "y": 10,
-                    "width": 300
-                  },
-                  {
-                    "xtype": "searchfield",
-                    "fieldLabel": "付款条件",
-                    "bind": "{PUR_ORDER_FIN.PO_FIN_PAYCOND}",
-                    "x": 610,
-                    "y": 10,
-                    "width": 300
-                  }
-                ]
-              },
-              {
-                "title": "其他",
-                "layout": "absolute",
-                "items": [
-                  {
-                    "x": 10,
-                    "y": 10,
-                    "width": 300,
-                    "fieldLabel": "创建人",
-                    "xtype": "textfield",
-                    "bind": "{PUR_ORDER.PO_CREATOR}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 10,
-                    "y": 50,
-                    "width": 300,
-                    "fieldLabel": "创建日期",
-                    "xtype": "datefield",
-                    "bind": "{PUR_ORDER.PO_CREATEDATE}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 310,
-                    "y": 10,
-                    "width": 300,
-                    "fieldLabel": "修改人",
-                    "xtype": "textfield",
-                    "bind": "{PUR_ORDER.PO_MODIFIER}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 310,
-                    "y": 50,
-                    "width": 300,
-                    "fieldLabel": "修改日期",
-                    "xtype": "datefield",
-                    "bind": "{PUR_ORDER.PO_MODIFYDATE}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 610,
-                    "y": 10,
-                    "width": 300,
-                    "fieldLabel": "审核人",
-                    "xtype": "textfield",
-                    "bind": "{PUR_ORDER.PO_AUDITOR}",
-                    "disabled": true
-                  },
-                  {
-                    "x": 610,
-                    "y": 50,
-                    "width": 300,
-                    "fieldLabel": "审核日期",
-                    "xtype": "datefield",
-                    "bind": "{PUR_ORDER.PO_AUDITDATE}",
-                    "disabled": true
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "xtype": "tabpanel",
-            "ui": "form",
-            "items": [
-              {
-                "title": "明细信息",
-                "items": [
-                  {
-                    "xtype": "menubar",
-                    "ui": "form-menubar",
-                    "items": [
-                      {
-                        "text": "新增行",
-                        "menu": [
-                          {
-                            "text": "新增行",
-                            "reference": "newEntryBtn",
-                            "operation": "newEntry"
-                          },
-                          {
-                            "text": "插入行"
-                          },
-                          {
-                            "text": "复制行"
-                          },
-                          {
-                            "text": "关联复制行"
-                          },
-                          {
-                            "text": "多行关联复制行"
-                          }
-                        ]
-                      },
-                      {
-                        "text": "删除行"
-                      },
-                      {
-                        "text": "批量填充"
-                      },
-                      {
-                        "text": "业务操作",
-                        "menu": [
-                          {
-                            "text": "获取批号"
-                          },
-                          {
-                            "text": "获取库存"
-                          },
-                          {
-                            "text": "累计数量取价"
-                          }
-                        ]
-                      },
-                      {
-                        "text": "业务查询",
-                        "menu": [
-                          {
-                            "text": "价格查询"
-                          },
-                          {
-                            "text": "历史价格"
-                          },
-                          {
-                            "text": "库存查询"
-                          },
-                          {
-                            "text": "预留综合查询"
-                          },
-                          {
-                            "text": "研发资料"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "xtype": "gridpanel",
-                    "entity": "PUR_ORDER_ENTRY",
-                    "bind": "{PUR_ORDER_ENTRY}",
-                    "editable": true,
-                    "ui": "form",
-                    "height": 368,
-                    "columns": [
-                      {
-                        "text": "序号",
-                        "align": "center",
-                        "dataIndex": "PO_ENTRY_NO",
-                        "width": 60
-                      },
-                      {
-                        "text": "物料编码",
-                        "xtype": "searchcolumn",
-                        "dataIndex": "PO_ENTRY_PROD",
-                        "editor": {
-                          "xtype": "searchfield"
-                        }
-                      },
-                      {
-                        "text": "物料名称",
-                        "dataIndex": "PO_ENTRY_PRODNAME",
-                        "width": 160
-                      },
-                      {
-                        "text": "采购单位",
-                        "xtype": "searchcolumn",
-                        "dataIndex": "PO_ENTRY_UNIT",
-                        "editor": {
-                          "xtype": "searchfield"
-                        }
-                      },
-                      {
-                        "text": "采购数量",
-                        "xtype": "numbercolumn",
-                        "dataIndex": "PO_ENTRY_QTY",
-                        "editor": {
-                          "xtype": "numberfield"
-                        }
-                      },
-                      {
-                        "text": "计价单位",
-                        "xtype": "searchcolumn",
-                        "dataIndex": "PO_ENTRY_PRICE_UNIT",
-                        "editor": {
-                          "xtype": "searchfield"
-                        }
-                      },
-                      {
-                        "text": "计价数量",
-                        "xtype": "numbercolumn",
-                        "dataIndex": "PO_ENTRY_PRICE_QTY",
-                        "editor": {
-                          "xtype": "numberfield"
-                        }
-                      },
-                      {
-                        "text": "交货日期",
-                        "xtype": "datecolumn",
-                        "dataIndex": "PO_ENTRY_DELIVERY",
-                        "editor": {
-                          "xtype": "datefield"
-                        }
-                      },
-                      {
-                        "text": "单价",
-                        "xtype": "numbercolumn",
-                        "dataIndex": "PO_ENTRY_PRICE"
-                      },
-                      {
-                        "text": "含税单价",
-                        "xtype": "numbercolumn",
-                        "dataIndex": "PO_ENTRY_TAXPRICE",
-                        "editor": {
-                          "xtype": "numberfield"
-                        }
-                      },
-                      {
-                        "text": "折扣率%",
-                        "xtype": "numbercolumn",
-                        "dataIndex": "PO_ENTRY_DISCOUNT",
-                        "editor": {
-                          "xtype": "numberfield"
-                        }
-                      },
-                      {
-                        "text": "税率%",
-                        "xtype": "numbercolumn",
-                        "dataIndex": "PO_ENTRY_TAXRATE",
-                        "editor": {
-                          "xtype": "numberfield"
-                        }
-                      },
-                      {
-                        "text": "税额",
-                        "xtype": "numbercolumn",
-                        "dataIndex": "PO_ENTRY_TAXAMOUNT"
-                      },
-                      {
-                        "text": "金额",
-                        "xtype": "numbercolumn",
-                        "dataIndex": "PO_ENTRY_AMOUNT"
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "title": "交货安排"
-              },
-              {
-                "title": "明细财务信息"
-              },
-              {
-                "title": "其他信息"
-              }
-            ]
-          }
-        ]
-      },
-      {
-        "viewType": "list",
-        "layout": "fit",
-        "items": [
-          {
-            "xtype": "menubar",
-            "ui": "form-menubar",
-            "items": [
-              {
-                "text": "过滤"
-              },
-              {
-                "text": "刷新"
-              },
-              {
-                "text": "新增",
-                "menu": [
-                  {
-                    "text": "新增",
-                    "reference": "newBtn",
-                    "operation": "new"
-                  },
-                  {
-                    "text": "复制"
-                  }
-                ]
-              },
-              {
-                "text": "删除"
-              },
-              {
-                "text": "提交",
-                "menu": [
-                  {
-                    "text": "提交"
-                  },
-                  {
-                    "text": "反提交"
-                  }
-                ]
-              },
-              {
-                "text": "审核",
-                "menu": [
-                  {
-                    "text": "审核"
-                  },
-                  {
-                    "text": "反审核"
-                  }
-                ]
-              },
-              {
-                "text": "下推"
-              },
-              {
-                "text": "关联查询",
-                "menu": [
-                  {
-                    "text": "上查"
-                  },
-                  {
-                    "text": "下查"
-                  },
-                  {
-                    "xtype": "menuseparator"
-                  },
-                  {
-                    "text": "业务流程图"
-                  },
-                  {
-                    "text": "全流程跟踪"
-                  }
-                ]
-              },
-              {
-                "text": "业务操作",
-                "menu": [
-                  {
-                    "text": "作废"
-                  },
-                  {
-                    "xtype": "menuseparator"
-                  },
-                  {
-                    "text": "整单关闭"
-                  },
-                  {
-                    "text": "反关闭"
-                  },
-                  {
-                    "xtype": "menuseparator"
-                  },
-                  {
-                    "text": "计划确认"
-                  },
-                  {
-                    "text": "反计划确认"
-                  },
-                  {
-                    "xtype": "menuseparator"
-                  },
-                  {
-                    "text": "条码打印"
-                  },
-                  {
-                    "text": "修改变更"
-                  }
-                ]
-              },
-              {
-                "text": "业务查询",
-                "menu": [
-                  {
-                    "text": "预付查询"
-                  },
-                  {
-                    "text": "预留综合查询"
-                  },
-                  {
-                    "text": "研发资料"
-                  }
-                ]
-              },
-              {
-                "text": "选项",
-                "menu": [
-                  {
-                    "text": "选项"
-                  },
-                  {
-                    "xtype": "menuseparator"
-                  },
-                  {
-                    "text": "打印"
-                  },
-                  {
-                    "text": "预览"
-                  },
-                  {
-                    "text": "套打",
-                    "menu": [
-                      {
-                        "text": "套打设置"
-                      },
-                      {
-                        "xtype": "menuseparator"
-                      },
-                      {
-                        "text": "连续套打全部单据"
-                      },
-                      {
-                        "text": "连续套打所选单据"
-                      },
-                      {
-                        "text": "连续套打预览全部单据"
-                      },
-                      {
-                        "text": "连续套打预览所选单据"
-                      },
-                      {
-                        "xtype": "menuseparator"
-                      },
-                      {
-                        "text": "合并套打全部单据"
-                      },
-                      {
-                        "text": "合并套打所选单据"
-                      },
-                      {
-                        "text": "合并套打预览全部单据"
-                      },
-                      {
-                        "text": "合并套打预览所选单据"
-                      },
-                      {
-                        "xtype": "menuseparator"
-                      },
-                      {
-                        "text": "套打导出"
-                      },
-                      {
-                        "text": "分批打印全部单据"
-                      },
-                      {
-                        "text": "分批打印所选单据"
-                      }
-                    ]
-                  },
-                  {
-                    "xtype": "menuseparator"
-                  },
-                  {
-                    "text": "导入",
-                    "menu": [
-                      {
-                        "text": "导入"
-                      },
-                      {
-                        "text": "导入模板设置"
-                      }
-                    ]
-                  },
-                  {
-                    "text": "导出",
-                    "menu": [
-                      {
-                        "text": "导出模板设置"
-                      },
-                      {
-                        "text": "按列表导出数据"
-                      },
-                      {
-                        "text": "按导出模板导出数据"
-                      },
-                      {
-                        "text": "按导入模板导出数据"
-                      }
-                    ]
-                  },
-                  {
-                    "xtype": "menuseparator"
-                  },
-                  {
-                    "text": "附件"
-                  }
-                ]
-              },
-              {
-                "text": "退出"
-              }
-            ]
-          },
-          {
-            "xtype": "fieldcontainer",
-            "fieldLabel": "我的方案",
-            "labelWidth": 88,
-            "padding": "10 0 10 0",
-            "items": [
-              {
-                "xtype": "segmentedbutton",
-                "ui": "form",
-                "items": [
-                  {
-                    "text": "缺省方案"
-                  },
-                  {
-                    "text": "我的未完成订单"
-                  },
-                  {
-                    "text": "今天"
-                  },
-                  {
-                    "text": "本周"
-                  },
-                  {
-                    "text": "本月",
-                    "pressed": true
-                  },
-                  {
-                    "text": "未入库完成采购订单"
-                  },
-                  {
-                    "text": "待审核采购订单"
-                  },
-                  {
-                    "text": "今日收货"
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "xtype": "gridpanel",
-            "ui": "form",
-            "height": 584,
-            "showFilterBar": true,
-            "showHeaderFilter": true,
-            "showPagingBar": true,
-            "selType": "checkboxmodel",
-            "reference": "PUR_ORDER_ENTRY",
-            "store": {
-              "fields": [
-              ]
-            },
-            "columns": [
-              {
-                "text": "单据编号",
-                "dataIndex": "PO_CODE"
-              },
-              {
-                "text": "采购日期",
-                "dataIndex": "PO_DATE"
-              },
-              {
-                "text": "供应商",
-                "dataIndex": "PO_SUPPLIER",
-                "width": 200
-              },
-              {
-                "text": "单据状态",
-                "dataIndex": "PO_STATUS"
-              },
-              {
-                "text": "物料编码",
-                "dataIndex": "PO_ENTRY_PROD",
-                "width": 160
-              },
-              {
-                "text": "物料名称",
-                "dataIndex": "PO_ENTRY_PRODNAME",
-                "width": 200
-              },
-              {
-                "text": "采购单位",
-                "dataIndex": "PO_ENTRY_UNIT"
-              },
-              {
-                "text": "采购数量",
-                "dataIndex": "PO_ENTRY_QTY"
-              },
-              {
-                "text": "交货日期",
-                "dataIndex": "PO_ENTRY_DELIVERY"
-              }
-            ]
-          }
-        ]
-      }
-    ]
-  }
-]

+ 0 - 32
applications/scm/scm-purchase/out/production/resources/metadata/Purchase.module.json

@@ -1,32 +0,0 @@
-[
-  {
-    "id": "scm_purchase",
-    "name": "采购管理",
-    "domain": "scm"
-  },
-  {
-    "id": "scm_sale",
-    "name": "销售管理",
-    "domain": "scm"
-  },
-  {
-    "id": "scm_credit",
-    "name": "信用管理",
-    "domain": "scm"
-  },
-  {
-    "id": "scm_stock",
-    "name": "库存管理",
-    "domain": "scm"
-  },
-  {
-    "id": "scm_org",
-    "name": "组织间结算",
-    "domain": "scm"
-  },
-  {
-    "id": "scm_barcode",
-    "name": "条码管理",
-    "domain": "scm"
-  }
-]

BIN
applications/starter/out/production/classes/META-INF/uas-platform.applications.starter.main.kotlin_module


BIN
applications/starter/out/production/classes/com/usoftchina/uas/ApplicationStarter.class


BIN
applications/starter/out/production/classes/com/usoftchina/uas/config/WebConfig.class


BIN
applications/starter/out/production/classes/com/usoftchina/uas/error/DefaultErrorConfig.class


BIN
applications/starter/out/production/classes/com/usoftchina/uas/error/GlobalExceptionHandler.class


BIN
applications/starter/out/production/classes/com/usoftchina/uas/error/ServletErrorUtils.class


BIN
applications/starter/out/production/classes/com/usoftchina/uas/error/UnCaughtErrorFilter.class


+ 0 - 22
applications/starter/out/production/resources/application.yml

@@ -1,22 +0,0 @@
-spring:
-  datasource:
-    driver-class-name: oracle.jdbc.driver.OracleDriver
-    url: jdbc:oracle:thin:@10.1.81.2:1521:orcl
-    username: UAS_2
-    password: select!#%*(
-    hikari:
-      minimum-idle: 5
-      maximum-pool-size: 50
-      idle-timeout: 30000
-      max-lifetime: 1800000
-      connection-timeout: 30000
-  jackson:
-    date-format: yyyy-MM-dd HH:mm:ss
-
-logging:
-  level:
-    com.usoftchina: trace
-
-server:
-  servlet:
-    context-path: /api

+ 0 - 10
applications/starter/out/production/resources/banner.txt

@@ -1,10 +0,0 @@
-${AnsiColor.BRIGHT_YELLOW}
- _____  _____   _       ______
-|_   _||_   _| / \    .' ____ \
-  | |    | |  / _ \   | (___ \_|
-  | '    ' | / ___ \   _.____`.
-   \ \__/ /_/ /   \ \_| \____) |
-    `.__.'|____| |____|\______.'
-
-@Copyright 2019 Shenzhen Usoft Information Technology Co., Ltd.
-${AnsiColor.DEFAULT}

+ 0 - 3
applications/starter/out/production/resources/config/application-prod.yml

@@ -1,3 +0,0 @@
-logging:
-  level:
-    com.usoftchina: warn

+ 0 - 3
applications/starter/out/production/resources/config/application-test.yml

@@ -1,3 +0,0 @@
-logging:
-  level:
-    com.usoftchina: debug

+ 1 - 1
build.gradle

@@ -9,7 +9,7 @@ allprojects {
 }
 
 subprojects { Project subproject ->
-    if (subproject.name in ["framework", "applications", "scm"]) {
+    if (subproject.name in ["framework", "applications", "scm", "cloud"]) {
         return
     }
     apply plugin: 'java'

BIN
framework/framework-app/out/production/classes/com/usoftchina/uas/app/view/HomeController.class


BIN
framework/framework-app/out/production/classes/com/usoftchina/uas/app/view/MainApplication.class


BIN
framework/framework-app/out/production/classes/com/usoftchina/uas/app/view/MainController.class


BIN
framework/framework-app/out/production/classes/com/usoftchina/uas/app/view/MainMenuController.class


BIN
framework/framework-app/out/production/classes/com/usoftchina/uas/app/web/WebEventAdapter.class


BIN
framework/framework-app/out/production/classes/com/usoftchina/uas/app/web/dto/EventParams.class


BIN
framework/framework-app/out/production/classes/com/usoftchina/uas/app/web/dto/ViewParams.class


+ 0 - 24
framework/framework-app/out/production/resources/metadata/Home.form.json

@@ -1,24 +0,0 @@
-[
-  {
-    "id": "base_home",
-    "name": "首页",
-    "type": "dynamicForm",
-    "views": [
-      {
-        "viewType": "form",
-        "layout": "fit",
-        "iconCls": "x-fa fa-home",
-        "closeable": false,
-        "controllers": [
-          "com.usoftchina.uas.app.view.HomeController"
-        ],
-        "items": [
-          {
-            "xtype": "infoview",
-            "reference": "infoview"
-          }
-        ]
-      }
-    ]
-  }
-]

+ 0 - 176
framework/framework-app/out/production/resources/metadata/Main.form.json

@@ -1,176 +0,0 @@
-[
-  {
-    "id": "base_main",
-    "name": "主页",
-    "type": "dynamicForm",
-    "plugins": [
-      "com.usoftchina.uas.plugin.MainPlugin"
-    ],
-    "views": [
-      {
-        "viewType": "form",
-        "layout": "border",
-        "controllers": [
-          "com.usoftchina.uas.app.view.MainController"
-        ],
-        "items": [
-          {
-            "xtype": "toolbar",
-            "cls": "main-header",
-            "region": "north",
-            "height": 56,
-            "defaults": {
-              "margin": "0 5 0 5"
-            },
-            "items": [
-              {
-                "xtype": "tbfill"
-              },
-              {
-                "id": "f_search",
-                "xtype": "textfield",
-                "width": 224,
-                "height": 32,
-                "emptyText": "搜功能"
-              },
-              {
-                "id": "b_datacenter",
-                "text": "优软科技",
-                "ui": "header-toolbar",
-                "height": 32
-              },
-              {
-                "xtype": "tbseparator"
-              },
-              {
-                "id": "b_user",
-                "bind": "{user.USER_NAME}",
-                "ui": "header-toolbar",
-                "height": 32,
-                "menu": {
-                  "items": [
-                    {
-                      "text": "个人信息"
-                    },
-                    {
-                      "text": "修改密码"
-                    },
-                    {
-                      "xtype": "menuseparator"
-                    },
-                    {
-                      "text": "我的权限",
-                      "menu": {
-                        "items": [
-                          {
-                            "text": "我的功能权限"
-                          },
-                          {
-                            "text": "我的字段权限"
-                          },
-                          {
-                            "text": "我的角色"
-                          }
-                        ]
-                      }
-                    },
-                    {
-                      "text": "我的设置",
-                      "menu": {
-                        "items": [
-                          {
-                            "text": "本地配置"
-                          },
-                          {
-                            "text": "我的格式和时区"
-                          }
-                        ]
-                      }
-                    },
-                    {
-                      "text": "我的任务",
-                      "menu": {
-                        "items": [
-                          {
-                            "text": "我的企业需求"
-                          },
-                          {
-                            "text": "我的冲突操作列表"
-                          },
-                          {
-                            "text": "我的后台任务"
-                          },
-                          {
-                            "text": "我的打印任务"
-                          }
-                        ]
-                      }
-                    },
-                    {
-                      "xtype": "menuseparator"
-                    },
-                    {
-                      "text": "主控台菜单显示模式",
-                      "menu": {
-                        "items": [
-                          {
-                            "text": "全部组织",
-                            "group": "orgMode",
-                            "checked": true
-                          },
-                          {
-                            "text": "当前组织",
-                            "group": "orgMode"
-                          }
-                        ]
-                      }
-                    },
-                    {
-                      "text": "关于"
-                    }
-                  ]
-                }
-              },
-              {
-                "xtype": "tbseparator"
-              },
-              {
-                "text": "注销",
-                "ui": "header-toolbar",
-                "height": 32
-              }
-            ]
-          },
-          {
-            "xtype": "maintabpanel",
-            "region": "center",
-            "reference": "mainTabPanel",
-            "tabBar": {
-              "items": [
-                {
-                  "xtype": "button",
-                  "iconCls": "x-fa fa-navicon",
-                  "tooltip": "导航菜单",
-                  "reference": "mainMenuToggle",
-                  "operation": "showMainMenu"
-                }
-              ]
-            }
-          }
-        ]
-      }
-    ],
-    "operations": [
-      {
-        "id": "showMainMenu",
-        "name": "打开主菜单",
-        "type": "addView",
-        "params": {
-          "viewName": "base_mainmenu",
-          "viewType": "form",
-          "openType": "floating"
-        }
-      }
-    ]
-  }
-]

+ 0 - 25
framework/framework-app/out/production/resources/metadata/MainMenu.form.json

@@ -1,25 +0,0 @@
-[
-  {
-    "id": "base_mainmenu",
-    "name": "主控台菜单",
-    "type": "dynamicForm",
-    "views": [
-      {
-        "viewType": "form",
-        "layout": "fit",
-        "controllers": [
-          "com.usoftchina.uas.app.view.MainMenuController"
-        ],
-        "items": [
-          {
-            "xtype": "navpanel",
-            "reference": "domainList",
-            "tabBar": {
-              "style": "border-right: 1px solid #e8e8e8 !important"
-            }
-          }
-        ]
-      }
-    ]
-  }
-]

BIN
framework/framework-core/out/production/classes/META-INF/uas-platform.framework.framework-core.main.kotlin_module


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/base/ExtensionMap.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/base/Result.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/context/ContextHolder.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/exception/BaseCheckedException.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/exception/BaseException.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/exception/BaseExceptionCode.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/exception/BaseUncheckedException.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/exception/BizException.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/exception/CommonException.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/exception/ExceptionCode.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/exception/Try$UncheckedConsumer.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/exception/Try$UncheckedFunction.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/exception/Try.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/io/UasFactoriesLoader.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/DefaultMetadataScanner.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/Metadata.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataDefinitionException.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataResolver.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataScan.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataScannedEvent.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataScanner.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/MetadataScannerRegistrar.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/metadata/json/JsonFileResolver.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/ArrayUtils.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/Beans.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/DataList.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/DateUtils.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/HashTable.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/JsonUtils.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/Record.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/Safety.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/StringUtils.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/Table.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/ThConsumer.class


BIN
framework/framework-core/out/production/classes/com/usoftchina/uas/util/TypeUtils.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/DomainInitialize.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/DomainMetadata.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/DomainMetadataResolver.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/DomainMetadataService.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/console/NavItem.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/console/NavMetadata.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/console/NavMetadataResolver.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/function/FunctionEntryMetadata.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/function/FunctionMetadata.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/function/FunctionMetadataResolver.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/function/FunctionMetadataService.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/module/ModuleMetadata.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/module/ModuleMetadataResolver.class


BIN
framework/framework-domain/out/production/classes/com/usoftchina/uas/domain/module/ModuleMetadataService.class


+ 0 - 3
framework/framework-domain/out/production/resources/META-INF/uas.factories

@@ -1,3 +0,0 @@
-com.usoftchina.uas.metadata.MetadataResolver=com.usoftchina.uas.domain.DomainMetadataResolver,\
-com.usoftchina.uas.domain.module.ModuleMetadataResolver,\
-com.usoftchina.uas.domain.function.FunctionMetadataResolver

BIN
framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/EntityFieldMetadata.class


BIN
framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/EntityInitialize.class


BIN
framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/EntityInitializedEvent.class


BIN
framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/EntityMetadata.class


BIN
framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/EntityMetadataService.class


BIN
framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/FieldResolver$1.class


BIN
framework/framework-entity/out/production/classes/com/usoftchina/uas/entity/FieldResolver.class


Some files were not shown because too many files changed in this diff