Browse Source

接口监察暂存

dev_web_online
安虹睿 2 years ago
parent
commit
c564a88a17
  1. 15
      fe/PC/package-lock.json
  2. 1
      fe/PC/package.json
  3. 2
      fe/PC/src/components/umyTable/index.vue
  4. 56
      fe/PC/src/lang/index.js
  5. 117
      fe/PC/src/lang/zh.js
  6. 2
      fe/PC/src/main.js
  7. 718
      fe/PC/src/utils/tableColumns/index.js

15
fe/PC/package-lock.json

@ -1,12 +1,12 @@
{
"name": "vue-element-admin",
"version": "4.4.0",
"version": "4.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vue-element-admin",
"version": "4.4.0",
"version": "4.4.1",
"license": "MIT",
"dependencies": {
"af-table-column": "^1.0.3",
@ -39,6 +39,7 @@
"vue": "2.6.10",
"vue-count-to": "1.0.13",
"vue-grid-layout": "^2.4.0",
"vue-i18n": "^8.28.2",
"vue-pdf": "^4.3.0",
"vue-router": "3.0.2",
"vue-splitpane": "1.0.4",
@ -22158,6 +22159,11 @@
"integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
"dev": true
},
"node_modules/vue-i18n": {
"version": "8.28.2",
"resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-8.28.2.tgz",
"integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA=="
},
"node_modules/vue-jest": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/vue-jest/-/vue-jest-3.0.7.tgz",
@ -41321,6 +41327,11 @@
"integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
"dev": true
},
"vue-i18n": {
"version": "8.28.2",
"resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-8.28.2.tgz",
"integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA=="
},
"vue-jest": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/vue-jest/-/vue-jest-3.0.7.tgz",

1
fe/PC/package.json

@ -45,6 +45,7 @@
"vue": "2.6.10",
"vue-count-to": "1.0.13",
"vue-grid-layout": "^2.4.0",
"vue-i18n": "^8.28.2",
"vue-pdf": "^4.3.0",
"vue-router": "3.0.2",
"vue-splitpane": "1.0.4",

2
fe/PC/src/components/umyTable/index.vue

