|
|
@@ -8,10 +8,14 @@ Ext.define('saas.view.core.dbfind.types.ProductDbfindTrigger', {
|
|
|
dataUrl:'/api/document/product/list',
|
|
|
addXtype: 'document-product-formpanel',
|
|
|
addTitle: '物料资料',
|
|
|
- dbtpls:[{
|
|
|
- field:'pr_code',width:150
|
|
|
+ dbtpls: [{
|
|
|
+ field: 'pr_code',width: 150
|
|
|
+ }, {
|
|
|
+ field: 'pr_detail',width: 150
|
|
|
+ },{
|
|
|
+ field:'pr_brand',width:100
|
|
|
},{
|
|
|
- field:'pr_detail',width:200
|
|
|
+ field:'pr_orispeccode',width:200
|
|
|
}],
|
|
|
defaultCondition: "pr_statuscode='ENABLE'",
|
|
|
dbSearchFields:[{
|