Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
a8a1f456
Commit
a8a1f456
authored
Jun 13, 2020
by
高宇强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gyq
parent
b1d6da83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
ic-deliver/app/base/controller/impl/bizchance/bizoptCtl.js
+1
-0
ic-deliver/app/base/db/metadata/app/platform.js
+12
-12
No files found.
ic-deliver/app/base/controller/impl/bizchance/bizoptCtl.js
View file @
a8a1f456
...
...
@@ -128,6 +128,7 @@ class BizOptCtl extends CtlBase {
async
insertInfo
(
pobj
,
qobj
,
req
){
if
(
pobj
.
businessMode
&&
pobj
.
businessMode
!=
'undefined'
&&
pobj
.
businessType
&&
pobj
.
businessType
!=
'undefined'
){
try
{
pobj
.
currentStatus
=
"beforeSubmission"
;
//加上当前状态
await
this
.
service
.
insertInfo
(
pobj
);
return
system
.
getResult
(
"插入成功!"
);
...
...
ic-deliver/app/base/db/metadata/app/platform.js
View file @
a8a1f456
...
...
@@ -187,18 +187,18 @@ module.exports = {
},
"ddyDict"
:{
//和庄冰的交付单对应关系
"paid"
:
1
,
"received"
:
2
,
"inservice"
:
3
,
"collecting"
:
10
,
"uploading"
:
11
,
"checking"
:
12
,
"auditing"
:
13
,
"engraving"
:
14
,
"posting"
:
15
,
"signed"
:
16
,
"completed"
:
17
,
"expired"
:
18
,
"closed"
:
19
"received"
:
2
0
,
"inservice"
:
3
0
,
"collecting"
:
10
0
,
"uploading"
:
11
0
,
"checking"
:
12
0
,
"auditing"
:
13
0
,
"engraving"
:
14
0
,
"posting"
:
15
0
,
"signed"
:
16
0
,
"completed"
:
17
0
,
"expired"
:
18
0
,
"closed"
:
19
0
}
}
}
...
...
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