Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
drp
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
drp
Commits
2c69c296
Commit
2c69c296
authored
Mar 18, 2015
by
reedmi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善小功能
parent
861c4133
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
src/main/java/com/originspark/drp/controllers/projects/invoices/StockOutInvoiceController.java
...trollers/projects/invoices/StockOutInvoiceController.java
+1
-1
src/main/webapp/drp/app/view/projects/costs/StockInCostView.js
...ain/webapp/drp/app/view/projects/costs/StockInCostView.js
+2
-3
src/main/webapp/drp/app/view/projects/costs/StockOutCostView.js
...in/webapp/drp/app/view/projects/costs/StockOutCostView.js
+0
-1
No files found.
src/main/java/com/originspark/drp/controllers/projects/invoices/StockOutInvoiceController.java
View file @
2c69c296
...
...
@@ -40,7 +40,7 @@ public class StockOutInvoiceController extends AbstractInvoiceController {
String
data
=
request
.
getParameter
(
"data"
);
ObjectMapper
mapper
=
new
ObjectMapper
();
IdsJson
json
=
null
;
try
{
json
=
mapper
.
readValue
(
data
,
IdsJson
.
class
);
}
catch
(
Exception
e
)
{
...
...
src/main/webapp/drp/app/view/projects/costs/StockInCostView.js
View file @
2c69c296
...
...
@@ -108,7 +108,6 @@ Ext.define('drp.app.view.projects.resources.StockInCostView', {
name
:
'
regulator
'
,
valueField
:
'
name
'
,
displayField
:
'
name
'
,
allowBlank
:
false
,
store
:
'
drp.app.store.users.RegulatorStore
'
,
fieldLabel
:
'
经手人
'
},
{
...
...
@@ -206,7 +205,7 @@ Ext.define('drp.app.view.projects.resources.StockInCostView', {
}
}
}]
}]
/*
,
}],
listeners
:
{
select
:
function
(
grid
,
record
){
var
cost
=
record
.
data
;
...
...
@@ -225,7 +224,7 @@ Ext.define('drp.app.view.projects.resources.StockInCostView', {
inCostForm
.
down
(
'
#wareQuantity_stockInCost_nf
'
).
setReadOnly
(
false
);
inCostForm
.
down
(
'
#wareQuantity_stockInCost_nf
'
).
setValue
(
cost
.
quantity
);
}
}
*/
}
},
{
//<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<入库单-商品添加的form
xtype
:
'
panel
'
,
region
:
'
south
'
,
...
...
src/main/webapp/drp/app/view/projects/costs/StockOutCostView.js
View file @
2c69c296
...
...
@@ -129,7 +129,6 @@ Ext.define('drp.app.view.projects.costs.StockOutCostView', {
name
:
'
regulator
'
,
valueField
:
'
name
'
,
displayField
:
'
name
'
,
allowBlank
:
false
,
store
:
'
drp.app.store.users.RegulatorStore
'
,
fieldLabel
:
'
经手人
'
},
{
...
...
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