配电箱 列表页面数据展示

main
siontion 7 months ago
parent e118b2c689
commit 814221dbc4

@ -49,26 +49,27 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
{ field: 'StartTime', title: '开始时间', sortable: true, width: '160px' },
{ field: 'StopTime', title: '结束时间', sortable: true, width: '160px' },
{ field: 'InspectionResults', title: '试验结果', sortable: true, width: '160px', slots: { default: 'slotInspectionResults' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'Protection', title: '防护等级', width: '170px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -57,27 +57,28 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
{ field: 'StartTime', title: '开始时间', sortable: true, width: '160px' },
{ field: 'StopTime', title: '结束时间', sortable: true, width: '160px' },
{ field: 'InspectionResults', title: '试验结果', sortable: true, width: '160px', slots: { default: 'slotInspectionResults' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
{ field: 'TextDescription1', title: '箱体内外表面应平整光洁、美观、无锈蚀、无磕碰损伤', width: '170px', slots: { default: 'slotTextDescription1' } },
{ field: 'TextDescription2', title: '产品铭牌、接线标记、警示标志正确、清晰完整', width: '170px', slots: { default: 'slotTextDescription2' } },
{ field: 'TextDescription3', title: '色泽均匀一致、无露底漆、流痕、起皱及杂物附着在上面的物理现象', width: '170px', slots: { default: 'slotTextDescription3' } },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'TextDescription1', title: '箱体内外表面应平整光洁、美观、无锈蚀、无磕碰损伤', width: '370px', slots: { default: 'slotTextDescription1' } },
{ field: 'TextDescription2', title: '产品铭牌、接线标记、警示标志正确、清晰完整', width: '370px', slots: { default: 'slotTextDescription2' } },
{ field: 'TextDescription3', title: '色泽均匀一致、无露底漆、流痕、起皱及杂物附着在上面的物理现象', width: '370px', slots: { default: 'slotTextDescription3' } },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {

@ -44,13 +44,14 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '140px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
{ field: 'SerialNo', title: '序列号', sortable: true, width: '210px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
// { field: 'SerialNo', title: '', sortable: true, width: '210px' },
{ field: 'RmibNumber', title: '原材料检验批次号', sortable: true, width: '160px' },
{ field: 'RmbNumber', title: '原材料批次号', sortable: true, width: '130px' },
{ field: 'BorMaterials', title: '原材料品牌', sortable: true, width: '180px' },
@ -59,16 +60,16 @@ const gridOptionsA: any = reactive({
{ field: 'MrmSpecification', title: '原材料规格型号', sortable: true, width: '140px' },
{ field: 'ManufactureDate', title: '原材料出厂日期', sortable: true, width: '140px', slots: { default: 'slotManufactureDate' } },
{ field: 'IncomDate', title: '来料检验日期', sortable: true, width: '130px', slots: { default: 'slotIncomDate' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'PdCode', title: '工序', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
{ field: 'IsQualify', title: '检验结果是否合格', width: '140px', slots: { default: 'slotIsQualify' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '250px' },
{ field: 'ModelSpecification', title: '规格型号', width: '160px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '250px' },
// { field: 'ModelSpecification', title: '', width: '160px' },
{ field: 'PressureValue', title: '额定电压(kV)', width: '120px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -71,27 +71,28 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'ProcessType', title: '感知过程', width: '110px', slots: { default: 'slotProcessType' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'IsAlarmData', title: '是否是告警问题数据', width: '150px', slots: { default: 'slotIsAlarmData' } },
{ field: 'AlarmItem', title: '告警项', width: '110px' },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
{ field: 'TextDescription1', title: '装置门的开合角度不应小于 135°灵活启闭', width: '160px', slots: { default: 'slotTextDescription1' } },
{ field: 'TextDescription2', title: '装置焊接、组配、防腐处理等工艺应符合相关标准,无虚焊、毛刺、撕边、搭接不工整等现象', width: '160px', slots: { default: 'slotTextDescription2' } },
{ field: 'TextDescription3', title: '箱体外壳应接地良好,接地应采用双接地方式', width: '160px', slots: { default: 'slotTextDescription3' } },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'ProcessType', title: '', width: '110px', slots: { default: 'slotProcessType' } },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'IsAlarmData', title: '', width: '150px', slots: { default: 'slotIsAlarmData' } },
// { field: 'AlarmItem', title: '', width: '110px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'TextDescription1', title: '装置门的开合角度不应小于 135°灵活启闭', width: '460px', slots: { default: 'slotTextDescription1' } },
{ field: 'TextDescription2', title: '装置焊接、组配、防腐处理等工艺应符合相关标准,无虚焊、毛刺、撕边、搭接不工整等现象', width: '660px', slots: { default: 'slotTextDescription2' } },
{ field: 'TextDescription3', title: '箱体外壳应接地良好,接地应采用双接地方式', width: '360px', slots: { default: 'slotTextDescription3' } },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {

@ -51,13 +51,14 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '140px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
{ field: 'SerialNo', title: '序列号', sortable: true, width: '210px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
// { field: 'SerialNo', title: '', sortable: true, width: '210px' },
{ field: 'RmibNumber', title: '原材料检验批次号', sortable: true, width: '160px' },
{ field: 'RmbNumber', title: '原材料批次号', sortable: true, width: '130px' },
{ field: 'BorMaterials', title: '原材料品牌', sortable: true, width: '180px' },
@ -66,20 +67,20 @@ const gridOptionsA: any = reactive({
{ field: 'MrmSpecification', title: '原材料规格型号', sortable: true, width: '140px' },
{ field: 'ManufactureDate', title: '原材料出厂日期', sortable: true, width: '140px', slots: { default: 'slotManufactureDate' } },
{ field: 'IncomDate', title: '来料检验日期', sortable: true, width: '130px', slots: { default: 'slotIncomDate' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'PdCode', title: '工序', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'ProcessType', title: '', width: '110px', slots: { default: 'slotProcessType' } },
// { field: 'IsAlarmData', title: '', width: '150px', slots: { default: 'slotIsAlarmData' } },
// { field: 'AlarmItem', title: '', width: '110px' },
{ field: 'IsQualify', title: '检验结果是否合格', width: '140px', slots: { default: 'slotIsQualify' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '250px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '250px' },
{ field: 'Texture', title: '材质', width: '110px' },
{ field: 'Thickness', title: '公称厚度(mm)', width: '120px' },
{ field: 'Size', title: '尺寸(宽*深*高)', width: '220px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,
@ -96,9 +97,10 @@ const gridOptionsA: any = reactive({
titleWidth: 160,
titleAlign: 'right',
items: [
{ field: 'BuyerName', title: '采购方公司名称', span: 8, itemRender: { name: '$input', props: { placeholder: '请输入采购方公司名称' } } },
{ field: 'SupplierWorkNo', title: '供应商工单编号', span: 8, itemRender: { name: '$input', props: { placeholder: '请输入供应商工单编号' } } },
{ field: 'SupplierCode', title: '国网侧供应商编码', span: 8, itemRender: { name: '$input', props: { placeholder: '请输入国网侧供应商编码' } } },
{ field: 'SerialNo', title: '序列号', span: 8, itemRender: { name: '$input', props: { placeholder: '请输入序列号' } } },
// { field: 'SupplierCode', title: '', span: 8, itemRender: { name: '$input', props: { placeholder: '' } } },
// { field: 'SerialNo', title: '', span: 8, itemRender: { name: '$input', props: { placeholder: '' } } },
{ field: 'RmibNumber', title: '原材料检验批次号', span: 8, folding: true, itemRender: { name: '$input', props: { placeholder: '请输入原材料检验批次号' } } },
{ field: 'RmbNumber', title: '原材料批次号', span: 8, folding: true, itemRender: { name: '$input', props: { placeholder: '请输入原材料批次号' } } },
{ field: 'borMaterials', title: '原材料品牌', span: 8, folding: true, itemRender: { name: '$input', props: { placeholder: '请输入原材料品牌' } } },

@ -52,24 +52,25 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
{ field: 'TextDescription1', title: '开关器件的机械寿命、接通和分断能力、额定短路耐受强度等技术参数不低于招标技术规范的参数要求', width: '160px', slots: { default: 'slotTextDescription1' } },
{ field: 'TextDescription2', title: '成套设备内的开关器件和元件的安装依据其制造商所提供的说明及满足招标技术规范的要求', width: '160px', slots: { default: 'slotTextDescription2' } },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'TextDescription1', title: '开关器件的机械寿命、接通和分断能力、额定短路耐受强度等技术参数不低于招标技术规范的参数要求', width: '660px', slots: { default: 'slotTextDescription1' } },
{ field: 'TextDescription2', title: '成套设备内的开关器件和元件的安装依据其制造商所提供的说明及满足招标技术规范的要求', width: '660px', slots: { default: 'slotTextDescription2' } },
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -71,27 +71,28 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
{ field: 'TextDescription1', title: '导体颜色及相序排列满足招标技术规范的要求', width: '160px', slots: { default: 'slotTextDescription1' } },
{ field: 'TextDescription2', title: '应选择“CCC”认证内的导线', width: '160px', slots: { default: 'slotTextDescription2' } },
{ field: 'TextDescription3', title: '控制回路应选择耐气候型铜芯绝缘单股导线,截面积不小于 1.5mm2', width: '160px', slots: { default: 'slotTextDescription3' } },
{ field: 'TextDescription4', title: '测量电流、电压回路及计量电压回路导线截面积不小于 2.5mm2', width: '160px', slots: { default: 'slotTextDescription4' } },
{ field: 'TextDescription5', title: '计量电流回路导线截面积不小于4mm2', width: '160px', slots: { default: 'slotTextDescription5' } },
{ field: 'TextDescription6', title: '跨越装置内活动部位,应使用软铜线,并留有适度裕度,防止机械损伤,软铜线截面积应适当加大', width: '160px', slots: { default: 'slotTextDescription6' } },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'TextDescription1', title: '导体颜色及相序排列满足招标技术规范的要求', width: '260px', slots: { default: 'slotTextDescription1' } },
{ field: 'TextDescription2', title: '应选择“CCC”认证内的导线', width: '260px', slots: { default: 'slotTextDescription2' } },
{ field: 'TextDescription3', title: '控制回路应选择耐气候型铜芯绝缘单股导线,截面积不小于 1.5mm2', width: '260px', slots: { default: 'slotTextDescription3' } },
{ field: 'TextDescription4', title: '测量电流、电压回路及计量电压回路导线截面积不小于 2.5mm2', width: '260px', slots: { default: 'slotTextDescription4' } },
{ field: 'TextDescription5', title: '计量电流回路导线截面积不小于4mm2', width: '260px', slots: { default: 'slotTextDescription5' } },
{ field: 'TextDescription6', title: '跨越装置内活动部位,应使用软铜线,并留有适度裕度,防止机械损伤,软铜线截面积应适当加大', width: '260px', slots: { default: 'slotTextDescription6' } },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {

@ -44,13 +44,14 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '140px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
{ field: 'SerialNo', title: '序列号', sortable: true, width: '210px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
// { field: 'SerialNo', title: '', sortable: true, width: '210px' },
{ field: 'RmibNumber', title: '原材料检验批次号', sortable: true, width: '160px' },
{ field: 'RmbNumber', title: '原材料批次号', sortable: true, width: '130px' },
{ field: 'BorMaterials', title: '原材料品牌', sortable: true, width: '190px' },
@ -59,16 +60,16 @@ const gridOptionsA: any = reactive({
{ field: 'MrmSpecification', title: '原材料规格型号', sortable: true, width: '190px' },
{ field: 'ManufactureDate', title: '原材料出厂日期', sortable: true, width: '140px', slots: { default: 'slotManufactureDate' } },
{ field: 'IncomDate', title: '来料检验日期', sortable: true, width: '130px', slots: { default: 'slotIncomDate' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'PdCode', title: '工序', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
{ field: 'IsQualify', title: '检验结果是否合格', width: '140px', slots: { default: 'slotIsQualify' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '250px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '250px' },
{ field: 'ModelSpecification', title: '规格型号', width: '180px' },
{ field: 'Precision', title: '精度', width: '120px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
// { field: 'Precision', title: '', width: '120px' },
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -51,13 +51,14 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '140px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
{ field: 'SerialNo', title: '序列号', sortable: true, width: '210px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
// { field: 'SerialNo', title: '', sortable: true, width: '210px' },
{ field: 'RmibNumber', title: '原材料检验批次号', sortable: true, width: '160px' },
{ field: 'RmbNumber', title: '原材料批次号', sortable: true, width: '130px' },
{ field: 'BorMaterials', title: '原材料品牌', sortable: true, width: '180px' },
@ -66,13 +67,13 @@ const gridOptionsA: any = reactive({
{ field: 'MrmSpecification', title: '原材料规格型号', sortable: true, width: '160px' },
{ field: 'ManufactureDate', title: '原材料出厂日期', sortable: true, width: '140px', slots: { default: 'slotManufactureDate' } },
{ field: 'IncomDate', title: '来料检验日期', sortable: true, width: '130px', slots: { default: 'slotIncomDate' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'PdCode', title: '工序', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
{ field: 'IsQualify', title: '检验结果是否合格', width: '140px', slots: { default: 'slotIsQualify' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '250px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '250px' },
{ field: 'ModelSpecification', title: '规格型号', width: '160px' },
{ field: 'PressureValue', title: '额定电压(V)', width: '120px' },
{ field: 'CapacityUn', title: '电容器铭牌容量值(kvar)', width: '170px' },

@ -48,13 +48,14 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '140px', fixed: 'left' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
{ field: 'SerialNo', title: '序列号', sortable: true, width: '210px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
// { field: 'SerialNo', title: '', sortable: true, width: '210px' },
{ field: 'RmibNumber', title: '原材料检验批次号', sortable: true, width: '160px' },
{ field: 'RmbNumber', title: '原材料批次号', sortable: true, width: '130px' },
{ field: 'BorMaterials', title: '原材料品牌', sortable: true, width: '180px' },
@ -63,13 +64,13 @@ const gridOptionsA: any = reactive({
{ field: 'MrmSpecification', title: '原材料规格型号', sortable: true, width: '140px' },
{ field: 'ManufactureDate', title: '原材料出厂日期', sortable: true, width: '140px', slots: { default: 'slotManufactureDate' } },
{ field: 'IncomDate', title: '来料检验日期', sortable: true, width: '130px', slots: { default: 'slotIncomDate' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'PdCode', title: '工序', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
{ field: 'IsQualify', title: '检验结果是否合格', width: '140px', slots: { default: 'slotIsQualify' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '250px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '250px' },
{ field: 'ModelSpecification', title: '规格型号', width: '160px' },
{ field: 'TextDescription', title: '人力分合操作5次可靠动作', width: '200px', slots: { default: 'slotTextDescription' } },
{ field: 'InsulationVoltageUn', title: '额定绝缘电压(V)', width: '130px' },

@ -47,25 +47,26 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'GapDistance1', title: '极对极之间(mm)', width: '180px' },
{ field: 'GapDistance2', title: '不同电压的电路导体之间(mm)', width: '180px' },
{ field: 'GapDistance3', title: '带电部件与裸露导电部件之间(mm)', width: '180px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
{ field: 'GapDistance2', title: '不同电压的电路导体之间(mm)', width: '280px' },
{ field: 'GapDistance3', title: '带电部件与裸露导电部件之间(mm)', width: '280px' },
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -40,25 +40,26 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
{ field: 'GapDistance1', title: '极对极之间(mm)', width: '180px' },
{ field: 'GapDistance2', title: '不同电压的电路导体之间(mm)', width: '180px' },
{ field: 'GapDistance3', title: '带电部件与裸露导电部件之间(mm)', width: '180px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'GapDistance1', title: '极对极之间(mm)', width: '280px' },
{ field: 'GapDistance2', title: '不同电压的电路导体之间(mm)', width: '280px' },
{ field: 'GapDistance3', title: '带电部件与裸露导电部件之间(mm)', width: '280px' },
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -43,31 +43,32 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
{ field: 'FactoryCode', title: '厂区编号', width: '120px' },
{ field: 'ProductModel', title: '供应商数据唯一标识', width: '120px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'SwId', title: '实物ID', width: '110px' },
{ field: 'VoltageGrade', title: '电压等级(kV)', width: '110px' },
{ field: 'ProcessType', title: '感知过程', width: '110px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
// { field: 'FactoryCode', title: '', width: '120px' },
// { field: 'ProductModel', title: '', width: '120px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'SwId', title: 'ID', width: '110px' },
// { field: 'ProcessType', title: '', width: '110px' },
{ field: 'SupplierSupportId', title: '产品编号', width: '110px' },
{ field: 'SpecifNumber', title: '规格型号', width: '110px' },
{ field: 'IsQualified', title: '是否合格', width: '110px' },
{ field: 'InventoryQuantity', title: '成品入库数量', width: '110px' },
{ field: 'MeasuringUnit', title: '计量单位', width: '110px' },
{ field: 'VoltageGrade', title: '电压等级(kV)', width: '110px' },
{ field: 'StorageTime', title: '成品入库时间', width: '110px', slots: { default: 'slotStorageTime' } },
{ field: 'DeliveryStatus', title: '发货状态', width: '110px', slots: { default: 'slotDeliveryStatus' } },
{ field: 'DeliveryTime', title: '发货时间', width: '110px', slots: { default: 'slotDeliveryTime' } },
{ field: 'CheckTime', title: '采集时间', width: '180px' },
{ field: 'PutCenterTime', title: '入数采中心时间', width: '180px' },
{ field: 'Ecode', title: 'ecode码', width: '160px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '200px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
// { field: 'CheckTime', title: '', width: '180px' },
// { field: 'PutCenterTime', title: '', width: '180px' },
// { field: 'Ecode', title: 'ecode', width: '160px' },
// { field: 'DataUniqueIdentifier', title: '', width: '200px' },
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -8,18 +8,18 @@
</template>
<template #default>
<a-card title="基本数据" :bordered="false" style="margin: 10px">
<vxe-form-item title="采集规范版本号" field="StandardVersion" span="12">
<!-- <vxe-form-item title="采集规范版本号" field="StandardVersion" span="12">
<template #default="params">
<div style="width: 196px;">{{ params.data.StandardVersion }}</div>
</template>
</vxe-form-item>
</vxe-form-item> -->
<vxe-form-item title="供应商工单编号" field="SupplierWorkNo" span="12">
<template #default="params">
<vxe-input v-model="params.data.SupplierWorkNo" placeholder="请输入供应商工单编号" clearable
@change="fnChangeA(params)"></vxe-input>
</template>
</vxe-form-item>
<vxe-form-item title="国网侧供应商编码" field="SupplierCode" span="12">
<!-- <vxe-form-item title="国网侧供应商编码" field="SupplierCode" span="12">
<template #default="params">
<div style="width: 196px;">{{ params.data.SupplierCode }}</div>
</template>
@ -56,14 +56,14 @@
<vxe-input v-model="params.data.SwId" placeholder="请输入实物ID" clearable
@change="fnChangeA(params)" style="width: 196px;"></vxe-input>
</template>
</vxe-form-item>
</vxe-form-item> -->
<vxe-form-item title="电压等级(kV)" field="VoltageGrade" span="12">
<template #default="params">
<vxe-input v-model="params.data.VoltageGrade" type="integer" placeholder="请输入电压等级" clearable
@change="fnChangeA(params)" style="width: 196px;"></vxe-input>
</template>
</vxe-form-item>
<vxe-form-item title="感知过程" field="ProcessType" span="12">
<!-- <vxe-form-item title="感知过程" field="ProcessType" span="12">
<template #default="params">
<vxe-select v-model="params.data.ProcessType" clearable filterable :disabled="true">
<template v-for="(item) in dictProcessType">
@ -71,7 +71,7 @@
</template>
</vxe-select>
</template>
</vxe-form-item>
</vxe-form-item> -->
<vxe-form-item title="产品编号" field="SupplierSupportId" span="12">
<template #default="params">
<vxe-input v-model="params.data.SupplierSupportId" placeholder="请输入产品编号" clearable
@ -124,7 +124,7 @@
@change="fnChangeA(params)" style="width: 196px;"></vxe-input>
</template>
</vxe-form-item>
<vxe-form-item title="采集时间" field="CheckTime" span="12">
<!-- <vxe-form-item title="采集时间" field="CheckTime" span="12">
<template #default="params">
<div style="width: 196px;">{{ params.data.CheckTime }}</div>
</template>
@ -143,7 +143,7 @@
<template #default="params">
<div style="width: 196px;">{{ params.data.DataUniqueIdentifier }}</div>
</template>
</vxe-form-item>
</vxe-form-item> -->
</a-card>
</template>
<template #footer>

@ -49,13 +49,14 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '180px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
{ field: 'SerialNo', title: '序列号', sortable: true, width: '210px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
// { field: 'SerialNo', title: '', sortable: true, width: '210px' },
{ field: 'RmibNumber', title: '原材料检验批次号', sortable: true, width: '160px' },
{ field: 'RmbNumber', title: '原材料批次号', sortable: true, width: '130px' },
{ field: 'BorMaterials', title: '原材料品牌', sortable: true, width: '180px' },
@ -64,13 +65,13 @@ const gridOptionsA: any = reactive({
{ field: 'MrmSpecification', title: '原材料规格型号', sortable: true, width: '140px' },
{ field: 'ManufactureDate', title: '原材料出厂日期', sortable: true, width: '140px', slots: { default: 'slotManufactureDate' } },
{ field: 'IncomDate', title: '来料检验日期', sortable: true, width: '130px', slots: { default: 'slotIncomDate' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'PdCode', title: '工序', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
{ field: 'IsQualify', title: '检验结果是否合格', width: '140px', slots: { default: 'slotIsQualify' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '250px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '250px' },
{ field: 'TextDescription', title: '人力分合操作5次可靠动作', width: '210px', slots: { default: 'slotTextDescription' } },
{ field: 'InsulationVoltageUn', title: '额定绝缘电压(V)', width: '140px' },
{ field: 'PcurrentUn', title: '熔断器支持件的额定电流(A)', width: '200px' },

@ -49,27 +49,28 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
{ field: 'StartTime', title: '开始时间', sortable: true, width: '160px' },
{ field: 'StopTime', title: '结束时间', sortable: true, width: '160px' },
{ field: 'InspectionResults', title: '试验结果', sortable: true, width: '160px', slots: { default: 'slotInspectionResults' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'Resistance', title: '相间(MΩ)', width: '170px' },
{ field: 'InResistance', title: '相导体与裸露导电部件之间(MΩ)', width: '170px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
{ field: 'InResistance', title: '相导体与裸露导电部件之间(MΩ)', width: '370px' },
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -44,13 +44,14 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '140px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
{ field: 'SerialNo', title: '序列号', sortable: true, width: '210px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
// { field: 'SerialNo', title: '', sortable: true, width: '210px' },
{ field: 'RmibNumber', title: '原材料检验批次号', sortable: true, width: '160px' },
{ field: 'RmbNumber', title: '原材料批次号', sortable: true, width: '130px' },
{ field: 'BorMaterials', title: '原材料品牌', sortable: true, width: '180px' },
@ -59,17 +60,17 @@ const gridOptionsA: any = reactive({
{ field: 'MrmSpecification', title: '原材料规格型号', sortable: true, width: '140px' },
{ field: 'ManufactureDate', title: '原材料出厂日期', sortable: true, width: '140px', slots: { default: 'slotManufactureDate' } },
{ field: 'IncomDate', title: '来料检验日期', sortable: true, width: '130px', slots: { default: 'slotIncomDate' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'PdCode', title: '工序', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
{ field: 'IsQualify', title: '检验结果是否合格', width: '140px', slots: { default: 'slotIsQualify' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '250px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '250px' },
{ field: 'PressureValue', title: '电压保护水平(V)', width: '130px' },
{ field: 'DischargeCurrent', title: '标称最大放电电流(kA)', width: '160px' },
{ field: 'TestLevel', title: '试验等级', width: '120px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -48,25 +48,26 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
{ field: 'StartTime', title: '开始时间', sortable: true, width: '160px' },
{ field: 'StopTime', title: '结束时间', sortable: true, width: '160px' },
{ field: 'InspectionResults', title: '试验结果', sortable: true, width: '160px', slots: { default: 'slotInspectionResults' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
{ field: 'TextDescription', title: '是否满足要求(对安装在装置内的开关电器及所有手动操作部件如主开关操作手柄均操作5次其机构动作应可靠正常联锁机构符合要求)', width: '170px', slots: { default: 'slotTextDescription' } },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'TextDescription', title: '是否满足要求(对安装在装置内的开关电器及所有手动操作部件如主开关操作手柄均操作5次其机构动作应可靠正常联锁机构符合要求)', width: '900px', slots: { default: 'slotTextDescription' } },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {

@ -44,13 +44,14 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '140px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
{ field: 'SerialNo', title: '序列号', sortable: true, width: '210px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
// { field: 'SerialNo', title: '', sortable: true, width: '210px' },
{ field: 'RmibNumber', title: '原材料检验批次号', sortable: true, width: '160px' },
{ field: 'RmbNumber', title: '原材料批次号', sortable: true, width: '130px' },
{ field: 'BorMaterials', title: '原材料品牌', sortable: true, width: '180px' },
@ -59,17 +60,17 @@ const gridOptionsA: any = reactive({
{ field: 'MrmSpecification', title: '原材料规格型号', sortable: true, width: '140px' },
{ field: 'ManufactureDate', title: '原材料出厂日期', sortable: true, width: '140px', slots: { default: 'slotManufactureDate' } },
{ field: 'IncomDate', title: '来料检验日期', sortable: true, width: '130px', slots: { default: 'slotIncomDate' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'PdCode', title: '工序', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
{ field: 'IsQualify', title: '检验结果是否合格', width: '140px', slots: { default: 'slotIsQualify' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '250px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '250px' },
{ field: 'Texture', title: '材质', width: '110px' },
{ field: 'Thickness', title: '公称厚度(mm)', width: '120px' },
{ field: 'Width', title: '公称宽度(mm)', width: '120px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -56,28 +56,29 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'ProcessType', title: '感知过程', width: '110px', slots: { default: 'slotProcessType' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'ProcessType', title: '', width: '110px', slots: { default: 'slotProcessType' } },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
{ field: 'StartTime', title: '开始时间', sortable: true, width: '160px' },
{ field: 'StopTime', title: '结束时间', sortable: true, width: '160px' },
{ field: 'InspectionResults', title: '试验结果', sortable: true, width: '160px', slots: { default: 'slotInspectionResults' } },
{ field: 'IsAlarmData', title: '是否是告警问题数据', width: '150px', slots: { default: 'slotIsAlarmData' } },
{ field: 'AlarmItem', title: '告警项', width: '110px' },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
{ field: 'TextDescription', title: '是否满足要求(将装置电容器全部投入工作运行,将主电路任意一相断开,装置应能全部或至少缺相回路电容器切徐)', width: '170px', slots: { default: 'slotTextDescription' } },
// { field: 'IsAlarmData', title: '', width: '150px', slots: { default: 'slotIsAlarmData' } },
// { field: 'AlarmItem', title: '', width: '110px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'TextDescription', title: '是否满足要求(将装置电容器全部投入工作运行,将主电路任意一相断开,装置应能全部或至少缺相回路电容器切徐)', width: '880px', slots: { default: 'slotTextDescription' } },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {

@ -9,7 +9,7 @@
<template #operate="{ row }">
<vxe-button type="text" status="primary" content="编辑" icon="vxe-icon-edit"
@click="fnPowerFrequancyTestingForm('edit', row)"></vxe-button>
<vxe-button type="text" status="primary" content="复制" icon="vxe-icon-copy"
<vxe-button type="text" status="primary" content="复制" icon="vxe-icon-copy" v-if="false"
@click="fnPowerFrequancyTestingForm('copy', row)"></vxe-button>
<vxe-button type="text" status="danger" content="删除" icon="vxe-icon-delete"
@click="fnPowerFrequancyTestingForm('delete', row)"></vxe-button>
@ -52,24 +52,25 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
{ field: 'StartTime', title: '开始时间', sortable: true, width: '160px' },
{ field: 'StopTime', title: '结束时间', sortable: true, width: '160px' },
{ field: 'InspectionResults', title: '试验结果', sortable: true, width: '160px', slots: { default: 'slotInspectionResults' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'WithstandVoltage1', title: '极对地之间耐受电压(V)', width: '170px' },
{ field: 'PressureTime1', title: '极对地耐压持续时间(s)', width: '170px' },
{ field: 'WithstandVoltage2', title: '极对极之间耐受电压(V)', width: '170px' },

@ -49,25 +49,26 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
{ field: 'StartTime', title: '开始时间', sortable: true, width: '160px' },
{ field: 'StopTime', title: '结束时间', sortable: true, width: '160px' },
{ field: 'InspectionResults', title: '试验结果', sortable: true, width: '160px', slots: { default: 'slotInspectionResults' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
{ field: 'TextDescription', title: '是否满足要求(85%~110%额定电压范围操作5次电器元件的动作显示均应符合相应要求且各操作器件动作灵活)', width: '170px', slots: { default: 'slotTextDescription' } },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'TextDescription', title: '是否满足要求(85%~110%额定电压范围操作5次电器元件的动作显示均应符合相应要求且各操作器件动作灵活)', width: '770px', slots: { default: 'slotTextDescription' } },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {

@ -51,27 +51,28 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
{ field: 'StartTime', title: '开始时间', sortable: true, width: '160px' },
{ field: 'StopTime', title: '结束时间', sortable: true, width: '160px' },
{ field: 'InspectionResults', title: '试验结果', sortable: true, width: '160px', slots: { default: 'slotInspectionResults' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'MeasureCurrent', title: '测量电流(A)', width: '170px' },
{ field: 'MeasureResistance', title: '测量电阻值(mΩ)', width: '170px' },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
{ title: '操作', fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {
enabled: true,

@ -49,13 +49,14 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '140px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
{ field: 'SerialNo', title: '序列号', sortable: true, width: '210px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
// { field: 'SerialNo', title: '', sortable: true, width: '210px' },
{ field: 'RmibNumber', title: '原材料检验批次号', sortable: true, width: '160px' },
{ field: 'RmbNumber', title: '原材料批次号', sortable: true, width: '130px' },
{ field: 'BorMaterials', title: '原材料品牌', sortable: true, width: '180px' },
@ -64,13 +65,13 @@ const gridOptionsA: any = reactive({
{ field: 'MrmSpecification', title: '原材料规格型号', sortable: true, width: '160px' },
{ field: 'ManufactureDate', title: '原材料出厂日期', sortable: true, width: '140px', slots: { default: 'slotManufactureDate' } },
{ field: 'IncomDate', title: '来料检验日期', sortable: true, width: '130px', slots: { default: 'slotIncomDate' } },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
{ field: 'PdCode', title: '工序', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
{ field: 'IsQualify', title: '检验结果是否合格', width: '140px', slots: { default: 'slotIsQualify' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '250px' },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '250px' },
{ field: 'ModelSpecification', title: '规格型号', width: '160px' },
{ field: 'TextDescription', title: '人力分合操作5次可靠动作', width: '200px', slots: { default: 'slotTextDescription' } },
{ field: 'InsulationVoltageUn', title: '额定绝缘电压(V)', width: '130px' },

@ -48,25 +48,26 @@ const xGrid = ref()
const gridOptionsA: any = reactive({
columns: [
{ type: 'checkbox', title: '', width: 30, fixed: 'left' },
{ field: 'StandardVersion', title: '采集规范版本号', width: '120px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '190px', fixed: 'left' },
{ field: 'SupplierCode', title: '国网侧供应商编码', sortable: true, width: '160px' },
{ field: 'ModelCode', title: '规格型号编码', width: '140px' },
{ field: 'CategoryType', title: '物资种类编码', width: '120px' },
// { type: 'checkbox', title: '', width: 30, fixed: 'left' },
// { field: 'StandardVersion', title: '', width: '120px', fixed: 'left' },
{ field: 'BuyerName', title: '采购公司名称', sortable: true, width: '200px', fixed: 'left' },
{ field: 'SupplierWorkNo', title: '供应商工单编号', sortable: true, width: '200px', fixed: 'left' },
// { field: 'SupplierCode', title: '', sortable: true, width: '160px' },
// { field: 'ModelCode', title: '', width: '140px' },
// { field: 'CategoryType', title: '', width: '120px' },
{ field: 'EquipmentUniqueCode', title: '生产设备唯一识别号', sortable: true, width: '170px' },
{ field: 'FactoryCode', title: '厂区编号', sortable: true, width: '160px' },
{ field: 'SupplierSupportId', title: '供应商产品编号', sortable: true, width: '140px' },
{ field: 'PdCode', title: '工序', width: '110px' },
{ field: 'CheckTime', title: '采集时间', sortable: true, width: '160px' },
{ field: 'PutCenterTime', title: '入数采中心时间', sortable: true, width: '160px' },
// { field: 'PdCode', title: '', width: '110px' },
// { field: 'CheckTime', title: '', sortable: true, width: '160px' },
// { field: 'PutCenterTime', title: '', sortable: true, width: '160px' },
{ field: 'StartTime', title: '开始时间', sortable: true, width: '160px' },
{ field: 'StopTime', title: '结束时间', sortable: true, width: '160px' },
{ field: 'InspectionResults', title: '试验结果', sortable: true, width: '160px', slots: { default: 'slotInspectionResults' } },
{ field: 'Ecode', title: 'ecode码', width: '110px' },
{ field: 'SgEntityId', title: '国网实物Id', width: '110px' },
{ field: 'DataUniqueIdentifier', title: '数据唯一标识', width: '110px' },
{ field: 'TextDescription', title: '是否满足要求(将电容器拆除给装置接上电源并将电容器投切开关闭合调整电源电压1.1~1.2倍的额定电压时应在1min内将电容器切除)', width: '170px', slots: { default: 'slotTextDescription' } },
// { field: 'Ecode', title: 'ecode', width: '110px' },
// { field: 'SgEntityId', title: 'Id', width: '110px' },
// { field: 'DataUniqueIdentifier', title: '', width: '110px' },
{ field: 'TextDescription', title: '是否满足要求(将电容器拆除给装置接上电源并将电容器投切开关闭合调整电源电压1.1~1.2倍的额定电压时应在1min内将电容器切除)', width: '1000px', slots: { default: 'slotTextDescription' } },
{ title: '操作', width: 250, fixed: 'right', slots: { default: 'operate' } }
],
pagerConfig: {

Loading…
Cancel
Save