|
@@ -365,9 +365,9 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanelController', {
|
|
|
addTitle: '仓库资料',
|
|
addTitle: '仓库资料',
|
|
|
defaultCondition:"wh_statuscode='OPEN'",
|
|
defaultCondition:"wh_statuscode='OPEN'",
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
- from:'id',to:'id',ignore:true
|
|
|
|
|
|
|
+ from:'id',to:'pd_inwhid',ignore:true
|
|
|
},{
|
|
},{
|
|
|
- from:'wh_code',to:'wh_code'
|
|
|
|
|
|
|
+ from:'wh_code',to:'pd_inwhcode'
|
|
|
},{
|
|
},{
|
|
|
from:'wh_description',to:'pd_inwhname'
|
|
from:'wh_description',to:'pd_inwhname'
|
|
|
}],
|
|
}],
|