|
|
@ -50,7 +50,7 @@ public class ManufactureOrderSyncJob extends SyncAccountsJobAbstract {
|
|
|
|
return Arrays.asList(
|
|
|
|
return Arrays.asList(
|
|
|
|
"code",
|
|
|
|
"code",
|
|
|
|
"manufactureorderdetails_inventory_code",
|
|
|
|
"manufactureorderdetails_inventory_code",
|
|
|
|
"memo");
|
|
|
|
"ManufactureOrderDetails_pubuserdefnvc2");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
@ -79,7 +79,7 @@ public class ManufactureOrderSyncJob extends SyncAccountsJobAbstract {
|
|
|
|
map.put("VoucherDate", new CJTSyncTypeRelation("单据日期",TableFieldTypeEnum.DATE, DateUtils.YYYYMMDD_SECOND));
|
|
|
|
map.put("VoucherDate", new CJTSyncTypeRelation("单据日期",TableFieldTypeEnum.DATE, DateUtils.YYYYMMDD_SECOND));
|
|
|
|
map.put("manufactureorderdetails_sourcevouchercode", new CJTSyncTypeRelation("来源单号"));
|
|
|
|
map.put("manufactureorderdetails_sourcevouchercode", new CJTSyncTypeRelation("来源单号"));
|
|
|
|
map.put("Code", new CJTSyncTypeRelation("单据编码"));
|
|
|
|
map.put("Code", new CJTSyncTypeRelation("单据编码"));
|
|
|
|
map.put("CreatedTime", new CJTSyncTypeRelation("创建时间",TableFieldTypeEnum.DATE, DateUtils.YYYY_MM_DD_HH_MM_SS_THIRD));
|
|
|
|
map.put("CreatedTime", new CJTSyncTypeRelation("创建时间",TableFieldTypeEnum.DATE, DateUtils.YYYY_M_D_H_M_S));
|
|
|
|
map.put("Department_Name", new CJTSyncTypeRelation("生产车间"));
|
|
|
|
map.put("Department_Name", new CJTSyncTypeRelation("生产车间"));
|
|
|
|
map.put("person_name", new CJTSyncTypeRelation("负责人"));
|
|
|
|
map.put("person_name", new CJTSyncTypeRelation("负责人"));
|
|
|
|
map.put("ManufactureOrderDetails_Inventory_Code", new CJTSyncTypeRelation("产品编码"));
|
|
|
|
map.put("ManufactureOrderDetails_Inventory_Code", new CJTSyncTypeRelation("产品编码"));
|
|
|
|