@@ -71,12 +71,6 @@ Ext.define('saas.view.document.bom.FormPanel', {
fieldLabel: '产品规格',
reddOnly:true,
ignore:true
- },{
- xtype: 'textfield',
- name: 'bo_status',
- fieldLabel: '产品状态',
- reddOnly:true
-
},{
xtype: 'hidden',
name: 'bo_statuscode',
@@ -195,6 +189,11 @@ Ext.define('saas.view.document.bom.FormPanel', {
xtype : "textfield"
},
}]
+ },{
+ xtype: 'textfield',
+ name: 'bo_status',
+ fieldLabel: '产品状态',
+ reddOnly:true
xtype : "textfield",
name : "bo_recorder",
@@ -84,7 +84,7 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanel', {
baseColumn: [{
text: 'id',
dataIndex: 'id',
- width: 100,
+ width: 0,
xtype: 'numbercolumn'
}, {
text: '单据编号',
@@ -10,7 +10,6 @@ Ext.define('saas.view.stock.make.QueryPanel', {
queryFormItems: [{
name: 'ma_id',
- bind: '{ma_id}',
fieldLabel: 'ID',
allowBlank: true,
getCondition: function(value) {
@@ -19,17 +18,14 @@ Ext.define('saas.view.stock.make.QueryPanel', {
xtype: 'textfield',
name: 'ma_code',
- bind: '{ma_code}',
fieldLabel: '单据编号'
name: 'ma_type',
- bind: '{ma_type}',
fieldLabel: '类型'
name: 'ma_prodcode',
- bind: '{ma_prodcode}',
fieldLabel: '产品编号'
}],
moreQueryFormItems: [],