@ -567,7 +567,7 @@ export default {
},
setItemFixed(item,index){
let _re = false
if(this.firstFixed){
if(this.firstFixed && item.fixed == 'left'){
if(index == 0)_re = true
}else{
_re = item.fixed

56
fe/PC/src/lang/index.js

@ -0,0 +1,56 @@
import Vue from 'vue'
import VueI18n from 'vue-i18n'
import Cookies from 'js-cookie'
// import elementEnLocale from 'element-ui/lib/locale/lang/en' // element-ui lang
import elementZhLocale from 'element-ui/lib/locale/lang/zh-CN'// element-ui lang
// import elementEsLocale from 'element-ui/lib/locale/lang/es'// element-ui lang
// import elementJaLocale from 'element-ui/lib/locale/lang/ja'// element-ui lang
// import enLocale from './en'
import zhLocale from './zh'
// import esLocale from './es'
// import jaLocale from './ja'
Vue.use(VueI18n)
const messages = {
// en: {
// ...enLocale,
// ...elementEnLocale
// },
zh: {
...zhLocale,
...elementZhLocale
},
// es: {
// ...esLocale,
// ...elementEsLocale
// },
// ja: {
// ...jaLocale,
// ...elementJaLocale
// }
}
export function getLanguage() {
const chooseLanguage = Cookies.get('language')
if (chooseLanguage) return chooseLanguage
// if has not choose language
const language = (navigator.language || navigator.browserLanguage).toLowerCase()
const locales = Object.keys(messages)
for (const locale of locales) {
if (language.indexOf(locale) > -1) {
return locale
}
}
//return 'en'
return 'zh'
}
const i18n = new VueI18n({
// set locale
// options: en | zh | es
locale: getLanguage(),
// set locale messages
messages
})
export default i18n

117
fe/PC/src/lang/zh.js

@ -0,0 +1,117 @@
export default {
// 字段通用
ColumsPublic:{
id:'ID',
remark:'备注',
description:'描述',
status:'状态',
type:'类型',
creationTime:'创建时间',
creatorId:'创建者ID',
lastModificationTime:'上次修改时间',
lastModifierId:'上次修改者ID',
beginTime:'开始时间',
endTime:'结束时间',
operation:'操作',
},
// 所有字段(除了接口监控看板)
ColumsNames:{
itemCode:'物品代码',
itemName:'物品名称',
itemDesc1:'物品描述',
itemDesc2:'物品描述2',
abcClass:'ABC类',
canMake:'制造件',
canBuy:'采购件',
canOutsourcing:'外包件',
isRecycled:'回收件',
isPhantom:'是否虚拟物件',
productLine:'产品类',
elevel:'Elevel',
color:'颜色',
category:'种类',
group:'分组',
configuration:'配置',
basicUom:'基本计量单位',
stdPackQty:'标包数',
project:'项目',
version:'版本',
eco:'工程变革',
validity:'有效期',
validityUnit:'有效期单位',
manageType:'管理类型',
supplierCode:'供应商代码',
inspectType:'检验类型',
categoryCode:'分类代码',
categoryValue:'分类值',
packCode:'包装代码',
packName:'包装名称',
packType:'包装类型',
packQty:'包装数量',
packBasicUom:'包装计量单位',
ceilingQty:'数量上限',
floorQty:'数量下限',
isUsePercent:'使用百分比',
samplePercent:'抽检百分比',
sampleQty:'抽检数量',
productCode:'父物品号',
componentCode:'子物品号',
componentQty:'子物品用量',
componentUom:'子物品用量单位',
erpOp:'ERP工序',
mfgOp:'制造工序',
distributionType:'配送方式',
truncType:'取整方式',
plannedSplitRule:'计划拆分规则',
layer:'层级',
tenantId:'事务ID',
customerCode:'客户代码',
customerName:'客户名称',
customerShortName:'客户简称',
customerItemCode:'客户物品代码',
customerPackQty:'客户包装数量',
customerPackUom:'客户包装数量单位',
customerAdrName:'客户地址名称',
customerAdrCode:'客户地址代码',
contact:'联系人',
phone:'电话',
fax:'传真',
postID:'邮编',
address:'地址',
country:'国家',
city:'城市',
currency:'货币',
warehouseCode:'仓库',
locationCode:'库位代码',
projectCode:'项目代码',
projectName:'项目名称',
},
// 接口监控看板
ColumsDashboard:{
number:'编号',
dataType:'数据类型',
tableType:'数据表类型',
dataAction:'数据动作',
effectiveDate:'生效时间',
status:'数据状态',
dataIdentityCode:'数据识别码',
dataContent:'数据内容',
sourceSystem:'来源系统',
sourceDataId:'来源数据ID',
sourceDataGroupCode:'来源数据组码',
sourceDataDetailCode:'来源数据明细码',
sourceDataContent:'来源数据内容',
writeTime:'写入时间',
writer:'写入者',
destinationSystem:'目标系统',
destinationDataId:'目标数据ID',
destinationDataContent:'目标数据内容',
readTime:'读取时间',
reader:'读取者',
errorCode:'错误代码',
errorMessage:'错误信息',
retryTimes:'重试次数',
}
}

2
fe/PC/src/main.js

@ -6,6 +6,7 @@ import App from './App'
import store from './store'
import router from './router'
import watchLocal from '@/utils/watcLlocalstorage'//用于监听本地缓存
// import i18n from './lang'
import "./utils/utils"
@ -68,5 +69,6 @@ new Vue({
el: '#app',
router,
store,
// i18n,
render: h => h(App)
})

718
fe/PC/src/utils/tableColumns/index.js

@ -1,316 +1,320 @@
// 通用配置
const orderWidth = 180
import zh from '@/lang/zh'
let _Public = zh.ColumsPublic // 字段通用
let _Dashboard = zh.ColumsDashboard // 接口监控看板
let _Names = zh.ColumsNames // 接口监控看板
// 基础信息数据管理
/**/
// 物品基础信息 20230328
// 物品基础信息
export const ItemBasic = [
{
label: "物品代码",
label: _Names.itemCode,
prop: "code",
fixed: "left",
type: "name"
},
{ label: "物品名称", prop: "name" },
{ label: "物品描述1", prop: "desc1" },
{ label: "物品描述2", prop: "desc2" },
{ label: "状态", prop: "status", type: "filter", filters: "itemStatus" },
{ label: "类型", prop: 'type', type: "filter", filters: "ItemTypeBasic" },
{ label: "ABC类", prop: 'abcClass', type: "filter", filters: "abcClass" },
{ label: "制造件", prop: 'canMake', type: "filter", filters: "whetherOrNot" },
{ label: "采购件", prop: 'canBuy', type: "filter", filters: "whetherOrNot" },
{ label: "外包件", prop: 'canOutsourcing', type: "filter", filters: "whetherOrNot" },
{ label: "回收件", prop: 'isRecycled', type: "filter", filters: "whetherOrNot" },
{ label: "是否虚拟物件", prop: "isPhantom", type: "filter", filters: "whetherOrNot" },
{ label: "产品类", prop: 'productLine' },
{ label: "Elevel", prop: 'elevel' },
{ label: "颜色", prop: "color" },
{ label: _Names.itemName, prop: "name" },
{ label: _Names.itemDesc1, prop: "desc1" },
{ label: _Names.itemDesc2, prop: "desc2" },
{ label: _Public.status, prop: "status", type: "filter", filters: "itemStatus" },
{ label: _Public.type, prop: 'type', type: "filter", filters: "ItemTypeBasic" },
{ label: _Names.abcClass, prop: 'abcClass', type: "filter", filters: "abcClass" },
{ label: _Names.canMake, prop: 'canMake', type: "filter", filters: "whetherOrNot" },
{ label: _Names.canBuy, prop: 'canBuy', type: "filter", filters: "whetherOrNot" },
{ label: _Names.canOutsourcing, prop: 'canOutsourcing', type: "filter", filters: "whetherOrNot" },
{ label: _Names.isRecycled, prop: 'isRecycled', type: "filter", filters: "whetherOrNot" },
{ label: _Names.isPhantom, prop: "isPhantom", type: "filter", filters: "whetherOrNot" },
{ label: _Names.productLine, prop: 'productLine' },
{ label: _Names.elevel, prop: 'elevel' },
{ label: _Names.color, prop: "color" },
// ---------------------------------------
{ label: "创建时间", prop: "creationTime", type: "dateTime" },
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" },
{ label: "种类", prop: "category" },
{ label: "分组", prop: "group" },
{ label: "配置", prop: "configuration" },
{ label: "基本计量单位", prop: "basicUom" },
{ label: "标包数", prop: "stdPackQty" },
{ label: "项目", prop: "project" },
{ label: "版本", prop: "version" },
{ label: "工程变革", prop: "eco" },
{ label: "有效期", prop: "validity" },
{ label: "有效期单位", prop: "validityUnit", type: "filter", filters: "validityUnit" },
{ label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" },
{ label: "备注", prop: "remark" },
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" },
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" },
{ label: _Names.category, prop: "category" },
{ label: _Names.group, prop: "group" },
{ label: _Names.configuration, prop: "configuration" },
{ label: _Names.basicUom, prop: "basicUom" },
{ label: _Names.stdPackQty, prop: "stdPackQty" },
{ label: _Names.project, prop: "project" },
{ label: _Names.version, prop: "version" },
{ label: _Names.eco, prop: "eco" },
{ label: _Names.validity, prop: "validity" },
{ label: _Names.validityUnit, prop: "validityUnit", type: "filter", filters: "validityUnit" },
{ label: _Names.manageType, prop: "manageType", type: "filter", filters: "manageType" },
{ label: _Public.remark, prop: "remark" },
// {
// label: "操作",
// label: _Public.operation,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
// fixed: "right"
// },
]
// 物品质量信息 20230328
// 物品质量信息
export const ItemQuality = [
{
label: "物品代码",
label: _Names.itemCode,
prop: "itemCode",
fixed: "left",
type: "name"
},
{ label: "供应商代码", prop: 'supplierCode' },
{ label: "状态", prop: 'status', type: "filter", filters: "openToClose" },
{ label: "检验类型", prop: 'inspectType', type: "filter", filters: "inspectType" },
{ label: "创建时间", prop: "creationTime", type: "dateTime" },
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" },
{ label: "备注", prop: "remark" },
{ label: "描述", prop: "description" },
{ label: _Names.supplierCode, prop: 'supplierCode' },
{ label: _Public.status, prop: 'status', type: "filter", filters: "openToClose" },
{ label: _Names.inspectType, prop: 'inspectType', type: "filter", filters: "inspectType" },
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" },
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" },
{ label: _Public.remark, prop: "remark" },
{ label: _Public.description, prop: "description" },
// {
// label: "操作",
// label: _Public.operation,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
// fixed: "right"
// },
]
// 物品分类信息 20230328
// 物品分类信息
export const ItemCategory = [
{
label: "物品代码",
label: _Names.itemCode,
prop: "itemCode",
fixed: "left",
type: "name"
},
{ label: "分类代码", prop: 'categoryCode' },
{ label: "分类值", prop: 'value' },
{ label: "创建时间", prop: "creationTime", type: "dateTime" },
{ label: "备注", prop: "remark" },
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" },
{ label: _Names.categoryCode, prop: 'categoryCode' },
{ label: _Names.categoryValue, prop: 'value' },
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" },
{ label: _Public.remark, prop: "remark" },
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" },
// {
// label: "操作",
// label: _Public.creationTime,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
// fixed: "right"
// },
]
// 物品包装信息 20230328
// 物品包装信息
export const ItemPack = [
{
label: '物品代码',
label: _Names.itemCode,
prop: "itemCode",
fixed: "left",
type: "name"
},
{ label: "包装代码", prop: "packCode", },
{ label: "包装名称", prop: "packName" },
{ label: '包装类型', prop: "packType" },
{ label: '包装计量单位', prop: "basicUom" },
{ label: '包装数量', prop: "qty" },
{ label: "备注", prop: "remark" },
{ label: "创建时间", prop: "creationTime", type:'dateTime' },
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' },
{ label: _Names.packCode, prop: "packCode", },
{ label: _Names.packName, prop: "packName" },
{ label: _Names.packType, prop: "packType" },
{ label: _Names.packBasicUom, prop: "basicUom" },
{ label: _Names.packQty, prop: "qty" },
{ label: _Public.remark, prop: "remark" },
{ label: _Public.creationTime, prop: "creationTime", type:'dateTime' },
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type:'dateTime' },
// {
// label: "操作",
// label: _Public.creationTime,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
// fixed: "right"
// },
]
// 物品质检标准信息 20230328
// 物品质检标准信息
export const AQL = [
{
//label: "物品代码",
label: "物品代码",
label: _Names.itemCode,
prop: "itemCode",
fixed: "left",
type: "name"
},
{ label: "供应商代码", prop: "supplierCode" },
{ label: "ABC类", prop: 'abcClass', type: "filter", filters: "abcClass" },
{ label: "数量上限", prop: 'ceilingQty' },
{ label: "数量下限", prop: "floorQty" },
{ label: "使用百分比", prop: 'isUsePercent', type: "filter", filters: "whetherOrNot" },
{ label: "抽检百分比", prop: 'samplePercent' },
{ label: "抽检数量", prop: 'sampleQty' },
{ label: "备注", prop: "remark" },
{ label: "创建时间", prop: "creationTime", type:'dateTime' },
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' },
{ label: _Names.supplierCode, prop: "supplierCode" },
{ label: _Names.abcClass, prop: 'abcClass', type: "filter", filters: "abcClass" },
{ label: _Names.ceilingQty, prop: 'ceilingQty' },
{ label: _Names.floorQty, prop: "floorQty" },
{ label: _Names.isUsePercent, prop: 'isUsePercent', type: "filter", filters: "whetherOrNot" },
{ label: _Names.samplePercent, prop: 'samplePercent' },
{ label: _Names.sampleQty, prop: 'sampleQty' },
{ label: _Public.remark, prop: "remark" },
{ label: _Public.creationTime, prop: "creationTime", type:'dateTime' },
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type:'dateTime' },
// {
// label: "操作",
// label: _Public.creationTime,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
// fixed: "right"
// },
]
// 物品清单信息 20230328
// 物品清单信息
export const Bom = [
{
label: "父物品号",
label: _Names.productCode,
prop: "product",
fixed: "left",
type: "name"
},
{ label: "子物品号", prop: "component" },
{ label: "子物品用量", prop: 'componentQty' },
{ label: "子物品用量单位", prop: 'componentUom' },
{ label: "ERP工序", prop: "erpOp" },
{ label: "制造工序", prop: "mfgOp" },
{ label: "配送方式", prop: "distributionType", type: "filter", filters: "distributionType" },
{ label: "取整方式", prop: "truncType", type: "filter", filters: "truncType" },
{ label: "计划拆分规则", prop: "plannedSplitRule", type: "filter", filters: "plannedSplitRule" },
{ label: "开始时间", prop: "beginTime", type: "dateTime" },
{ label: "结束时间", prop: "endTime", type: "dateTime" },
{ label: "备注", prop: 'remark' },
{ label: "创建时间", prop: "creationTime", type: "dateTime" },
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" },
{ label: "层级", prop: "layer" },
{ label: _Names.componentCode, prop: "component" },
{ label: _Names.componentQty, prop: 'componentQty' },
{ label: _Names.componentUom, prop: 'componentUom' },
{ label: _Names.erpOp, prop: "erpOp" },
{ label: _Names.mfgOp, prop: "mfgOp" },
{ label: _Names.distributionType, prop: "distributionType", type: "filter", filters: "distributionType" },
{ label: _Names.truncType, prop: "truncType", type: "filter", filters: "truncType" },
{ label: _Names.plannedSplitRule, prop: "plannedSplitRule", type: "filter", filters: "plannedSplitRule" },
{ label: _Public.beginTime, prop: "beginTime", type: "dateTime" },
{ label: _Public.endTime, prop: "endTime", type: "dateTime" },
{ label: _Public.remark, prop: 'remark' },
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" },
{ label: _Public.lastModificationTime, prop: 'lastModificationTime', type: "dateTime" },
{ label: _Names.layer, prop: "layer" },
// {
// label: "操作",
// label: _Public.operation,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
// fixed: "right"
// },
]
// 物品清单信息 - 详情【父物品信息、子物品信息】 20230331
// 物品清单信息 - 详情【父物品信息、子物品信息】
export const BomInner = [
{
label: "父物品号",
label: _Names.productCode,
prop: "product",
fixed: "left",
type: "name"
},
{ label: "子物品号", prop: "component" },
{ label: "子物品用量", prop: 'componentQty' },
{ label: "子物品用量单位", prop: 'componentUom' },
{ label: "ERP工序", prop: "erpOp" },
{ label: "制造工序", prop: "mfgOp" },
{ label: "配送方式", prop: "distributionType", type: "filter", filters: "distributionType" },
{ label: "取整方式", prop: "truncType", type: "filter", filters: "truncType" },
{ label: "计划拆分规则", prop: "plannedSplitRule", type: "filter", filters: "plannedSplitRule" },
{ label: "开始时间", prop: "beginTime", type:'dateTime' },
{ label: "结束时间", prop: "endTime", type:'dateTime' },
{ label: "备注", prop: 'remark' },
{ label: "层级", prop: "layer" },
{ label: "创建时间", prop: "creationTime", type:'dateTime' },
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' },
// ************** 确认隐藏 ************************
// { label: "事务ID", prop: "tenantId" },
// { label: "创建者ID", prop: "creatorId" },
// { label: "上次修改者ID", prop: "lastModifierId" },
// { label: "ID", prop: 'id' },
{ label: _Names.componentCode, prop: "component" },
{ label: _Names.componentQty, prop: 'componentQty' },
{ label: _Names.componentUom, prop: 'componentUom' },
{ label: _Names.erpOp, prop: "erpOp" },
{ label: _Names.mfgOp, prop: "mfgOp" },
{ label: _Names.distributionType, prop: "distributionType", type: "filter", filters: "distributionType" },
{ label: _Names.truncType, prop: "truncType", type: "filter", filters: "truncType" },
{ label: _Names.plannedSplitRule, prop: "plannedSplitRule", type: "filter", filters: "plannedSplitRule" },
{ label: _Public.beginTime, prop: "beginTime", type:'dateTime' },
{ label: _Public.endTime, prop: "endTime", type:'dateTime' },
{ label: _Public.remark, prop: 'remark' },
{ label: _Names.layer, prop: "layer" },
{ label: _Public.creationTime, prop: "creationTime", type:'dateTime' },
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type:'dateTime' },
// ************** 确认隐藏 ************************
// { label: _Public.tenantId, prop: "tenantId" },
// { label: _Public.creatorId, prop: "creatorId" },
// { label: _Public.lastModifierId, prop: "lastModifierId" },
// { label: _Public.id, prop: 'id' },
// ************** 确认隐藏 ************************
// {
// label: "操作",
// label: _Public.operation,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
// fixed: "right"
// },
]
// 客户信息 20230328
// 客户信息
export const Customer = [
{
label: "客户代码",
label: _Names.customerCode,
prop: "code",
fixed: "left",
type: "name"
},
{ label: "客户名称", prop: "name" },
{ label: "状态", prop: "isActive", type: "filter", filters: "openToCloseBit" },
{ label: "联系人", prop: "contacts" },
{ label: "电话", prop: "phone" },
{ label: "传真", prop: "fax" },
{ label: "邮编", prop: "postID" },
{ label: "创建时间", prop: "creationTime", type: "dateTime" },
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" },
{ label: "备注", prop: "remark" },
{ label: "客户简称", prop: "shortName" },
{ label: "地址", prop: "address" },
{ label: "国家", prop: "country" },
{ label: "城市", prop: "city" },
{ label: "货币", prop: "currency" },
// ************** 确认隐藏 ************************
// { label: "type", prop: 'type' },
{ label: _Names.customerName, prop: "name" },
{ label: _Public.status, prop: "isActive", type: "filter", filters: "openToCloseBit" },
{ label: _Names.contact, prop: "contacts" },
{ label: _Names.phone, prop: "phone" },
{ label: _Names.fax, prop: "fax" },
{ label: _Names.postID, prop: "postID" },
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" },
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" },
{ label: _Public.remark, prop: "remark" },
{ label: _Names.customerShortName, prop: "shortName" },
{ label: _Names.address, prop: "address" },
{ label: _Names.country, prop: "country" },
{ label: _Names.city, prop: "city" },
{ label: _Names.currency, prop: "currency" },
// ************** 确认隐藏 ************************
// { label: _Public.type, prop: 'type' },
// ************** 确认隐藏 ************************
// {
// label: "操作",
// label: _Public.operation,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
// fixed: "right"
// },
]
// 客户物品信息 20230328
// 客户物品信息
export const CustomerItem = [
{
label: "客户代码",
label: _Names.customerCode,
prop: "customerCode",
fixed: "left",
type: "name"
},
{ label: "客户物品代码", prop: "customerItemCode" },
{ label: "物品代码", prop: "itemCode" },
{ label: "客户包装数量", prop: "customerPackQty" },
{ label: "客户包装数量单位", prop: "customerPackUom" },
{ label: "开始时间", prop: "beginTime", type: "dateTime" },
{ label: "结束时间", prop: "endTime", type: "dateTime" },
{ label: "备注", prop: 'remark' },
{ label: "创建时间", prop: "creationTime", type: "dateTime" },
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" },
{ label: "版本", prop: 'version' },
{ label: _Names.customerItemCode, prop: "customerItemCode" },
{ label: _Names.itemCode, prop: "itemCode" },
{ label: _Names.customerPackQty, prop: "customerPackQty" },
{ label: _Names.customerPackUom, prop: "customerPackUom" },
{ label: _Public.beginTime, prop: "beginTime", type: "dateTime" },
{ label: _Public.endTime, prop: "endTime", type: "dateTime" },
{ label: _Public.remark, prop: 'remark' },
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" },
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" },
{ label: _Names.version, prop: 'version' },
// {
// label: "操作",
// label: _Public.operation,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
// fixed: "right"
// },
]
// 客户地址信息 20230328
// 客户地址信息
export const CustomerAddress = [
{ label: "客户代码",
{ label: _Names.customerCode,
prop: "customerCode",
fixed: "left",
type: "name"
},
{ label: "客户地址名称", prop: "name" },
{ label: "客户地址代码", prop: "code" },
{ label: "仓库代码", prop: "warehouseCode" },
{ label: "库位代码", prop: "locationCode" },
{ label: "城市", prop: "city" },
{ label: "地址", prop: "address" },
{ label: "联系人", prop: "contact" },
{ label: "创建时间", prop: "creationTime", type: "dateTime" },
{ label: "上次修改时间", prop: "lastModificationTime" },
{ label: "备注", prop: "remark" },
{ label: "描述", prop: "desc" },
{ label: _Names.customerAdrName, prop: "name" },
{ label: _Names.customerAdrCode, prop: "code" },
{ label: _Names.warehouseCode, prop: "warehouseCode" },
{ label: _Names.locationCode, prop: "locationCode" },
{ label: _Names.city, prop: "city" },
{ label: _Names.address, prop: "address" },
{ label: _Names.contact, prop: "contact" },
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" },
{ label: _Public.lastModificationTime, prop: "lastModificationTime" },
{ label: _Public.remark, prop: "remark" },
{ label: _Public.description, prop: "desc" },
// {
// label: "操作",
// label: _Public.operation,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
// fixed: "right"
// },
]
// 客户项目信息 20230328
// 客户项目信息
export const Project = [
{
label: "项目代码",
label: _Names.projectCode,
prop: "code",
fixed: "left",
type: "name"
},
{ label: "项目名称", prop: "name" },
{ label: "客户代码", prop: "customerCode" },
{ label: "开始时间", prop: "beginTime", type: "dateTime" },
{ label: "结束时间", prop: "endTime", type: "dateTime" },
{ label: "描述", prop: "description" },
{ label: "创建时间", prop: "creationTime", type: "dateTime" },
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" },
{ label: "备注", prop: "remark" },
{ label: _Names.projectName, prop: "name" },
{ label: _Names.customerCode, prop: "customerCode" },
{ label: _Public.beginTime, prop: "beginTime", type: "dateTime" },
{ label: _Public.endTime, prop: "endTime", type: "dateTime" },
{ label: _Public.description, prop: "description" },
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" },
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" },
{ label: _Public.remark, prop: "remark" },
// {
// label: "操作",
// label: _Public.operation,
// type:"buttonOperation",
// buttonText:'编辑|删除',
// buttonName:'edit|delete',
@ -3482,229 +3486,229 @@ export const Department = [
// 接口监控看板
// 外部数据转换
export const dataExchangeFromOut = [
{ label: "编号", prop: "number" },
{ label: "备注", prop: "remark", type:"showDetail" },
{ label: "数据类型", prop: "dataType", type:"showDetail" },
{ label: "数据表类型", prop: "tableType" },
{ label: "数据动作", prop: "dataAction" },
{ label: "生效时间", prop: "effectiveDate",type:'dateTime' },
{ label: "数据状态", prop: "status" },
{ label: "来源系统", prop: "sourceSystem", type:"showDetail" },
{ label: "来源数据ID", prop: "sourceDataId" },
{ label: "来源数据组码", prop: "sourceDataGroupCode", type:"showDetail" },
{ label: "来源数据明细码", prop: "sourceDataDetailCode", type:"showDetail" },
{ label: "来源数据内容", prop: "sourceDataContent", type:"showJsonTable" },
{ label: "写入时间", prop: "writeTime",type:'dateTime' },
{ label: "写入者", prop: "writer" },
{ label: "目标系统", prop: "destinationSystem", type:"showDetail" },
{ label: "目标数据ID", prop: "destinationDataId" },
{ label: "目标数据内容", prop: "destinationDataContent", type:"showJsonTable" },
{ label: "读取时间", prop: "readTime",type:'dateTime' },
{ label: "读取者", prop: "reader" },
{ label: "错误代码", prop: "errorCode" },
{ label: "错误信息", prop: "errorMessage", type:"showDetail" },
{ label: "重试次数", prop: "retryTimes" },
{ label: _Dashboard.number, prop: "number" },
{ label: _Public.remark, prop: "remark", type:"showDetail" },
{ label: _Dashboard.dataType, prop: "dataType", type:"showDetail" },
{ label: _Dashboard.tableType, prop: "tableType" },
{ label: _Dashboard.dataAction, prop: "dataAction" },
{ label: _Dashboard.effectiveDate, prop: "effectiveDate",type:'dateTime' },
{ label: _Dashboard.status, prop: "status" },
{ label: _Dashboard.sourceSystem, prop: "sourceSystem", type:"showDetail" },
{ label: _Dashboard.sourceDataId, prop: "sourceDataId" },
{ label: _Dashboard.sourceDataGroupCode, prop: "sourceDataGroupCode", type:"showDetail" },
{ label: _Dashboard.sourceDataDetailCode, prop: "sourceDataDetailCode", type:"showDetail" },
{ label: _Dashboard.sourceDataContent, prop: "sourceDataContent", type:"showJsonTable" },
{ label: _Dashboard.writeTime, prop: "writeTime",type:'dateTime' },
{ label: _Dashboard.writer, prop: "writer" },
{ label: _Dashboard.destinationSystem, prop: "destinationSystem", type:"showDetail" },
{ label: _Dashboard.destinationDataId, prop: "destinationDataId" },
{ label: _Dashboard.destinationDataContent, prop: "destinationDataContent", type:"showJsonTable" },
{ label: _Dashboard.readTime, prop: "readTime",type:'dateTime' },
{ label: _Dashboard.reader, prop: "reader" },
{ label: _Dashboard.errorCode, prop: "errorCode" },
{ label: _Dashboard.errorMessage, prop: "errorMessage", type:"showDetail" },
{ label: _Dashboard.retryTimes, prop: "retryTimes" },
// ************** 暂时隐藏 ************************
// { label: "创建时间", prop: "creationTime",type:'dateTime' },
// { label: "创建者ID", prop: "creatorId" },
// { label: "上次修改时间", prop: "lastModificationTime",type:'dateTime' },
// { label: "上次修改者ID", prop: "lastModifierId" },
// { label: "ID", prop: "ID" },
// { label: _Public.creationTime, prop: "creationTime",type:'dateTime' },
// { label: _Public.creatorId, prop: "creatorId" },
// { label: _Public.lastModificationTime", prop: "lastModificationTime",type:'dateTime' },
// { label: _Public.lastModifierId, prop: "lastModifierId" },
// { label: _Public.ID, prop: "ID" },
]
// 归档外部数据转换
export const dataExchangeFromOut_file = [
{ label: "编号", prop: "number" },
{ label: "备注", prop: "remark", type:"showDetail" },
{ label: "数据类型", prop: "dataType" },
{ label: "数据表类型", prop: "tableType" },
{ label: "数据动作", prop: "dataAction" },
{ label: "生效时间", prop: "effectiveDate",type:'dateTime' },
{ label: "数据状态", prop: "status" },
{ label: "来源系统", prop: "sourceSystem" },
{ label: "来源数据ID", prop: "sourceDataId" },
{ label: "来源数据组码", prop: "sourceDataGroupCode" },
{ label: "来源数据明细码", prop: "sourceDataDetailCode" },
{ label: "来源数据内容", prop: "sourceDataContent", type:"showJsonTable" },
{ label: "写入时间", prop: "writeTime",type:'dateTime' },
{ label: "写入者", prop: "writer" },
{ label: "目标系统", prop: "destinationSystem" },
{ label: "目标数据ID", prop: "destinationDataId" },
{ label: "目标数据内容", prop: "destinationDataContent", type:"showJsonTable" },
{ label: "读取时间", prop: "readTime",type:'dateTime' },
{ label: "读取者", prop: "reader" },
{ label: "错误代码", prop: "errorCode" },
{ label: "错误信息", prop: "errorMessage", type:"showDetail" },
{ label: "重试次数", prop: "retryTimes" },
{ label: _Dashboard.number, prop: "number" },
{ label: _Public.remark, prop: "remark", type:"showDetail" },
{ label: _Dashboard.dataType, prop: "dataType" },
{ label: _Dashboard.tableType, prop: "tableType" },
{ label: _Dashboard.dataAction, prop: "dataAction" },
{ label: _Dashboard.effectiveDate, prop: "effectiveDate",type:'dateTime' },
{ label: _Dashboard.status, prop: "status" },
{ label: _Dashboard.sourceSystem, prop: "sourceSystem" },
{ label: _Dashboard.sourceDataId, prop: "sourceDataId" },
{ label: _Dashboard.sourceDataGroupCode, prop: "sourceDataGroupCode" },
{ label: _Dashboard.sourceDataDetailCode, prop: "sourceDataDetailCode" },
{ label: _Dashboard.sourceDataContent, prop: "sourceDataContent", type:"showJsonTable" },
{ label: _Dashboard.writeTime, prop: "writeTime",type:'dateTime' },
{ label: _Dashboard.writer, prop: "writer" },
{ label: _Dashboard.destinationSystem, prop: "destinationSystem" },
{ label: _Dashboard.destinationDataId, prop: "destinationDataId" },
{ label: _Dashboard.destinationDataContent, prop: "destinationDataContent", type:"showJsonTable" },
{ label: _Dashboard.readTime, prop: "readTime",type:'dateTime' },
{ label: _Dashboard.reader, prop: "reader" },
{ label: _Dashboard.errorCode, prop: "errorCode" },
{ label: _Dashboard.errorMessage, prop: "errorMessage", type:"showDetail" },
{ label: _Dashboard.retryTimes, prop: "retryTimes" },
// ************** 暂时隐藏 ************************
// { label: "创建时间", prop: "creationTime",type:'dateTime' },
// { label: "创建者ID", prop: "creatorId" },
// { label: "上次修改时间", prop: "lastModificationTime",type:'dateTime' },
// { label: "上次修改者ID", prop: "lastModifierId" },
// { label: "ID", prop: "ID" },
// { label: _Public.creationTime, prop: "creationTime",type:'dateTime' },
// { label: _Public.creatorId, prop: "creatorId" },
// { label: _Public.lastModificationTime", prop: "lastModificationTime",type:'dateTime' },
// { label: _Public.lastModifierId, prop: "lastModifierId" },
// { label: _Public.ID, prop: "ID" },
]
// WMS数据接收
export const comingToWms = [
{ label: "编号", prop: "number" },
{ label: "备注", prop: "remark", type:"showDetail" },
{ label: "数据类型", prop: "dataType" },
{ label: "数据动作", prop: "dataAction" },
{ label: "生效时间", prop: "effectiveDate",type:'dateTime' },
{ label: "数据状态", prop: "status" },
{ label: "数据识别码", prop: "dataIdentityCode" },
{ label: "数据内容", prop: "dataContent", type:"showJsonTable" },
{ label: "来源系统", prop: "sourceSystem" },
{ label: "写入时间", prop: "writeTime",type:'dateTime' },
{ label: "读取时间", prop: "readTime",type:'dateTime' },
{ label: "错误代码", prop: "errorCode" },
{ label: "错误信息", prop: "errorMessage", type:"showDetail" },
{ label: "重试次数", prop: "retryTimes" },
{ label: _Dashboard.number, prop: "number" },
{ label: _Public.remark, prop: "remark", type:"showDetail" },
{ label: _Dashboard.dataType, prop: "dataType" },
{ label: _Dashboard.dataAction, prop: "dataAction" },
{ label: _Dashboard.effectiveDate, prop: "effectiveDate",type:'dateTime' },
{ label: _Dashboard.status, prop: "status" },
{ label: _Dashboard.dataIdentityCode, prop: "dataIdentityCode" },
{ label: _Dashboard.dataContent, prop: "dataContent", type:"showJsonTable" },
{ label: _Dashboard.sourceSystem, prop: "sourceSystem" },
{ label: _Dashboard.writeTime, prop: "writeTime",type:'dateTime' },
{ label: _Dashboard.readTime, prop: "readTime",type:'dateTime' },
{ label: _Dashboard.errorCode, prop: "errorCode" },
{ label: _Dashboard.errorMessage, prop: "errorMessage", type:"showDetail" },
{ label: _Dashboard.retryTimes, prop: "retryTimes" },
// ************** 暂时隐藏 ************************
// { label: "创建时间", prop: "creationTime",type:'dateTime' },
// { label: "创建者ID", prop: "creatorId" },
// { label: "上次修改时间", prop: "lastModificationTime",type:'dateTime' },
// { label: "上次修改者ID", prop: "lastModifierId" },
// { label: "ID", prop: "ID" },
// { label: _Public.creationTime, prop: "creationTime",type:'dateTime' },
// { label: _Public.creatorId, prop: "creatorId" },
// { label: _Public.lastModificationTime", prop: "lastModificationTime",type:'dateTime' },
// { label: _Public.lastModifierId, prop: "lastModifierId" },
// { label: _Public.ID, prop: "ID" },
]
// 归档WMS数据接收
export const comingToWms_file = [
{ label: "编号", prop: "number" },
{ label: "备注", prop: "remark", type:"showDetail" },
{ label: "数据类型", prop: "dataType" },
{ label: "数据动作", prop: "dataAction" },
{ label: "生效时间", prop: "effectiveDate",type:'dateTime' },
{ label: "数据状态", prop: "status" },
{ label: "数据识别码", prop: "dataIdentityCode" },
{ label: "数据内容", prop: "dataContent", type:"showJsonTable" },
{ label: "来源系统", prop: "sourceSystem" },
{ label: "写入时间", prop: "writeTime",type:'dateTime' },
{ label: "读取时间", prop: "readTime",type:'dateTime' },
{ label: "错误代码", prop: "errorCode" },
{ label: "错误信息", prop: "errorMessage", type:"showDetail" },
{ label: "重试次数", prop: "retryTimes" },
{ label: _Dashboard.number, prop: "number" },
{ label: _Public.remark, prop: "remark", type:"showDetail" },
{ label: _Dashboard.dataType, prop: "dataType" },
{ label: _Dashboard.dataAction, prop: "dataAction" },
{ label: _Dashboard.effectiveDate, prop: "effectiveDate",type:'dateTime' },
{ label: _Dashboard.status, prop: "status" },
{ label: _Dashboard.dataIdentityCode, prop: "dataIdentityCode" },
{ label: _Dashboard.dataContent, prop: "dataContent", type:"showJsonTable" },
{ label: _Dashboard.sourceSystem, prop: "sourceSystem" },
{ label: _Dashboard.writeTime, prop: "writeTime",type:'dateTime' },
{ label: _Dashboard.readTime, prop: "readTime",type:'dateTime' },
{ label: _Dashboard.errorCode, prop: "errorCode" },
{ label: _Dashboard.errorMessage, prop: "errorMessage", type:"showDetail" },
{ label: _Dashboard.retryTimes, prop: "retryTimes" },
// ************** 暂时隐藏 ************************
// { label: "创建时间", prop: "creationTime",type:'dateTime' },
// { label: "创建者ID", prop: "creatorId" },
// { label: "上次修改时间", prop: "lastModificationTime",type:'dateTime' },
// { label: "上次修改者ID", prop: "lastModifierId" },
// { label: "ID", prop: "ID" },
// { label: _Public.creationTime, prop: "creationTime",type:'dateTime' },
// { label: _Public.creatorId, prop: "creatorId" },
// { label: _Public.lastModificationTime", prop: "lastModificationTime",type:'dateTime' },
// { label: _Public.lastModifierId, prop: "lastModifierId" },
// { label: _Public.ID, prop: "ID" },
]
// WMS数据转换
export const dataExchangeFromWms = [
{ label: "编号", prop: "number" },
{ label: "备注", prop: "remark", type:"showDetail" },
{ label: "数据类型", prop: "dataType" },
{ label: "数据动作", prop: "dataAction" },
{ label: "生效时间", prop: "effectiveDate",type:'dateTime' },
{ label: "数据状态", prop: "status" },
{ label: "数据识别码", prop: "dataIdentityCode" },
{ label: "数据内容", prop: "dataContent", type:"showJsonTable" },
{ label: "来源系统", prop: "sourceSystem" },
{ label: "写入时间", prop: "writeTime",type:'dateTime' },
{ label: "目标系统", prop: "destinationSystem" },
{ label: "读取时间", prop: "readTime",type:'dateTime' },
{ label: "错误代码", prop: "errorCode" },
{ label: "错误信息", prop: "errorMessage", type:"showDetail" },
{ label: "重试次数", prop: "retryTimes" },
{ label: _Dashboard.number, prop: "number" },
{ label: _Public.remark, prop: "remark", type:"showDetail" },
{ label: _Dashboard.dataType, prop: "dataType" },
{ label: _Dashboard.dataAction, prop: "dataAction" },
{ label: _Dashboard.effectiveDate, prop: "effectiveDate",type:'dateTime' },
{ label: _Dashboard.status, prop: "status" },
{ label: _Dashboard.dataIdentityCode, prop: "dataIdentityCode" },
{ label: _Dashboard.dataContent, prop: "dataContent", type:"showJsonTable" },
{ label: _Dashboard.sourceSystem, prop: "sourceSystem" },
{ label: _Dashboard.writeTime, prop: "writeTime",type:'dateTime' },
{ label: _Dashboard.destinationSystem, prop: "destinationSystem" },
{ label: _Dashboard.readTime, prop: "readTime",type:'dateTime' },
{ label: _Dashboard.errorCode, prop: "errorCode" },
{ label: _Dashboard.errorMessage, prop: "errorMessage", type:"showDetail" },
{ label: _Dashboard.retryTimes, prop: "retryTimes" },
// ************** 暂时隐藏 ************************
// { label: "创建时间", prop: "creationTime",type:'dateTime' },
// { label: "创建者ID", prop: "creatorId" },
// { label: "上次修改时间", prop: "lastModificationTime",type:'dateTime' },
// { label: "上次修改者ID", prop: "lastModifierId" },
// { label: "ID", prop: "ID" },
// { label: _Public.creationTime, prop: "creationTime",type:'dateTime' },
// { label: _Public.creatorId, prop: "creatorId" },
// { label: _Public.lastModificationTime", prop: "lastModificationTime",type:'dateTime' },
// { label: _Public.lastModifierId, prop: "lastModifierId" },
// { label: _Public.ID, prop: "ID" },
]
// 归档WMS数据转换
export const dataExchangeFromWms_file = [
{ label: "编号", prop: "number" },
{ label: "备注", prop: "remark", type:"showDetail" },
{ label: "数据类型", prop: "dataType" },
{ label: "数据动作", prop: "dataAction" },
{ label: "生效时间", prop: "effectiveDate",type:'dateTime' },
{ label: "数据状态", prop: "status" },
{ label: "数据识别码", prop: "dataIdentityCode" },
{ label: "数据内容", prop: "dataContent", type:"showJsonTable" },
{ label: "来源系统", prop: "sourceSystem" },
{ label: "写入时间", prop: "writeTime",type:'dateTime' },
{ label: "目标系统", prop: "destinationSystem" },
{ label: "读取时间", prop: "readTime",type:'dateTime' },
{ label: "错误代码", prop: "errorCode" },
{ label: "错误信息", prop: "errorMessage", type:"showDetail" },
{ label: "重试次数", prop: "retryTimes" },
{ label: _Dashboard.number, prop: "number" },
{ label: _Public.remark, prop: "remark", type:"showDetail" },
{ label: _Dashboard.dataType, prop: "dataType" },
{ label: _Dashboard.dataAction, prop: "dataAction" },
{ label: _Dashboard.effectiveDate, prop: "effectiveDate",type:'dateTime' },
{ label: _Dashboard.status, prop: "status" },
{ label: _Dashboard.dataIdentityCode, prop: "dataIdentityCode" },
{ label: _Dashboard.dataContent, prop: "dataContent", type:"showJsonTable" },
{ label: _Dashboard.sourceSystem, prop: "sourceSystem" },
{ label: _Dashboard.writeTime, prop: "writeTime",type:'dateTime' },
{ label: _Dashboard.destinationSystem, prop: "destinationSystem" },
{ label: _Dashboard.readTime, prop: "readTime",type:'dateTime' },
{ label: _Dashboard.errorCode, prop: "errorCode" },
{ label: _Dashboard.errorMessage, prop: "errorMessage", type:"showDetail" },
{ label: _Dashboard.retryTimes, prop: "retryTimes" },
// ************** 暂时隐藏 ************************
// { label: "创建时间", prop: "creationTime",type:'dateTime' },
// { label: "创建者ID", prop: "creatorId" },
// { label: "上次修改时间", prop: "lastModificationTime",type:'dateTime' },
// { label: "上次修改者ID", prop: "lastModifierId" },
// { label: "ID", prop: "ID" },
// { label: _Public.creationTime, prop: "creationTime",type:'dateTime' },
// { label: _Public.creatorId, prop: "creatorId" },
// { label: _Public.lastModificationTime", prop: "lastModificationTime",type:'dateTime' },
// { label: _Public.lastModifierId, prop: "lastModifierId" },
// { label: _Public.ID, prop: "ID" },
]
// 外部数据接收
export const comingFromOut = [
{ label: "编号", prop: "number" },
{ label: "备注", prop: "remark", type:"showDetail" },
{ label: "数据类型", prop: "dataType" },
{ label: "数据表类型", prop: "tableType" },
{ label: "数据动作", prop: "dataAction" },
{ label: "生效时间", prop: "effectiveDate",type:'dateTime' },
{ label: "数据状态", prop: "status" },
{ label: "来源系统", prop: "sourceSystem" },
{ label: "来源数据ID", prop: "sourceDataId" },
{ label: "来源数据组码", prop: "sourceDataGroupCode" },
{ label: "来源数据明细码", prop: "sourceDataDetailCode" },
{ label: "来源数据内容", prop: "sourceDataContent", type:"showJsonTable" },
{ label: "写入时间", prop: "writeTime",type:'dateTime' },
{ label: "写入者", prop: "writer" },
{ label: "目标系统", prop: "destinationSystem" },
{ label: "目标数据ID", prop: "destinationDataId" },
{ label: "目标数据内容", prop: "destinationDataContent", type:"showJsonTable" },
{ label: "读取时间", prop: "readTime",type:'dateTime' },
{ label: "读取者", prop: "reader" },
{ label: "错误代码", prop: "errorCode" },
{ label: "错误信息", prop: "errorMessage", type:"showDetail" },
{ label: "重试次数", prop: "retryTimes" },
{ label: _Dashboard.number, prop: "number" },
{ label: _Public.remark, prop: "remark", type:"showDetail" },
{ label: _Dashboard.dataType, prop: "dataType" },
{ label: _Dashboard.tableType, prop: "tableType" },
{ label: _Dashboard.dataAction, prop: "dataAction" },
{ label: _Dashboard.effectiveDate, prop: "effectiveDate",type:'dateTime' },
{ label: _Dashboard.status, prop: "status" },
{ label: _Dashboard.sourceSystem, prop: "sourceSystem" },
{ label: _Dashboard.sourceDataId, prop: "sourceDataId" },
{ label: _Dashboard.sourceDataGroupCode, prop: "sourceDataGroupCode" },
{ label: _Dashboard.sourceDataDetailCode, prop: "sourceDataDetailCode" },
{ label: _Dashboard.sourceDataContent, prop: "sourceDataContent", type:"showJsonTable" },
{ label: _Dashboard.writeTime, prop: "writeTime",type:'dateTime' },
{ label: _Dashboard.writer, prop: "writer" },
{ label: _Dashboard.destinationSystem, prop: "destinationSystem" },
{ label: _Dashboard.destinationDataId, prop: "destinationDataId" },
{ label: _Dashboard.destinationDataContent, prop: "destinationDataContent", type:"showJsonTable" },
{ label: _Dashboard.readTime, prop: "readTime",type:'dateTime' },
{ label: _Dashboard.reader, prop: "reader" },
{ label: _Dashboard.errorCode, prop: "errorCode" },
{ label: _Dashboard.errorMessage, prop: "errorMessage", type:"showDetail" },
{ label: _Dashboard.retryTimes, prop: "retryTimes" },
// ************** 暂时隐藏 ************************
// { label: "创建时间", prop: "creationTime",type:'dateTime' },
// { label: "创建者ID", prop: "creatorId" },
// { label: "上次修改时间", prop: "lastModificationTime",type:'dateTime' },
// { label: "上次修改者ID", prop: "lastModifierId" },
// { label: "ID", prop: "ID" },
// { label: _Public.creationTime, prop: "creationTime",type:'dateTime' },
// { label: _Public.creatorId, prop: "creatorId" },
// { label: _Public.lastModificationTime", prop: "lastModificationTime",type:'dateTime' },
// { label: _Public.lastModifierId, prop: "lastModifierId" },
// { label: _Public.ID, prop: "ID" },
]
// 归档外部数据接收
// 归档外部数据接收
export const comingFromOut_file = [
{ label: "编号", prop: "number" },
{ label: "备注", prop: "remark", type:"showDetail" },
{ label: "数据类型", prop: "dataType" },
{ label: "数据表类型", prop: "tableType" },
{ label: "数据动作", prop: "dataAction" },
{ label: "生效时间", prop: "effectiveDate",type:'dateTime' },
{ label: "数据状态", prop: "status" },
{ label: "来源系统", prop: "sourceSystem" },
{ label: "来源数据ID", prop: "sourceDataId" },
{ label: "来源数据组码", prop: "sourceDataGroupCode" },
{ label: "来源数据明细码", prop: "sourceDataDetailCode" },
{ label: "来源数据内容", prop: "sourceDataContent", type:"showJsonTable" },
{ label: "写入时间", prop: "writeTime",type:'dateTime' },
{ label: "写入者", prop: "writer" },
{ label: "目标系统", prop: "destinationSystem" },
{ label: "目标数据ID", prop: "destinationDataId" },
{ label: "目标数据内容", prop: "destinationDataContent", type:"showJsonTable" },
{ label: "读取时间", prop: "readTime",type:'dateTime' },
{ label: "读取者", prop: "reader" },
{ label: "错误代码", prop: "errorCode" },
{ label: "错误信息", prop: "errorMessage", type:"showDetail" },
{ label: "重试次数", prop: "retryTimes" },
{ label: _Dashboard.number, prop: "number" },
{ label: _Public.remark, prop: "remark", type:"showDetail" },
{ label: _Dashboard.dataType, prop: "dataType" },
{ label: _Dashboard.tableType, prop: "tableType" },
{ label: _Dashboard.dataAction, prop: "dataAction" },
{ label: _Dashboard.effectiveDate, prop: "effectiveDate",type:'dateTime' },
{ label: _Dashboard.status, prop: "status" },
{ label: _Dashboard.sourceSystem, prop: "sourceSystem" },
{ label: _Dashboard.sourceDataId, prop: "sourceDataId" },
{ label: _Dashboard.sourceDataGroupCode, prop: "sourceDataGroupCode" },
{ label: _Dashboard.sourceDataDetailCode, prop: "sourceDataDetailCode" },
{ label: _Dashboard.sourceDataContent, prop: "sourceDataContent", type:"showJsonTable" },
{ label: _Dashboard.writeTime, prop: "writeTime",type:'dateTime' },
{ label: _Dashboard.writer, prop: "writer" },
{ label: _Dashboard.destinationSystem, prop: "destinationSystem" },
{ label: _Dashboard.destinationDataId, prop: "destinationDataId" },
{ label: _Dashboard.destinationDataContent, prop: "destinationDataContent", type:"showJsonTable" },
{ label: _Dashboard.readTime, prop: "readTime",type:'dateTime' },
{ label: _Dashboard.reader, prop: "reader" },
{ label: _Dashboard.errorCode, prop: "errorCode" },
{ label: _Dashboard.errorMessage, prop: "errorMessage", type:"showDetail" },
{ label: _Dashboard.retryTimes, prop: "retryTimes" },
// ************** 暂时隐藏 ************************
// { label: "创建时间", prop: "creationTime",type:'dateTime' },
// { label: "创建者ID", prop: "creatorId" },
// { label: "上次修改时间", prop: "lastModificationTime",type:'dateTime' },
// { label: "上次修改者ID", prop: "lastModifierId" },
// { label: "ID", prop: "ID" },
// { label: _Public.creationTime, prop: "creationTime",type:'dateTime' },
// { label: _Public.creatorId, prop: "creatorId" },
// { label: _Public.lastModificationTime", prop: "lastModificationTime",type:'dateTime' },
// { label: _Public.lastModifierId, prop: "lastModifierId" },
// { label: _Public.ID, prop: "ID" },
]

Loading…
Cancel
Save