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
d1a7c884
Commit
d1a7c884
authored
Aug 13, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'aship/aship#1'
parents
30db7299
0850241c
Changes
4
Hide 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 @
d1a7c884
...
@@ -53,6 +53,7 @@ srm:
...
@@ -53,6 +53,7 @@ srm:
defaultPoChgReturnType
:
0
defaultPoChgReturnType
:
0
supplierErpCheck
:
true
supplierErpCheck
:
true
supplierErpSend
:
true
supplierErpSend
:
true
genBarcode
:
SRM_genbarcode
email
:
email
:
enable
:
true
enable
:
true
recipients
:
gujian@benchmarkchina.com,raven@benchmarkchina.com
recipients
:
gujian@benchmarkchina.com,raven@benchmarkchina.com
...
...
deploy/IOne-SRM-Staging/application.yml
View file @
d1a7c884
...
@@ -53,6 +53,7 @@ srm:
...
@@ -53,6 +53,7 @@ srm:
defaultPoChgReturnType
:
0
defaultPoChgReturnType
:
0
supplierErpCheck
:
true
supplierErpCheck
:
true
supplierErpSend
:
true
supplierErpSend
:
true
genBarcode
:
SRM_genbarcode
email
:
email
:
enable
:
true
enable
:
true
recipients
:
gujian@benchmarkchina.com,raven@benchmarkchina.com
recipients
:
gujian@benchmarkchina.com,raven@benchmarkchina.com
...
...
src/main/java/com/i1/erp/base/soap/SupplierSyncClient.java
View file @
d1a7c884
...
@@ -416,6 +416,10 @@ public class SupplierSyncClient extends WebServiceClient {
...
@@ -416,6 +416,10 @@ public class SupplierSyncClient extends WebServiceClient {
case
"pmcacti"
:
case
"pmcacti"
:
pmcacti
=
field
.
getValue
();
pmcacti
=
field
.
getValue
();
break
;
break
;
case
"ta_pmcsrm01"
:
//是否启用防伪码
supplier
.
setUseBarcode
(
field
.
getValue
());
break
;
}
}
}
}
supplier
.
setSrmStarted
(
"Y"
);
supplier
.
setSrmStarted
(
"Y"
);
...
...
upgrade/sql/mysql/V2017.181__ALTER_TABLE_DO_DTL_FILE.sql
0 → 100644
View file @
d1a7c884
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