Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
aship
srm
Commits
0850241c
Commit
0850241c
authored
Aug 13, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aship/aship#1 防伪码功能:申请防伪码接口
parent
2cb62142
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
0 deletions
+7
-0
application.yml
deploy/IOne-SRM-Prod/application.yml
+1
-0
application.yml
deploy/IOne-SRM-Staging/application.yml
+1
-0
SupplierSyncClient.java
src/main/java/com/i1/erp/base/soap/SupplierSyncClient.java
+4
-0
V2017.181__ALTER_TABLE_DO_DTL_FILE.sql
upgrade/sql/mysql/V2017.181__ALTER_TABLE_DO_DTL_FILE.sql
+1
-0
No files found.
deploy/IOne-SRM-Prod/application.yml
View file @
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
...
...
deploy/IOne-SRM-Staging/application.yml
View file @
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
...
...
src/main/java/com/i1/erp/base/soap/SupplierSyncClient.java
View file @
0850241c
...
...
@@ -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"
);
...
...
upgrade/sql/mysql/V2017.181__ALTER_TABLE_DO_DTL_FILE.sql
0 → 100644
View file @
0850241c
ALTER
TABLE
srm_po_dtl_file
ADD
APPLIED_AMOUNT
DECIMAL
(
18
,
5
)
DEFAULT
0
COMMENT
'已申请数量'
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment