개정판 c662a022
bidders 삭제 수정
Change-Id: I0f767c5e89824361d6ca685467dda936ef8aaed0
KCOM/ViewModel/BiddersViewModel.cs | ||
---|---|---|
396 | 396 |
{ |
397 | 397 |
string projectNo = App.ViewInfo.ProjectNO; |
398 | 398 |
string docId = App.ViewInfo.DocumentItemID; |
399 |
string mdId = deleteComment.mdId;
|
|
399 |
string mdId = SelectBidders.bdId;
|
|
400 | 400 |
string userId = deleteComment.createdBy; |
401 | 401 |
string commentId = deleteComment.commentId; |
402 | 402 |
|
KCOM/ViewModel/RequirementViewModel.cs | ||
---|---|---|
402 | 402 |
{ |
403 | 403 |
string projectNo = App.ViewInfo.ProjectNO; |
404 | 404 |
string docId = App.ViewInfo.DocumentItemID; |
405 |
string mdId = deleteComment.mdId;
|
|
405 |
string mdId = SelectRequirement.mdId;
|
|
406 | 406 |
string userId = deleteComment.createdBy; |
407 | 407 |
string commentId = deleteComment.commentId; |
408 | 408 |
|
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
80 | 80 |
<Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL"> |
81 | 81 |
<HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
82 | 82 |
</Reference> |
83 |
<Reference Include="PDFNet, Version=5.8.0.0, Culture=neutral, PublicKeyToken=36167be3f67ac39c, processorArchitecture=x86"> |
|
84 |
<SpecificVersion>False</SpecificVersion> |
|
85 |
<HintPath>..\packages\PDFNet.dll</HintPath> |
|
86 |
</Reference> |
|
87 | 83 |
<Reference Include="PresentationCore" /> |
88 | 84 |
<Reference Include="PresentationFramework" /> |
89 | 85 |
<Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL"> |
PemssAPI/PemssApi.cs | ||
---|---|---|
338 | 338 |
{ "uId", uId} |
339 | 339 |
}; |
340 | 340 |
|
341 |
var jsonObj = DeleteWebClientString($"{gPemssUri}/rest/ext/comment/bidders?dId={dId}&bdid={bdId}&commentId={commentId}&uId={uId}", values);
|
|
341 |
var jsonObj = DeleteWebClientString($"{gPemssUri}/rest/ext/comment/bidders?dId={dId}&bdId={bdId}&commentId={commentId}&uId={uId}", values);
|
|
342 | 342 |
|
343 | 343 |
if (jsonObj != null) |
344 | 344 |
{ |
내보내기 Unified diff