|
|
@@ -15,7 +15,7 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
addTitle: '供应商资料',
|
|
|
defaultCondition:"ve_statuscode='OPEN'",
|
|
|
dbfinds:[{
|
|
|
- from:'id',to:'pi_vendid'
|
|
|
+ from:'id',to:'pi_vendid',ignore:true
|
|
|
},{
|
|
|
from:'ve_code',to:'pi_vendcode'
|
|
|
},{
|
|
|
@@ -98,7 +98,7 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
dataUrl:'/api/document/customer/list',
|
|
|
// dataUrl:'http://localhost:9480/customer/list',
|
|
|
dbfinds:[{
|
|
|
- from:'id',to:'pi_custid'
|
|
|
+ from:'id',to:'pi_custid',ignore:true
|
|
|
},{
|
|
|
from:'cu_code',to:'pi_custcode'
|
|
|
},{
|
|
|
@@ -167,7 +167,7 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
addXtype: 'document-product-formpanel',
|
|
|
addTitle: '物料资料',
|
|
|
dbfinds:[{
|
|
|
- from:'id',to:'pd_prodid'
|
|
|
+ from:'id',to:'pd_prodid',ignore:true
|
|
|
},{
|
|
|
from:'pr_code',to:'pd_prodcode'
|
|
|
},{
|
|
|
@@ -276,7 +276,7 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
addTitle: '仓库资料',
|
|
|
defaultCondition:"wh_statuscode='OPEN'",
|
|
|
dbfinds:[{
|
|
|
- from:'id',to:'pd_whid'
|
|
|
+ from:'id',to:'pd_whid',ignore:true
|
|
|
},{
|
|
|
from:'wh_code',to:'pd_whcode'
|
|
|
},{
|