1
This commit is contained in:
parent
874bbce384
commit
81316be41e
@ -85,7 +85,7 @@ namespace Pilot_KD_Parino.SAL_DELIVERYNOTICE
|
||||
|
||||
var groupItemObj = this.View.Model.GetValue("F_IsGroupItem", e.Row);
|
||||
var groupItem = groupItemObj == null ? false : groupItemObj.Convert<bool>();
|
||||
if (!groupItem)
|
||||
if (groupItem)
|
||||
return;
|
||||
|
||||
var entrys = this.View.Model.DataObject["SAL_DELIVERYNOTICEENTRY"] as DynamicObjectCollection;
|
||||
|
||||
@ -22,7 +22,7 @@ using DocumentFormat.OpenXml.Drawing.Spreadsheet;
|
||||
|
||||
namespace Pilot_KD_Parino.SAL_DELIVERYNOTICE.ConvertServicePlugIn
|
||||
{
|
||||
[Description("生产订单装换插件#"), HotUpdate]
|
||||
[Description("发货通知单转换插件#"), HotUpdate]
|
||||
public class SaleOrder_DeliveryNoticeConvert : AbstractConvertPlugIn
|
||||
{
|
||||
public override void AfterConvert(AfterConvertEventArgs e)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user