Browse Source

BOM维护界面字段调整

rainco 7 years ago
parent
commit
df77d294b5

+ 5 - 6
frontend/saas-web/app/view/document/bom/FormPanel.js

@@ -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", 

+ 1 - 1
frontend/saas-web/app/view/stock/appropriationInOut/QueryPanel.js

@@ -84,7 +84,7 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanel', {
         baseColumn: [{
             text: 'id',
             dataIndex: 'id',
-            width: 100,
+            width: 0,
             xtype: 'numbercolumn'
         }, {
             text: '单据编号',

+ 0 - 4
frontend/saas-web/app/view/stock/make/QueryPanel.js

@@ -10,7 +10,6 @@ Ext.define('saas.view.stock.make.QueryPanel', {
     queryFormItems: [{
         xtype: 'hidden',
         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: '单据编号'
     },{
         xtype: 'textfield',
         name: 'ma_type',
-        bind: '{ma_type}',
         fieldLabel: '类型'
     },{
         xtype: 'textfield',
         name: 'ma_prodcode',
-        bind: '{ma_prodcode}',
         fieldLabel: '产品编号'
     }],
     moreQueryFormItems: [],