Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
27c8a4c29d
|
|
@ -39,20 +39,5 @@ public class InitBillSecondDevFieldsImp implements IInitBillSecondDevFields {
|
||||||
String shkdZqrzh = initBill.getString("shkd_zqrzh");
|
String shkdZqrzh = initBill.getString("shkd_zqrzh");
|
||||||
targetBill.set("shkd_zqrzh", shkdZqrzh);
|
targetBill.set("shkd_zqrzh", shkdZqrzh);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// // 基础资料
|
|
||||||
// DynamicObject extPaycurrency = initBill.getDynamicObject("ext_paycurrency");
|
|
||||||
// targetBill.set("ext_paycurrency", extPaycurrency);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*@Override
|
|
||||||
public void initBillSecondDevFields(DynamicObject initBill, DynamicObject targetBill) {
|
|
||||||
// 基本字段
|
|
||||||
boolean extIsPay = initBill.getBoolean("ext_ispay");
|
|
||||||
targetBill.set("ext_ispay", extIsPay);
|
|
||||||
// 基础资料
|
|
||||||
DynamicObject extPaycurrency = initBill.getDynamicObject("ext_paycurrency");
|
|
||||||
targetBill.set("ext_paycurrency", extPaycurrency);
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue