Browse Source

修改采购模块前台

zhoudw 7 years ago
parent
commit
d1c6b1e0e5

+ 1 - 0
frontend/saas-web/app/view/purchase/purchaseIn/FormPanel.js

@@ -131,6 +131,7 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
                 dataIndex : "pd_prodcode", 
                 xtype : "", 
                 items : null,
+                allowBlank : false,
                 editor : {
                     displayField : "display", 
                     editable : true, 

+ 1 - 0
frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

@@ -123,6 +123,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
                 dataIndex : "pd_prodcode", 
                 xtype : "", 
                 items : null,
+                allowBlank : false,
                 editor : {
                     displayField : "display", 
                     editable : true, 

+ 1 - 0
frontend/saas-web/app/view/stock/otherIn/FormPanel.js

@@ -124,6 +124,7 @@ Ext.define('saas.view.stock.otherIn.FormPanel', {
                 dataIndex : "pd_prodcode", 
                 xtype : "", 
                 items : null,
+                allowBlank : false,
                 editor : {
                     displayField : "display", 
                     editable : true, 

+ 1 - 0
frontend/saas-web/app/view/stock/otherOut/FormPanel.js

@@ -120,6 +120,7 @@ Ext.define('saas.view.stock.otherOut.FormPanel', {
                 dataIndex: "pd_prodcode",
                 xtype: "",
                 items: null,
+                allowBlank : false,
                 editor: {
                     displayField: "display",
                     editable: true,