|
|
@ -594,7 +594,7 @@ const apiTableColumns = { |
|
|
|
{prop:'creationTime',title:'创建时间',width:180}, |
|
|
|
], |
|
|
|
// 供应商基础信息
|
|
|
|
cherysupplierinfo:[ |
|
|
|
supplierinfodt:[ |
|
|
|
{prop:'writeState',title:'是否传出',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, |
|
|
|
{prop:'readState',title:'是否已确认',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, |
|
|
|
{prop:'supplierCode',title:'供应商代码',required:true}, |
|
|
@ -616,9 +616,10 @@ const apiTableColumns = { |
|
|
|
{prop:'cheryProductNo',title:'奇瑞零件号',required:true}, |
|
|
|
{prop:'cheryProductName',title:'奇瑞零件名称',width:180,required:true}, |
|
|
|
{prop:'creationTime',title:'创建时间',width:180,noEdit:true}, |
|
|
|
{prop:'remark',title:'备注',align:'left',width:200}, |
|
|
|
], |
|
|
|
// 人员资质信息
|
|
|
|
cherysupplieremployee:[ |
|
|
|
supplieremployeedt:[ |
|
|
|
{prop:'writeState',title:'是否传出',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, |
|
|
|
{prop:'readState',title:'是否已确认',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, |
|
|
|
{prop:'supplierCode',title:'供应商代码',required:true}, |
|
|
@ -910,7 +911,7 @@ const apiTableColumns = { |
|
|
|
{prop:'creationTime',title:'创建时间',width:180,noEdit:true}, |
|
|
|
], |
|
|
|
// 工艺装备
|
|
|
|
cherysupplierproprocessequipment:[ |
|
|
|
supplierproprocessequipmentdt:[ |
|
|
|
{prop:'writeState',title:'是否传出',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, |
|
|
|
{prop:'readState',title:'是否已确认',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, |
|
|
|
{prop:'supplierCode',title:'供应商代码',required:true}, |
|
|
@ -968,6 +969,7 @@ const apiTableColumns = { |
|
|
|
{prop:'deviceCode',title:'设备编码'}, |
|
|
|
{prop:'rhythm',title:'工序节拍',type:'number'}, |
|
|
|
{prop:'rhythmUnit',title:'节拍单位'}, |
|
|
|
{prop:'creationTime',title:'创建时间',width:180,noEdit:true}, |
|
|
|
], |
|
|
|
|
|
|
|
|
|
|
|