1
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="PRD_MO\OperationEventPlugInEx.py" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="产品成本还原报表V1.0.sql" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
||||
<!-- Uncomment the CoreCompile target to enable the Build command in
|
||||
Visual Studio and specify your pre- and post-build commands in
|
||||
|
||||
12
07.珠海英搏尔/Enpower.Python/产品成本还原报表V1.0.sql
Normal file
12
07.珠海英搏尔/Enpower.Python/产品成本还原报表V1.0.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
--WO2405090020
|
||||
|
||||
SELECT t0.FBILLNO,t0.FBILLTYPE,t0e.FSEQ,t0e.FMATERIALID,t0e0.FNUMBER
|
||||
,t1e.FLOT,t1e.FLOT_TEXT
|
||||
,t1e0.FMATERIALID,t1e0.FNUMBER
|
||||
FROM T_PRD_MO t0
|
||||
INNER JOIN T_PRD_MOENTRY t0e on t0.FID = t0e.FID
|
||||
INNER JOIN T_BD_MATERIAL t0e0 on t0e0.FMATERIALID = t0e.FMATERIALID
|
||||
LEFT JOIN T_PRD_PICKMTRLDATA t1e on t1e.FMOENTRYID = t0e.FENTRYID
|
||||
INNER JOIN T_BD_MATERIAL t1e0 on t1e.FMATERIALID = t1e0.FMATERIALID
|
||||
|
||||
--SELECT * FROM T_PRD_PICKMTRLDATA
|
||||
Reference in New Issue
Block a user