From 5a149d626ae8bc3fa4bddbb53f8caf40f51f6da6 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 04 6月 2025 17:42:13 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- PipeLineLems/pipelinelems_web/src/widgets/PipeAccessoryAssembly/Views/Pages/PipeAccessoryAssembly/Config.ts | 213 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 204 insertions(+), 9 deletions(-) diff --git a/PipeLineLems/pipelinelems_web/src/widgets/PipeAccessoryAssembly/Views/Pages/PipeAccessoryAssembly/Config.ts b/PipeLineLems/pipelinelems_web/src/widgets/PipeAccessoryAssembly/Views/Pages/PipeAccessoryAssembly/Config.ts index 5e6ddfc..c52afc0 100644 --- a/PipeLineLems/pipelinelems_web/src/widgets/PipeAccessoryAssembly/Views/Pages/PipeAccessoryAssembly/Config.ts +++ b/PipeLineLems/pipelinelems_web/src/widgets/PipeAccessoryAssembly/Views/Pages/PipeAccessoryAssembly/Config.ts @@ -5,23 +5,218 @@ title: '搴忓彿', }, { - field: 'containerNo', - title: '鎵樼洏缂栧彿', + field: 'son_TaskCode', + title: '瀛愪换鍔$紪鐮�', + width:160, }, { - field: 'materialId', - title: '鐗╂枡ID', + field: 'taskCode', + title: '浠诲姟缂栫爜', + width:160, }, { - field: 'sort', - title: '', + field: 'pipeSpecCode', + title: '绠℃缂栫爜', + width:160, +}, +{ + field: 'pipeSectionName', + title: '绠℃鍚嶇О', + width:160, +}, +{ + field: 'pipeSpecMode', + title: '绠℃鍨嬪彿', + width:160, +}, +{ + field: 'processName', + title: '宸ュ簭鍚嶇О', + width:160, +}, +{ + field: 'shipNumber', + title: '鑸瑰彿', + width:160, +}, +{ + field: 'projectNumber', + title: '椤圭洰鍙�', + width:160, +}, +{ + field: 'workPlanStatusDesc', + title: '璁″垝鐘舵��', + width:160, +}, +{ + field: 'callMaterialStatusDesc', + title: '鍙枡鐘舵��', + width:160, +}, +{ + field: 'processRouteNumber', + title: '宸ヨ壓娴佸悜缂栧彿', + width:160, +}, +{ + field: 'dataIdentifier', + title: '鍘熸枡鏍囪瘑', + width:160, +}, +{ + field: 'materialMode', + title: '鍘熸枡鍨嬪彿', + width:160, +}, +{ + field: 'length', + title: '闀垮害(mm)', + width:160, +}, +{ + field: 'markingContent', + title: '鎵撶爜鍐呭', + width:160, +}, +{ + field: 'markingPosition', + title: '鎵撶爜浣嶇疆', + width:160, +}, +{ + field: 'cuttingPosition', + title: '鍒囧壊浣嶇疆', + width:160, +}, +{ + field: 'quantity', + title: '绠℃鏁伴噺', + width:160, +}, +{ + field: 'flangeThickness', + title: '娉曞叞鍘氬害(mm)', + width:160, +}, +{ + field: 'flangeInnerDiameter', + title: '娉曞叞鐩村緞(mm)', + width:160, +}, +{ + field: 'weldingHeatInput', + title: '娉曞叞鍏О鍘嬪姏', + width:160, +}, +{ + field: 'pipeAllowableStress', + title: '娉曞叞鍐茬爜鍐呭', + width:160, +}, +{ + field: 'pipeDiameter', + title: '濂楃闀垮害(mm)', + width:160, +}, +{ + field: 'pipeWallThickness', + title: '濂楃鐩村緞(mm)', + width:160, +}, +{ + field: 'factoryCode', + title: '宸ュ巶浠g爜', + width:160, +}, +{ + field: 'productCode', + title: '浜у搧浠g爜', + width:160, +}, +{ + field: 'workstationCode', + title: '宸ヤ綅浠g爜', + width:160, +}, +{ + field: 'equipmentCode', + title: '璁惧浠g爜', + width:160, +}, +{ + field: 'prodLineCode', + title: '浜х嚎缂栫爜', + width:160, +}, +{ + field: 'pipeFittingCode', + title: '绠′欢缂栫爜', + width:160, +}, +{ + field: 'preSerialNumber', + title: '椤哄簭鍙�', + width:160, +}, +{ + field: 'outerDiameter', + title: '澶栧緞(mm)', + width:160, +}, +{ + field: 'thickness', + title: '澹佸帤(mm)', + width:160, +}, +{ + field: 'material', + title: '鏉愯川', + width:160, +}, +{ + field: 'plannedStartTime', + title: '璁″垝寮�濮嬫椂闂�', + width:180, +}, +{ + field: 'plannedEndTime', + title: '璁″垝瀹屾垚鏃堕棿', + width:180, +}, +{ + field: 'teamInfo', + title: '鐝粍淇℃伅', + width:160, +}, +{ + field: 'timestamp', + title: '鏃堕棿鎴�', + width:160, }, { field: 'creationTime', - title: '鏄惁绂佺敤', + title: '鍒涘缓鏃堕棿', + width:180, }, { - field: 'deletionTime', - title: '', + field: 'lastModificationTime', + title: '淇敼鏃堕棿', + width:180, +}, +{ + field: 'creatorName', + title: '鍒涘缓浜�', + width:160, +}, +{ + field: 'lastModifierName', + title: '淇敼浜�', + width:160, +}, +{ + field: 'remark', + title: '澶囨敞', + width:160, }, ] -- Gitblit v1.9.3