111
This commit is contained in:
parent
6cd0f1e90e
commit
8e6df2317d
|
@ -255,6 +255,24 @@ GO
|
||||||
|
|
||||||
/*******PMI委托明细视图***********/
|
/*******PMI委托明细视图***********/
|
||||||
|
|
||||||
|
USE [HJGLDB_ZJBSF]
|
||||||
|
GO
|
||||||
|
|
||||||
|
/****** Object: View [dbo].[View_PMI_DelegationDetails] Script Date: 2024-5-13 9:06:44 ******/
|
||||||
|
SET ANSI_NULLS ON
|
||||||
|
GO
|
||||||
|
|
||||||
|
SET QUOTED_IDENTIFIER ON
|
||||||
|
GO
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ALTER VIEW [dbo].[View_PMI_DelegationDetails]
|
ALTER VIEW [dbo].[View_PMI_DelegationDetails]
|
||||||
AS
|
AS
|
||||||
/********热处理明细********/
|
/********热处理明细********/
|
||||||
|
@ -269,6 +287,7 @@ TrustItem.PMIId,
|
||||||
Trust.ProjectId,
|
Trust.ProjectId,
|
||||||
Trust.DelegationNo,
|
Trust.DelegationNo,
|
||||||
Trust.DelegationDate,
|
Trust.DelegationDate,
|
||||||
|
ISNULL(TrustItem.reportNo,Trust.DelegationNo) as reportNo,
|
||||||
WeldJoint.WeldJointCode,
|
WeldJoint.WeldJointCode,
|
||||||
Pipeline.PipelineCode,
|
Pipeline.PipelineCode,
|
||||||
WeldJoint.Specification,
|
WeldJoint.Specification,
|
||||||
|
@ -287,3 +306,4 @@ GO
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue