|
|
@@ -186,6 +186,9 @@ public class StockServiceImpl implements StockService {
|
|
186
|
186
|
dtl.setNtPoAmt(exe1.getNtPoAmt()); // 对应inf_exe1.ntPoAmt
|
|
187
|
187
|
dtl.setInTaxRate(exe1.getInTaxRate());// 对应inf_exe1.inTaxRate
|
|
188
|
188
|
dtl.setSMRNo(exe1.getSMRNo());
|
|
|
189
|
+ dtl.setPoprice(exe1.getPoprice());
|
|
|
190
|
+ dtl.setSoprice(exe1.getSoprice());
|
|
|
191
|
+ dtl.setNtPoAmt(exe1.getNtPoAmt());
|
|
189
|
192
|
dtl.setFphno(exe1.getFphno());// 对应inf_exe1.SMRNo
|
|
190
|
193
|
dtl.setQiChu("1");
|
|
191
|
194
|
|