Browse Source

代码提交

hy 7 years ago
parent
commit
e95566516a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/document/product/FormPanel.js

+ 1 - 1
frontend/saas-web/app/view/document/product/FormPanel.js

@@ -54,7 +54,7 @@ Ext.define('saas.view.document.product.FormPanel', {
         editable:false,
         xtype : "remotecombo", 
         storeUrl:'/api/document/producttype/getCombo',
-        name : "pr_type", 
+        name : "pr_kind", 
         fieldLabel : "物料类型", 
         allowBlank : false, 
         columnWidth : 0.25,