Browse Source

页面添加备注列

SCP_CYJ
qian 3 months ago
parent
commit
18b9f9037a
  1. 3
      Models/ScpEntity/V_TB_MPO_DETAIL.cs
  2. 2
      SCP/Views/PlanData/SCP_MPO_DETAIL.aspx
  3. 1
      SCP/Views/SupplierData/SCP_MPO_DETAIL.aspx

3
Models/ScpEntity/V_TB_MPO_DETAIL.cs

@ -60,7 +60,8 @@ namespace CK.SCP.Models.ScpEntity
[NotMapped]
public List<string> purdocnolist { get; set; }
public String PURDOCITEMNO { get; set; }
public string PURDOCITEMNO { get; set; }
public string Remake { get; set; }
}
}

2
SCP/Views/PlanData/SCP_MPO_DETAIL.aspx

@ -61,6 +61,8 @@
<f:BoundField Width="80px" DataField="Glaccnum" DataFormatString="{0}" HeaderText="科目" />
<f:BoundField Width="80px" DataField="CostCenterDes" DataFormatString="{0}" HeaderText="成本中心" />
<f:BoundField Width="80px" DataField="StoreLocation" DataFormatString="{0}" HeaderText="存储地点" />
<f:BoundField Width="80px" DataField="StoreLocation" DataFormatString="{0}" HeaderText="存储地点" />
<f:BoundField Width="80px" DataField="Remake" DataFormatString="{0}" HeaderText="备注" />
<f:BoundField Width="80px" DataField="AcceptStatus" DataFormatString="{0}" Hidden="true" />
</Columns>
</f:Grid>

1
SCP/Views/SupplierData/SCP_MPO_DETAIL.aspx

@ -65,6 +65,7 @@
<f:BoundField Width="80px" DataField="Glaccnum" DataFormatString="{0}" HeaderText="科目" />
<f:BoundField Width="80px" DataField="CostCenterDes" DataFormatString="{0}" HeaderText="成本中心" />
<f:BoundField Width="80px" DataField="StoreLocation" DataFormatString="{0}" HeaderText="存储地点" />
<f:BoundField Width="80px" DataField="Remake" DataFormatString="{0}" HeaderText="备注" />
<f:BoundField Width="80px" DataField="AcceptStatus" DataFormatString="{0}" Hidden="true" />
</Columns>
</f:Grid>

Loading…
Cancel
Save