Commit d1a7c884 authored by 顾俭's avatar 顾俭

Merge branch 'aship/aship#1'

parents 30db7299 0850241c
......@@ -53,6 +53,7 @@ srm:
defaultPoChgReturnType: 0
supplierErpCheck: true
supplierErpSend: true
genBarcode: SRM_genbarcode
email:
enable: true
recipients: gujian@benchmarkchina.com,raven@benchmarkchina.com
......
......@@ -53,6 +53,7 @@ srm:
defaultPoChgReturnType: 0
supplierErpCheck: true
supplierErpSend: true
genBarcode: SRM_genbarcode
email:
enable: true
recipients: gujian@benchmarkchina.com,raven@benchmarkchina.com
......
......@@ -416,6 +416,10 @@ public class SupplierSyncClient extends WebServiceClient {
case "pmcacti":
pmcacti = field.getValue();
break;
case "ta_pmcsrm01":
//是否启用防伪码
supplier.setUseBarcode(field.getValue());
break;
}
}
supplier.setSrmStarted("Y");
......
ALTER TABLE srm_po_dtl_file ADD APPLIED_AMOUNT DECIMAL(18,5) DEFAULT 0 COMMENT '已申请数量';
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment