|
@@ -15,7 +15,7 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
addTitle: '供应商资料',
|
|
addTitle: '供应商资料',
|
|
|
defaultCondition:"ve_statuscode='OPEN'",
|
|
defaultCondition:"ve_statuscode='OPEN'",
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
- from:'id',to:'pi_vendid'
|
|
|
|
|
|
|
+ from:'id',to:'pi_vendid',ignore:true
|
|
|
},{
|
|
},{
|
|
|
from:'ve_code',to:'pi_vendcode'
|
|
from:'ve_code',to:'pi_vendcode'
|
|
|
},{
|
|
},{
|
|
@@ -98,7 +98,7 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
dataUrl:'/api/document/customer/list',
|
|
dataUrl:'/api/document/customer/list',
|
|
|
// dataUrl:'http://localhost:9480/customer/list',
|
|
// dataUrl:'http://localhost:9480/customer/list',
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
- from:'id',to:'pi_custid'
|
|
|
|
|
|
|
+ from:'id',to:'pi_custid',ignore:true
|
|
|
},{
|
|
},{
|
|
|
from:'cu_code',to:'pi_custcode'
|
|
from:'cu_code',to:'pi_custcode'
|
|
|
},{
|
|
},{
|
|
@@ -167,7 +167,7 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
addXtype: 'document-product-formpanel',
|
|
addXtype: 'document-product-formpanel',
|
|
|
addTitle: '物料资料',
|
|
addTitle: '物料资料',
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
- from:'id',to:'pd_prodid'
|
|
|
|
|
|
|
+ from:'id',to:'pd_prodid',ignore:true
|
|
|
},{
|
|
},{
|
|
|
from:'pr_code',to:'pd_prodcode'
|
|
from:'pr_code',to:'pd_prodcode'
|
|
|
},{
|
|
},{
|
|
@@ -202,106 +202,64 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
}],
|
|
}],
|
|
|
dbColumns:[{
|
|
dbColumns:[{
|
|
|
"text": "物料ID",
|
|
"text": "物料ID",
|
|
|
|
|
+ "hidden": true,
|
|
|
"dataIndex": "id",
|
|
"dataIndex": "id",
|
|
|
- "width": 0,
|
|
|
|
|
- "xtype": "",
|
|
|
|
|
- "hidden": true
|
|
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
"text": "物料编号",
|
|
"text": "物料编号",
|
|
|
"dataIndex": "pr_code",
|
|
"dataIndex": "pr_code",
|
|
|
- "width": 100,
|
|
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
|
|
+ "width": 200,
|
|
|
}, {
|
|
}, {
|
|
|
"text": "物料名称",
|
|
"text": "物料名称",
|
|
|
- "width": 100,
|
|
|
|
|
|
|
+ "width": 200,
|
|
|
"dataIndex": "pr_detail",
|
|
"dataIndex": "pr_detail",
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
}, {
|
|
}, {
|
|
|
"text": "规格",
|
|
"text": "规格",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_spec",
|
|
"dataIndex": "pr_spec",
|
|
|
"width": 100,
|
|
"width": 100,
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
}, {
|
|
}, {
|
|
|
"text": "单位",
|
|
"text": "单位",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_spec",
|
|
"dataIndex": "pr_spec",
|
|
|
"width": 100,
|
|
"width": 100,
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
},{
|
|
},{
|
|
|
"text": "仓库id",
|
|
"text": "仓库id",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_whid",
|
|
"dataIndex": "pr_whid",
|
|
|
- "width": 0,
|
|
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
|
|
+ "hidden": true,
|
|
|
},{
|
|
},{
|
|
|
"text": "仓库编号",
|
|
"text": "仓库编号",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_whcode",
|
|
"dataIndex": "pr_whcode",
|
|
|
- "width": 0,
|
|
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
|
|
+ "hidden": true,
|
|
|
},{
|
|
},{
|
|
|
"text": "仓库",
|
|
"text": "仓库",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_whname",
|
|
"dataIndex": "pr_whname",
|
|
|
- "width": 100,
|
|
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
|
|
+ "width": 200,
|
|
|
},{
|
|
},{
|
|
|
"text": "总库存数",
|
|
"text": "总库存数",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "po_onhand",
|
|
"dataIndex": "po_onhand",
|
|
|
"width": 100,
|
|
"width": 100,
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
},{
|
|
},{
|
|
|
"text": "类型",
|
|
"text": "类型",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_kind",
|
|
"dataIndex": "pr_kind",
|
|
|
"width": 100,
|
|
"width": 100,
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
},{
|
|
},{
|
|
|
"text": "型号",
|
|
"text": "型号",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_orispeccode",
|
|
"dataIndex": "pr_orispeccode",
|
|
|
"width": 100,
|
|
"width": 100,
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
},{
|
|
},{
|
|
|
"text": "品牌",
|
|
"text": "品牌",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_brand",
|
|
"dataIndex": "pr_brand",
|
|
|
"width": 100,
|
|
"width": 100,
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
},{
|
|
},{
|
|
|
"text": "供应商",
|
|
"text": "供应商",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_vendname",
|
|
"dataIndex": "pr_vendname",
|
|
|
"width": 100,
|
|
"width": 100,
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
},{
|
|
},{
|
|
|
"text": "最小包装",
|
|
"text": "最小包装",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_zxbzs",
|
|
"dataIndex": "pr_zxbzs",
|
|
|
"width": 100,
|
|
"width": 100,
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
},{
|
|
},{
|
|
|
"text": "L/T",
|
|
"text": "L/T",
|
|
|
- "flex": 0,
|
|
|
|
|
"dataIndex": "pr_leadtime",
|
|
"dataIndex": "pr_leadtime",
|
|
|
"width": 100,
|
|
"width": 100,
|
|
|
- "xtype": "",
|
|
|
|
|
- "items": null
|
|
|
|
|
}]
|
|
}]
|
|
|
}) ;
|
|
}) ;
|
|
|
|
|
|
|
@@ -318,7 +276,7 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
addTitle: '仓库资料',
|
|
addTitle: '仓库资料',
|
|
|
defaultCondition:"wh_statuscode='OPEN'",
|
|
defaultCondition:"wh_statuscode='OPEN'",
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
- from:'id',to:'pd_whid'
|
|
|
|
|
|
|
+ from:'id',to:'pd_whid',ignore:true
|
|
|
},{
|
|
},{
|
|
|
from:'wh_code',to:'pd_whcode'
|
|
from:'wh_code',to:'pd_whcode'
|
|
|
},{
|
|
},{
|