You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
3.3 KiB
118 lines
3.3 KiB
2 years ago
|
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:'重试次数',
|
||
|
}
|
||
|
}
|