|
|
@@ -14,15 +14,8 @@ Ext.define('saas.view.stock.make.QueryPanel', {
|
|
|
}, {
|
|
|
xtype: 'bomDbfindTrigger',
|
|
|
name: 'ma_proddetail',
|
|
|
- emptyText :'请输入产品编号或名称',
|
|
|
- margin:'0 0 0 20',
|
|
|
- getCondition: function(value) {
|
|
|
- if(value == 'ALL') {
|
|
|
- return '1=1';
|
|
|
- }else {
|
|
|
- return ' (ma_prodcode like\'%' + value + '%\' or ma_proddetail like \'%'+value+'%\') ';
|
|
|
- }
|
|
|
- }
|
|
|
+ emptyText :'请输入产品编号、名称或型号',
|
|
|
+ margin:'0 0 0 20'
|
|
|
}, {
|
|
|
xtype: 'condatefield',
|
|
|
name: 'createTime',
|
|
|
@@ -118,15 +111,19 @@ Ext.define('saas.view.stock.make.QueryPanel', {
|
|
|
}, {
|
|
|
text: '类型',
|
|
|
dataIndex: 'ma_type',
|
|
|
- width: 110
|
|
|
+ width: 100
|
|
|
}, {
|
|
|
text: '产品编号',
|
|
|
dataIndex: 'ma_prodcode',
|
|
|
width: 150
|
|
|
+ }, {
|
|
|
+ text: '版本号',
|
|
|
+ dataIndex: 'ma_version',
|
|
|
+ width: 80
|
|
|
}, {
|
|
|
text: '产品名称',
|
|
|
dataIndex: 'ma_proddetail',
|
|
|
- width: 200
|
|
|
+ width: 150
|
|
|
}, {
|
|
|
text: '产品型号',
|
|
|
dataIndex: 'ma_prodorispec',
|
|
|
@@ -135,10 +132,6 @@ Ext.define('saas.view.stock.make.QueryPanel', {
|
|
|
text: '产品规格',
|
|
|
dataIndex: 'ma_prodspec',
|
|
|
width: 200
|
|
|
- }, {
|
|
|
- text: '版本号',
|
|
|
- dataIndex: 'ma_version',
|
|
|
- width: 80
|
|
|
}, {
|
|
|
text: '数量',
|
|
|
dataIndex: 'ma_qty',
|
|
|
@@ -152,10 +145,10 @@ Ext.define('saas.view.stock.make.QueryPanel', {
|
|
|
dataIndex: 'ma_produnit',
|
|
|
width: 80,
|
|
|
},{
|
|
|
- text: '单据状态',
|
|
|
+ text: '审核状态',
|
|
|
align: 'center',
|
|
|
dataIndex: 'ma_status',
|
|
|
- width: 90,
|
|
|
+ width: 80,
|
|
|
},{
|
|
|
text: '单位成本',
|
|
|
dataIndex: 'ma_total',
|